aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-06-04 09:12:07 +0200
committerFelix Fietkau <nbd@nbd.name>2021-06-05 06:53:29 +0200
commit305c1b8d746b363f655c2f8d5a6497cca10a5d4e (patch)
treea433de880cc95047052c948be9c4cfb97ecddf06 /package/network/services/hostapd/files
parentfbc2feadd4e56483db485217f69a1e2149e7693f (diff)
downloadupstream-305c1b8d746b363f655c2f8d5a6497cca10a5d4e.tar.gz
upstream-305c1b8d746b363f655c2f8d5a6497cca10a5d4e.tar.bz2
upstream-305c1b8d746b363f655c2f8d5a6497cca10a5d4e.zip
hostapd: configure inter-AP communication interface for 802.11r
In setups using VLAN bridge filtering, hostapd may need to communicate using a VLAN interface on top of the bridge, instead of using the bridge directly Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/files')
-rw-r--r--package/network/services/hostapd/files/hostapd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh
index 1fa22cb69e..cf85019d56 100644
--- a/package/network/services/hostapd/files/hostapd.sh
+++ b/package/network/services/hostapd/files/hostapd.sh
@@ -805,6 +805,7 @@ hostapd_set_bss_options() {
;;
esac
+ [ -n "$network_ifname" ] && append bss_conf "ft_iface=$network_ifname" "$N"
append bss_conf "mobility_domain=$mobility_domain" "$N"
append bss_conf "ft_psk_generate_local=$ft_psk_generate_local" "$N"
append bss_conf "ft_over_ds=$ft_over_ds" "$N"