add ability of station count to config file

This commit is contained in:
PolynomialDivision 2017-12-15 23:18:28 +01:00
parent e2a16404b1
commit 22cc461d52
3 changed files with 10 additions and 1 deletions

View file

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