From 32b2e357d87a0256a4feb3f0a0cafc8809eeec78 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 15 Sep 2022 22:09:42 +0200 Subject: accesspoints: further simplify 80211r setup and some more usteer tests --- inventory/group_vars/accesspoints/vars.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'inventory/group_vars/accesspoints/vars.yml') diff --git a/inventory/group_vars/accesspoints/vars.yml b/inventory/group_vars/accesspoints/vars.yml index 14d881d5..cf8f390a 100644 --- a/inventory/group_vars/accesspoints/vars.yml +++ b/inventory/group_vars/accesspoints/vars.yml @@ -102,9 +102,7 @@ accesspoint_wireless_ifaces_yaml: | rsn_preauth: '1' {% if accesspoint_80211r is defined %} ieee80211r: '1' - mobility_domain: '{{ "%04x" % (accesspoint_80211r.mobility_domain_base[band] + outer_loop.index0) }}' - ft_over_ds: '1' - ft_psk_generate_local: '1' + mobility_domain: '{{ "%04x" % (accesspoint_80211r.mobility_domain_base + outer_loop.index0) }}' {% endif %} {% if accesspoint_band_steering is defined %} bss_transition: '1' @@ -377,7 +375,12 @@ openwrt_uci_band_steering_yaml: | syslog: '1' local_mode: '0' ipv6: '0' - debug_level: '3' + debug_level: '2' + assoc_steering: '1' + ssid_list: + {% for zone in accesspoint_band_steering.zones %} + - '{{ accesspoint_zones[zone].ssid }}' + {% endfor %} {% endif %} {% endif %} -- cgit v1.2.3