From: Stijn Tintel Date: Mon, 27 Jun 2022 19:48:59 +0000 (+0300) Subject: main: disable probe steering by default X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=87de1ab6553cb9a4bdbae39621962d7f487d1788;p=project%2Fusteer.git 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 Acked-by: David Bauer --- diff --git a/main.c b/main.c index 03a5d74..99aa6ad 100644 --- a/main.c +++ b/main.c @@ -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; diff --git a/openwrt/usteer/files/etc/config/usteer b/openwrt/usteer/files/etc/config/usteer index 9c28f3d..f53c338 100644 --- a/openwrt/usteer/files/etc/config/usteer +++ b/openwrt/usteer/files/etc/config/usteer @@ -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