mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
hostapd: fix syntax error inside hostapd.sh
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -727,7 +727,7 @@ hostapd_set_bss_options() {
|
||||
wps_not_configured=1
|
||||
[ "$macfilter" = radius ] && {
|
||||
append_radius_server
|
||||
vlan_possible = 1
|
||||
vlan_possible=1
|
||||
}
|
||||
;;
|
||||
psk|sae|psk-sae)
|
||||
|
||||
@@ -89,7 +89,7 @@ index 209ae3dc46..c8e1eca88b 100644
|
||||
wps_not_configured=1
|
||||
+ [ "$macfilter" = radius ] && {
|
||||
+ append_radius_server
|
||||
+ vlan_possible = 1
|
||||
+ vlan_possible=1
|
||||
+ }
|
||||
;;
|
||||
psk|sae|psk-sae)
|
||||
|
||||
Reference in New Issue
Block a user