projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Port SPI-GPIO driver from 2.6.29-rc4
[openwrt.git]
/
package
/
hostapd
/
files
/
hostapd.sh
diff --git
a/package/hostapd/files/hostapd.sh
b/package/hostapd/files/hostapd.sh
index
1ce62fd
..
a2f2d6f
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
This page took
0.025808 seconds
and
4
git commands to generate.