mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:05:19 +02:00
more wpa/wificonf fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1311 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
33c5b24bff
commit
f76b9a917c
@ -155,7 +155,7 @@ void setup_bcom(int skfd, char *ifname)
|
||||
|
||||
bcom_ioctl(skfd, ifname, WLC_DOWN, NULL, 0);
|
||||
|
||||
if (!nvram_enabled(wl_var("wep"))) {
|
||||
if (nvram_match(wl_var("auth_mode"), "wpa") || nvram_match(wl_var("auth_mode"), "psk") || (nvram_get(wl_var("akm")) && !nvram_disabled(wl_var("akm")))) {
|
||||
/* Set up WPA */
|
||||
if (nvram_match(wl_var("crypto"), "tkip"))
|
||||
val = TKIP_ENABLED;
|
||||
|
Loading…
Reference in New Issue
Block a user