From ca51484234d85341bf4df613a4ffab162bcadbe2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 2 Oct 2022 22:51:09 +0200 Subject: refactoring of access point client steering config --- inventory/group_vars/chaos-at-home-ap/vars.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'inventory/group_vars/chaos-at-home-ap') diff --git a/inventory/group_vars/chaos-at-home-ap/vars.yml b/inventory/group_vars/chaos-at-home-ap/vars.yml index af4773f4..535dedef 100644 --- a/inventory/group_vars/chaos-at-home-ap/vars.yml +++ b/inventory/group_vars/chaos-at-home-ap/vars.yml @@ -18,9 +18,13 @@ accesspoint_wifi_channels: accesspoint_80211r: mobility_domain_base: 0xca00 -accesspoint_band_steering: +accesspoint_client_steering: kind: usteer - zones: "{{ accesspoint_zones | list }}" + options: + assoc_steering: '1' + band_steering_threshold: '0' + band_steering_interval: '30000' + ssid_list: "{{ accesspoint_zones | dict2items | map(attribute='value.ssid') }}" accesspoint_ntp_servers: -- cgit v1.2.3