From 18b0e757b274eec5caa1cf0dfedd83d037fbbab0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 17 Sep 2022 10:50:15 +0200 Subject: 802.11r: turn ft_over_ds back on --- inventory/group_vars/accesspoints/vars.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'inventory/group_vars/accesspoints') diff --git a/inventory/group_vars/accesspoints/vars.yml b/inventory/group_vars/accesspoints/vars.yml index cf8f390a..38b3fc64 100644 --- a/inventory/group_vars/accesspoints/vars.yml +++ b/inventory/group_vars/accesspoints/vars.yml @@ -103,6 +103,7 @@ accesspoint_wireless_ifaces_yaml: | {% if accesspoint_80211r is defined %} ieee80211r: '1' mobility_domain: '{{ "%04x" % (accesspoint_80211r.mobility_domain_base + outer_loop.index0) }}' + option ft_over_ds '1' {% endif %} {% if accesspoint_band_steering is defined %} bss_transition: '1' -- cgit v1.2.3