add p910nd (thanks to Oliver Ertl)
[openwrt.git] / openwrt / package / wificonf / wificonf.c
index 61e0910..5feab6e 100644 (file)
@@ -325,7 +325,7 @@ void setup_bcom(int skfd, char *ifname)
                        val = TKIP_ENABLED;
                else if (nvram_match(wl_var("crypto"), "aes"))
                        val = AES_ENABLED;
-               else if (nvram_match(wl_var("crypto"), "tkip+aes"))
+               else if (nvram_match(wl_var("crypto"), "tkip+aes") || nvram_match(wl_var("crypto"), "aes+tkip"))
                        val = TKIP_ENABLED | AES_ENABLED;
                else
                        val = 0;
This page took 0.025766 seconds and 4 git commands to generate.