measurement: add handling of measurements
Add logic for saving measurement-reports from STAs. This commit does not yet save the measurement-reports received from clients but adds the necessary code to do so. Currently the codes can only handle beacon-reports, but link measurements can be added to it in the future. It also adds the new config-key measurement_report_timeout which controls how long measurements are saved upon they are received by a STA. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
1
ubus.c
1
ubus.c
@@ -149,6 +149,7 @@ struct cfg_item {
|
||||
_cfg(U32, max_neighbor_reports), \
|
||||
_cfg(U32, max_retry_band), \
|
||||
_cfg(U32, seen_policy_timeout), \
|
||||
_cfg(U32, measurement_report_timeout), \
|
||||
_cfg(U32, load_balancing_threshold), \
|
||||
_cfg(U32, band_steering_threshold), \
|
||||
_cfg(U32, remote_update_interval), \
|
||||
|
Reference in New Issue
Block a user