From b65652c92a73e36d62b5152cb2d4fd1c3971286e Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Fri, 29 Dec 2017 22:29:53 +0100 Subject: [PATCH] set min probe count to 0 --- files/dawn.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/dawn.config b/files/dawn.config index 5f4ae03..983afc8 100644 --- a/files/dawn.config +++ b/files/dawn.config @@ -32,7 +32,7 @@ config metric option low_rssi_val '-80' option chan_util_val '140' option max_chan_util_val '170' - option min_probe_count '4' + option min_probe_count '0' option bandwith_threshold '6' option use_station_count '1' option eval_probe_req '1' \ No newline at end of file