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/chaos-at-home-ap/vars.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 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 f5502845..af4773f4 100644 --- a/inventory/group_vars/chaos-at-home-ap/vars.yml +++ b/inventory/group_vars/chaos-at-home-ap/vars.yml @@ -1,6 +1,11 @@ --- network_mgmt_zone: "{{ network_zones.mgmt }}" +accesspoint_zones: + lan: "{{ network_zones.lan.wifi }}" + iot: "{{ network_zones.iot.wifi }}" + + accesspoint_wifi_channels: 2g: ch-ap0: 1 @@ -11,17 +16,11 @@ accesspoint_wifi_channels: ch-ap2: 40 accesspoint_80211r: - mobility_domain_base: - 2g: 0xc240 - 5g: 0xc500 + mobility_domain_base: 0xca00 accesspoint_band_steering: kind: usteer - - -accesspoint_zones: - lan: "{{ network_zones.lan.wifi }}" - iot: "{{ network_zones.iot.wifi }}" + zones: "{{ accesspoint_zones | list }}" accesspoint_ntp_servers: -- cgit v1.2.3