From 5017cb5dfb3451d38a6531f3aca0926a51ccb238 Mon Sep 17 00:00:00 2001 From: Gregor Michels Date: Sat, 19 Nov 2022 03:47:24 +0100 Subject: [PATCH] wifi ans: try to optimize channel selection for clients inside tents: * half transmit power in the 2,4GHz bands * increase transmit power in the 5GHz bands by 1 dBm this hopefully forces more clients into the 5 GHz bands --- ansible-inventory | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ansible-inventory b/ansible-inventory index ff00ea0..67d4746 100644 --- a/ansible-inventory +++ b/ansible-inventory @@ -8,17 +8,17 @@ ap-2bbf ip=10.84.1.30 location=tent-4 channel_2g=11 channel_5g=149 ap-1a38 ip=10.84.1.35 location=tent-5 channel_2g=6 channel_5g=153 ap-8f39 ip=10.84.1.37 location=tent-5 channel_2g=1 channel_5g=157 -ap-b62f ip=10.85.1.31 location=tent-1 channel_2g=1 channel_5g=36 txpower_2g=18 txpower_5g=19 -ap-b656 ip=10.85.1.35 location=tent-1 channel_2g=6 channel_5g=140 txpower_2g=18 txpower_5g=19 +ap-b62f ip=10.85.1.31 location=tent-1 channel_2g=1 channel_5g=36 txpower_2g=15 txpower_5g=20 +ap-b656 ip=10.85.1.35 location=tent-1 channel_2g=6 channel_5g=140 txpower_2g=15 txpower_5g=20 ap-b6ee ip=10.85.1.32 location=office-security channel_2g=1 channel_5g=48 txpower_2g=12 txpower_5g=13 ap-b5df ip=10.85.1.38 location=office-social channel_2g=11 channel_5g=153 txpower_2g=12 txpower_5g=13 ap-b6cb ip=10.85.1.33 location=office-facility channel_2g=6 channel_5g=60 txpower_2g=12 txpower_5g=13 -ap-b641 ip=10.85.1.30 location=tent-2 channel_2g=1 channel_5g=136 txpower_2g=18 txpower_5g=19 -ap-b6d7 ip=10.85.1.34 location=tent-2 channel_2g=6 channel_5g=104 txpower_2g=18 txpower_5g=19 -ap-b644 ip=10.85.1.36 location=tent-2 channel_2g=11 channel_5g=124 txpower_2g=18 txpower_5g=19 -ap-b634 ip=10.85.1.37 location=tent-3 channel_2g=1 channel_5g=116 txpower_2g=18 txpower_5g=19 -ap-b6cc ip=10.85.1.39 location=tent-3 channel_2g=6 channel_5g=40 txpower_2g=18 txpower_5g=19 -ap-b682 ip=10.85.1.40 location=tent-3 channel_2g=11 channel_5g=64 txpower_2g=18 txpower_5g=19 +ap-b641 ip=10.85.1.30 location=tent-2 channel_2g=1 channel_5g=136 txpower_2g=15 txpower_5g=20 +ap-b6d7 ip=10.85.1.34 location=tent-2 channel_2g=6 channel_5g=104 txpower_2g=15 txpower_5g=20 +ap-b644 ip=10.85.1.36 location=tent-2 channel_2g=11 channel_5g=124 txpower_2g=15 txpower_5g=20 +ap-b634 ip=10.85.1.37 location=tent-3 channel_2g=1 channel_5g=116 txpower_2g=15 txpower_5g=20 +ap-b6cc ip=10.85.1.39 location=tent-3 channel_2g=6 channel_5g=40 txpower_2g=15 txpower_5g=20 +ap-b682 ip=10.85.1.40 location=tent-3 channel_2g=11 channel_5g=64 txpower_2g=15 txpower_5g=20 [accesspoints:vars] ansible_remote_tmp=/tmp