allow sta mode to work with psk+aes (#4687)

SVN-Revision: 15983
This commit is contained in:
Florian Fainelli
2009-05-22 10:30:55 +00:00
parent b71910dbb5
commit fa4d544363
2 changed files with 2 additions and 1 deletions

View File

@@ -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\""