summaryrefslogtreecommitdiff
path: root/inventory/group_vars/accesspoints
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-17 10:50:15 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-17 10:50:15 +0200
commit18b0e757b274eec5caa1cf0dfedd83d037fbbab0 (patch)
tree5fca347ef2c59ee2aeb5f41cf5c38386a4686c72 /inventory/group_vars/accesspoints
parentaccesspoints: 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.yml1
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'