diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-09-17 10:50:15 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-09-17 10:50:15 +0200 |
commit | 18b0e757b274eec5caa1cf0dfedd83d037fbbab0 (patch) | |
tree | 5fca347ef2c59ee2aeb5f41cf5c38386a4686c72 /inventory/group_vars/accesspoints | |
parent | accesspoints: further simplify 80211r setup and some more usteer tests (diff) |
802.11r: turn ft_over_ds back on
Diffstat (limited to 'inventory/group_vars/accesspoints')
-rw-r--r-- | inventory/group_vars/accesspoints/vars.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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' |