don't kick with rx_rate higher threshold

This commit is contained in:
PolynomialDivision 2017-12-12 12:06:02 +01:00
parent bd91b75178
commit 41deaf6d9c
8 changed files with 166 additions and 74 deletions

View file

@ -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 {

View file

@ -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