don't enable wpa if wep is set

SVN-Revision: 1289
owl
Felix Fietkau 2005-06-27 09:21:48 +00:00
parent 8523556e0f
commit b26cccd5b6
1 changed files with 15 additions and 13 deletions

View File

@ -155,6 +155,7 @@ void setup_bcom(int skfd, char *ifname)
bcom_ioctl(skfd, ifname, WLC_DOWN, NULL, 0);
if (!nvram_enabled(wl_var("wep"))) {
/* Set up WPA */
if (nvram_match(wl_var("crypto"), "tkip"))
val = TKIP_ENABLED;
@ -170,6 +171,7 @@ void setup_bcom(int skfd, char *ifname)
val = 1;
bcom_ioctl(skfd, ifname, WLC_SET_EAP_RESTRICT, &val, sizeof(val));
}
}
/* Set up afterburner */
val = ABO_AUTO;