summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-15 22:09:42 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-15 22:09:42 +0200
commit32b2e357d87a0256a4feb3f0a0cafc8809eeec78 (patch)
tree92b113f88294b5159844ccfafed47536f94b124a /inventory
parentaccespoint/roaming: add usteer (diff)
accesspoints: further simplify 80211r setup and some more usteer tests
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/accesspoints/vars.yml11
-rw-r--r--inventory/group_vars/chaos-at-home-ap/vars.yml15
2 files changed, 14 insertions, 12 deletions
diff --git a/inventory/group_vars/accesspoints/vars.yml b/inventory/group_vars/accesspoints/vars.yml
index 14d881d5..cf8f390a 100644
--- a/inventory/group_vars/accesspoints/vars.yml
+++ b/inventory/group_vars/accesspoints/vars.yml
@@ -102,9 +102,7 @@ accesspoint_wireless_ifaces_yaml: |
rsn_preauth: '1'
{% if accesspoint_80211r is defined %}
ieee80211r: '1'
- mobility_domain: '{{ "%04x" % (accesspoint_80211r.mobility_domain_base[band] + outer_loop.index0) }}'
- ft_over_ds: '1'
- ft_psk_generate_local: '1'
+ mobility_domain: '{{ "%04x" % (accesspoint_80211r.mobility_domain_base + outer_loop.index0) }}'
{% endif %}
{% if accesspoint_band_steering is defined %}
bss_transition: '1'
@@ -377,7 +375,12 @@ openwrt_uci_band_steering_yaml: |
syslog: '1'
local_mode: '0'
ipv6: '0'
- debug_level: '3'
+ debug_level: '2'
+ assoc_steering: '1'
+ ssid_list:
+ {% for zone in accesspoint_band_steering.zones %}
+ - '{{ accesspoint_zones[zone].ssid }}'
+ {% endfor %}
{% endif %}
{% endif %}
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: