mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
don't kick with rx_rate higher threshold
This commit is contained in:
parent
bd91b75178
commit
41deaf6d9c
8 changed files with 166 additions and 74 deletions
|
|
@ -30,6 +30,7 @@ struct probe_metric_s {
|
|||
int rssi_val;
|
||||
int low_rssi_val;
|
||||
int min_probe_count;
|
||||
int bandwith_threshold;
|
||||
};
|
||||
|
||||
struct time_config_s {
|
||||
|
|
|
|||
|
|
@ -8,4 +8,6 @@
|
|||
|
||||
int get_rssi_iwinfo(__uint8_t *client_addr);
|
||||
|
||||
int get_bandwidth_iwinfo(__uint8_t *client_addr, float *rx_rate, float *tx_rate);
|
||||
|
||||
#endif //DAWN_RSSI_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue