diff options
author | Christian Pointner <equinox@spreadspace.org> | 2022-09-25 16:44:55 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2022-09-25 16:44:55 +0200 |
commit | c5f0602c4ab068c118ad692be39d723099f82a58 (patch) | |
tree | bc96281f0248b50d6ecbfe9d2c84e1b8882199f9 /inventory/group_vars/accesspoints | |
parent | 802.11r: turn ft_over_ds back on (diff) |
accesspoints/usteer: band steering works now
Diffstat (limited to 'inventory/group_vars/accesspoints')
-rw-r--r-- | inventory/group_vars/accesspoints/vars.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 }}' |