summaryrefslogtreecommitdiff
path: root/inventory/group_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/group_vars')
-rw-r--r--inventory/group_vars/accesspoints/vars.yml4
-rw-r--r--inventory/group_vars/chaos-at-home-ap/vars.yml8
2 files changed, 12 insertions, 0 deletions
diff --git a/inventory/group_vars/accesspoints/vars.yml b/inventory/group_vars/accesspoints/vars.yml
index b704e147..43a2de82 100644
--- a/inventory/group_vars/accesspoints/vars.yml
+++ b/inventory/group_vars/accesspoints/vars.yml
@@ -82,6 +82,10 @@ accesspoint_wireless_devices_yaml: |
path: "{{ accesspoint_wireless_device_paths[band] }}"
htmode: '{{ accesspoint_wifi_device_htmode[band] }}'
cell_density: '0'
+ {% set txpower = accesspoint_wifi_txpower[band][inventory_hostname] %}
+ {% if txpower is defined %}
+ txpower: '{{ txpower }}'
+ {% endif %}
{% endfor %}
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') }}"