summaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-08-08 10:46:24 +0000
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-08-08 10:46:24 +0000
commit1beef305cf7e2c8c61e3dadb32880c436048a533 (patch)
treeb899aefe11c9b2da0fc7ca16cd4faf20c4d86b28 /package/hostapd/files
parent31f570fe4b89f25d9cea03b781084fddc8bdfecb (diff)
downloadmaster-31e0f0ae-1beef305cf7e2c8c61e3dadb32880c436048a533.tar.gz
master-31e0f0ae-1beef305cf7e2c8c61e3dadb32880c436048a533.tar.bz2
master-31e0f0ae-1beef305cf7e2c8c61e3dadb32880c436048a533.zip
hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719)
SVN-Revision: 22527
Diffstat (limited to 'package/hostapd/files')
-rw-r--r--package/hostapd/files/hostapd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh
index c4e91689da..bc58b88f9e 100644
--- a/package/hostapd/files/hostapd.sh
+++ b/package/hostapd/files/hostapd.sh
@@ -116,6 +116,7 @@ hostapd_set_bss_options() {
config_get ssid "$vif" ssid
config_get bridge "$vif" bridge
config_get ieee80211d "$vif" ieee80211d
+ config_get iapp_interface "$vif" iapp_interface
config_get_bool wps_pbc "$vif" wps_pushbutton 0
[ -n "$wps_possible" -a "$wps_pbc" -gt 0 ] && {
@@ -128,6 +129,7 @@ hostapd_set_bss_options() {
append "$var" "ssid=$ssid" "$N"
[ -n "$bridge" ] && append "$var" "bridge=$bridge" "$N"
[ -n "$ieee80211d" ] && append "$var" "ieee80211d=$ieee80211d" "$N"
+ [ -n "$iapp_interface" ] && append "$var" $(uci_get_state network "$iapp_interface" ifname "$iapp_interface") "$N"
[ "$wpa" -ge "2" ] && config_get ieee80211w "$vif" ieee80211w
case "$ieee80211w" in