From c5f0602c4ab068c118ad692be39d723099f82a58 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 25 Sep 2022 16:44:55 +0200 Subject: accesspoints/usteer: band steering works now --- inventory/group_vars/accesspoints/vars.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 38b3fc64..e78740d4 100644 --- a/inventory/group_vars/accesspoints/vars.yml +++ b/inventory/group_vars/accesspoints/vars.yml @@ -103,7 +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' + ft_over_ds: '1' {% endif %} {% if accesspoint_band_steering is defined %} bss_transition: '1' @@ -378,6 +378,8 @@ openwrt_uci_band_steering_yaml: | ipv6: '0' debug_level: '2' assoc_steering: '1' + band_steering_threshold: '0' + band_steering_interval: '30000' ssid_list: {% for zone in accesspoint_band_steering.zones %} - '{{ accesspoint_zones[zone].ssid }}' -- cgit v1.2.3