mirror of
https://github.com/unraid/webgui.git
synced 2026-02-27 04:41:20 -06:00
Update rc.wireless
This commit is contained in:
@@ -201,7 +201,7 @@ wpa_configuration(){
|
||||
[[ $1 == "IEEE-802.1X" || $1 == "FT/IEEE-802.1X" ]] && echo "ieee80211w=1" >>$WPA
|
||||
[[ $1 =~ "SAE" || $1 == "IEEE-802.1X/SHA-256" ]] && echo "ieee80211w=2" >>$WPA
|
||||
[[ $1 =~ "IEEE" ]] && echo "phase2=\"auth=MSCHAPV2\"" >>$WPA
|
||||
echo "priority=$(priority $1)" >>$WPA
|
||||
echo "priority=$(priority "$1")" >>$WPA
|
||||
echo "}" >>$WPA
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user