add option to deny on probe requests

This commit is contained in:
PolynomialDivision 2017-12-19 19:07:41 +01:00
parent 1375b7a736
commit bd1c38c0ea
4 changed files with 16 additions and 0 deletions

View file

@ -34,6 +34,7 @@ struct probe_metric_s {
int min_probe_count;
int bandwith_threshold;
int use_station_count;
int eval_probe_req;
};
struct time_config_s {