projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceae09d
)
fix hostapd startup for no-crypto configurations
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 30 Jan 2009 02:52:14 +0000
(
02:52
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 30 Jan 2009 02:52:14 +0000
(
02:52
+0000)
SVN-Revision: 14276
package/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/hostapd/files/hostapd.sh
b/package/hostapd/files/hostapd.sh
index 1ce62fd767cacc7e6c984dd87946ceef5a2608bc..a2f2d6fd1d4d46d200b4f3837b1be821fb646389 100644
(file)
--- a/
package/hostapd/files/hostapd.sh
+++ b/
package/hostapd/files/hostapd.sh
@@
-67,6
+67,7
@@
hostapd_setup_vif() {
;;
*)
wpa=0
+ crypto=
;;
esac
config_get ifname "$vif" ifname
@@
-94,7
+95,7
@@
${bridge:+bridge=$bridge}
ssid=$ssid
debug=0
wpa=$wpa
-wpa_pairwise=$crypto
+${crypto:+wpa_pairwise=$crypto}
$hostapd_cfg
EOF
hostapd -P /var/run/wifi-$ifname.pid -B /var/run/hostapd-$ifname.conf