From 9cbf96cc5a5205d6178f97ea46e7a32884ca40f8 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 8 Feb 2010 13:42:14 +0000 Subject: mac80211: use wpa_supplicant for unencrypted connections to improve client mode reliability (patch by Stijn Tintel from #6653) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19550 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/files/wpa_supplicant.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/hostapd/files') 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 -- cgit v1.2.3