From: acinonyx Date: Sun, 8 Aug 2010 10:46:24 +0000 (+0000) Subject: [package] hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719) X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/38a075f2743f473cbdfa4d232415c6dd690f822d [package] hostapd: Add support for 'iapp_interface' option, thanks stsp (#7719) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22527 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index c4e91689d..bc58b88f9 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