From 93dc8760b0860c2c5a711f814992f9c112813199 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 4 Jun 2021 09:12:07 +0200 Subject: 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 (cherry-picked from commit 305c1b8d746b363f655c2f8d5a6497cca10a5d4e) --- package/network/services/hostapd/files/hostapd.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'package/network/services/hostapd/files/hostapd.sh') diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index e62dd844c8..40c6d9b851 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -794,6 +794,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" -- cgit v1.2.3