summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home-ap
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-10-03 02:03:21 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-10-03 02:03:21 +0200
commitd5a8cc250170c3bd835b27e0fdd5964a5beb885d (patch)
tree7dab375de002c97526d861c19d671845adb6d193 /inventory/group_vars/chaos-at-home-ap
parentrefactoring of access point client steering config (diff)
accesspoints: some more tweaks
Diffstat (limited to 'inventory/group_vars/chaos-at-home-ap')
-rw-r--r--inventory/group_vars/chaos-at-home-ap/vars.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home-ap/vars.yml b/inventory/group_vars/chaos-at-home-ap/vars.yml
index 535dedef..c47eea39 100644
--- a/inventory/group_vars/chaos-at-home-ap/vars.yml
+++ b/inventory/group_vars/chaos-at-home-ap/vars.yml
@@ -15,6 +15,11 @@ accesspoint_wifi_channels:
ch-ap1: 48
ch-ap2: 40
+accesspoint_wifi_txpower:
+ 2g:
+ ch-ap0: 10
+ ch-ap1: 10
+
accesspoint_80211r:
mobility_domain_base: 0xca00
@@ -22,6 +27,9 @@ accesspoint_client_steering:
kind: usteer
options:
assoc_steering: '1'
+ roam_scan_snr: -60
+ roam_trigger_snr: -75
+ signal_diff_threshold: 15
band_steering_threshold: '0'
band_steering_interval: '30000'
ssid_list: "{{ accesspoint_zones | dict2items | map(attribute='value.ssid') }}"