projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29da37c
)
wpa_supplicant: make key_mgmt default to NONE
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 29 Mar 2012 16:30:13 +0000
(16:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 29 Mar 2012 16:30:13 +0000
(16:30 +0000)
SVN-Revision: 31145
package/hostapd/files/wpa_supplicant.sh
patch
|
blob
|
history
diff --git
a/package/hostapd/files/wpa_supplicant.sh
b/package/hostapd/files/wpa_supplicant.sh
index bbd928bfeca66e531dee2ded1caeaea353132bba..9c475a8fb194522ba36c4846af37f573094b6499 100644
(file)
--- a/
package/hostapd/files/wpa_supplicant.sh
+++ b/
package/hostapd/files/wpa_supplicant.sh
@@
-35,12
+35,10
@@
wpa_supplicant_setup_vif() {
}
[ "$mode" = "adhoc" ] && modestr="mode=1"
+ key_mgmt='NONE'
case "$enc" in
- *none*)
- key_mgmt='NONE'
- ;;
+ *none*) ;;
*wep*)
- key_mgmt='NONE'
config_get key "$vif" key
key="${key:-1}"
case "$key" in