diff options
Diffstat (limited to 'package/hostapd/files')
| -rw-r--r-- | package/hostapd/files/wpa_supplicant.sh | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/package/hostapd/files/wpa_supplicant.sh b/package/hostapd/files/wpa_supplicant.sh index 8f7f503c1..ccf31baa9 100644 --- a/package/hostapd/files/wpa_supplicant.sh +++ b/package/hostapd/files/wpa_supplicant.sh @@ -12,6 +12,9 @@ wpa_supplicant_setup_vif() {  	}  	case "$enc" in +		*none*) +			key_mgmt='NONE' +		;;  		*wep*)  			key_mgmt='NONE'  			config_get key "$vif" key  | 
