summaryrefslogtreecommitdiff
path: root/inventory/group_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-25 16:44:55 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-25 16:44:55 +0200
commitc5f0602c4ab068c118ad692be39d723099f82a58 (patch)
treebc96281f0248b50d6ecbfe9d2c84e1b8882199f9 /inventory/group_vars
parent802.11r: turn ft_over_ds back on (diff)
accesspoints/usteer: band steering works now
Diffstat (limited to 'inventory/group_vars')
-rw-r--r--inventory/group_vars/accesspoints/vars.yml4
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 }}'