mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[brcm-2.4] allow sta mode to work with psk+aes (#4687)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15983 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -199,6 +199,7 @@ enable_broadcom() {
|
||||
case "$enc" in
|
||||
wpa*+wpa2*|WPA*+WPA2*|*psk+*psk2|*PSK+*PSK2) auth=132; wsec=6;;
|
||||
wpa2*|WPA2*|*PSK2|*psk2) auth=128; wsec=4;;
|
||||
*aes|*AES) auth=4; wsec=4;;
|
||||
*) auth=4; wsec=2;;
|
||||
esac
|
||||
eval "${vif}_key=\"\$key\""
|
||||
|
||||
Reference in New Issue
Block a user