usteer: add option for probe steering

Probe suppression is mostly useful in high density deployments, where
all APs responding to all client probes would result in all channels
being saturated. It effectively hides APs from clients, and can cause
problems in normal density deployments.

Add an option for it, so it can be disabled.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
Stijn Tintel
2022-06-27 22:26:02 +03:00
parent fca4b87420
commit 73c424b9e4
4 changed files with 9 additions and 0 deletions

2
main.c
View File

@@ -104,6 +104,8 @@ void usteer_init_defaults(void)
config.link_measurement_interval = 30000;
config.probe_steering = 1;
config.roam_kick_delay = 10000;
config.roam_process_timeout = 5 * 1000;
config.roam_scan_tries = 3;