]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wlanap.cgi: Enable Neighbourhood Scan by default
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 20 Sep 2024 11:17:59 +0000 (13:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Oct 2024 08:45:41 +0000 (08:45 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/wlanap.cgi

index b5052ac5392ed1b89de0c0ce4d4313c35bd96c8d..e7f144f21ad9957018f0411a29a7b2b1eaea1580 100644 (file)
@@ -47,7 +47,7 @@ my %wlanapsettings=();
        "PWD" => "",
        "HTCAPS" => "",
        "VHTCAPS" => "",
-       "NOSCAN" => "off",
+       "NOSCAN" => "on",
        "CLIENTISOLATION" => "off",
        "IEEE80211W" => "off",
 });