main: disable probe steering by default

As probe steering only makes sense in specific deployments, it should be
disabled by default.

Update the example config to reflect this change.

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:48:59 +03:00
parent 73c424b9e4
commit 87de1ab655
2 changed files with 2 additions and 2 deletions

2
main.c
View File

@@ -104,7 +104,7 @@ void usteer_init_defaults(void)
config.link_measurement_interval = 30000;
config.probe_steering = 1;
config.probe_steering = 0;
config.roam_kick_delay = 10000;
config.roam_process_timeout = 5 * 1000;

View File

@@ -57,7 +57,7 @@ config usteer
#option assoc_steering 0
# Allow ignoring probe requests for steering purposes (0/1)
#option probe_steering 1
#option probe_steering 0
# Minimum signal-to-noise ratio or signal level (dBm) to allow connections
#option min_connect_snr 0