[x86] add missing symbols to default config
[openwrt.git] / package / hostapd / files / wpa_supplicant.sh
index 8f7f503..ccf31ba 100644 (file)
@@ -12,6 +12,9 @@ wpa_supplicant_setup_vif() {
        }
 
        case "$enc" in
+               *none*)
+                       key_mgmt='NONE'
+               ;;
                *wep*)
                        key_mgmt='NONE'
                        config_get key "$vif" key
This page took 0.021896 seconds and 4 git commands to generate.