I have five CAT6 runs in my home to specific locations. I have three of these units that I have openwrt installed all as DumbAPs in 3 different rooms:
What is the best method for 5Ghz freq setup?
A.) Least conflicting freq with other devices in my neighborhood. I live in a Lombardo home community, so at least a dozen homes in close proximity.
B.) Will get the best wireless speeds possible.
#Common neighborhood 5Ghz freq
36, 44,149, 153, 157, 161, 165
Current 5Ghz freq:
DUMBAP_1 = Chan 40
DUMBAP_2 = Chan 161
DUMBAP_3 = Chan 153
root@DUMBAP_1:/etc/config# iwinfo phy1-ap0 freqlist
5.180 GHz (Band: 5 GHz, Channel 36) [NO_HT40-]
* 5.200 GHz (Band: 5 GHz, Channel 40)
5.220 GHz (Band: 5 GHz, Channel 44)
5.240 GHz (Band: 5 GHz, Channel 48)
5.260 GHz (Band: 5 GHz, Channel 52)
5.280 GHz (Band: 5 GHz, Channel 56)
5.300 GHz (Band: 5 GHz, Channel 60)
5.320 GHz (Band: 5 GHz, Channel 64) [NO_HT40+]
5.500 GHz (Band: 5 GHz, Channel 100) [NO_HT40-]
5.520 GHz (Band: 5 GHz, Channel 104)
5.540 GHz (Band: 5 GHz, Channel 108)
5.560 GHz (Band: 5 GHz, Channel 112)
5.580 GHz (Band: 5 GHz, Channel 116)
5.600 GHz (Band: 5 GHz, Channel 120)
5.620 GHz (Band: 5 GHz, Channel 124)
5.640 GHz (Band: 5 GHz, Channel 128)
5.660 GHz (Band: 5 GHz, Channel 132)
5.680 GHz (Band: 5 GHz, Channel 136)
5.700 GHz (Band: 5 GHz, Channel 140)
5.720 GHz (Band: 5 GHz, Channel 144) [NO_HT40+]
5.745 GHz (Band: 5 GHz, Channel 149) [NO_HT40-, NO_160MHZ, NO_IR]
5.765 GHz (Band: 5 GHz, Channel 153) [NO_160MHZ, NO_IR]
5.785 GHz (Band: 5 GHz, Channel 157) [NO_160MHZ, NO_IR]
5.805 GHz (Band: 5 GHz, Channel 161) [NO_160MHZ, NO_IR]
5.825 GHz (Band: 5 GHz, Channel 165) [NO_HT40+, NO_160MHZ, NO_IR]
wireless config:
config wifi-device 'radio0'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0'
option channel '1'
option band '2g'
option htmode 'HT20'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'sr_guy-2Ghz-Den'
option key 'password'
option encryption 'psk2'
config wifi-device 'radio1'
option type 'mac80211'
option path '1e140000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0'
option channel '40'
option band '5g'
option htmode 'VHT80'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'sr_guy-5Ghz-Den'
option key 'password'
option encryption 'psk2+ccmp'