wlanap.cgi: Enable Neighbourhood Scan by default

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-09-20 13:17:59 +02:00
parent b165dcdd80
commit 5474f9b32f

View File

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