From: Michael Tremer Date: Fri, 20 Sep 2024 11:17:59 +0000 (+0200) Subject: wlanap.cgi: Enable Neighbourhood Scan by default X-Git-Tag: v2.29-core189~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5474f9b32ffb2c41c89e30560919854584ed8169;p=ipfire-2.x.git wlanap.cgi: Enable Neighbourhood Scan by default Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index b5052ac539..e7f144f21a 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -47,7 +47,7 @@ my %wlanapsettings=(); "PWD" => "", "HTCAPS" => "", "VHTCAPS" => "", - "NOSCAN" => "off", + "NOSCAN" => "on", "CLIENTISOLATION" => "off", "IEEE80211W" => "off", });