Do not always activate WPA
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Jun 2005 14:12:11 +0000 (14:12 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Jun 2005 14:12:11 +0000 (14:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1218 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/wificonf/wificonf.c

index eb09769..f96ef15 100644 (file)
@@ -160,6 +160,8 @@ void setup_bcom(int skfd, char *ifname)
                val = AES_ENABLED;
        else if (nvram_match(wl_var("crypto"), "tkip+aes"))
                val = TKIP_ENABLED | AES_ENABLED;
+       else
+               val = 0;
        bcom_ioctl(skfd, ifname, WLC_SET_WSEC, &val, sizeof(val));
 
        if (val && nvram_get(wl_var("wpa_psk"))) {
This page took 0.028135 seconds and 4 git commands to generate.