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
1c2fa35
..
a2f2d6f
100644
(file)
--- a/
package/hostapd/files/hostapd.sh
+++ b/
package/hostapd/files/hostapd.sh
@@
-67,6
+67,7
@@
hostapd_setup_vif() {
;;
*)
wpa=0
;;
*)
wpa=0
+ crypto=
;;
esac
config_get ifname "$vif" ifname
;;
esac
config_get ifname "$vif" ifname
@@
-85,6
+86,7
@@
hostapd_setup_vif() {
;;
esac
cat > /var/run/hostapd-$ifname.conf <<EOF
;;
esac
cat > /var/run/hostapd-$ifname.conf <<EOF
+ctrl_interface=/var/run/hostapd-$ifname
driver=$driver
interface=$ifname
hw_mode=${hwmode:-g}
driver=$driver
interface=$ifname
hw_mode=${hwmode:-g}
@@
-93,7
+95,7
@@
${bridge:+bridge=$bridge}
ssid=$ssid
debug=0
wpa=$wpa
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
$hostapd_cfg
EOF
hostapd -P /var/run/wifi-$ifname.pid -B /var/run/hostapd-$ifname.conf
This page took
0.022665 seconds
and
4
git commands to generate.