Skip to content

Commit 0934ca0

Browse files
committed
wifi: fix connection to hidden ssid
1 parent caf6eb4 commit 0934ca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/wifi/files/api.cgi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ ap_scan=1
196196
network={
197197
ssid=\"$wlan_ssid\"
198198
psk=\"$wlan_pass\"
199-
bgscan=\"simple:30:-70:3600\"
199+
scan_ssid=1
200+
bgscan=\"simple:30:-70:3600\"
200201
}
201202
" > /etc/wpa_supplicant.conf
202203
fi

0 commit comments

Comments
 (0)