User's Manual

11
Regulatory
domain
Country code
FCC
US
CE
GB
IC
CA
Japan
JP (for 2.4G radio)
4015 (for 5G
radio)
b) Set wireless mode
- Radio 3:
uci set wireless.@wifi-device[2].hwmode=11ac
uci commit wireless
wifi
Note: available hwmode for Radio 3: 11b, 11g, 11ng, 11a, 11na, 11ac
c) Set bandwidth and channel
- Radio 3:
uci set wireless.@wifi-device[2].htmode=VHT80
uci set wireless.@wifi-device[2].channel=149
uci commit wireless
wifi
Note: available htmode for Radio 3: VHT80, HT40+, HT40-, HT20
VHT80 is only applicable for 11ac mode.
2.3 Continuous Rx command
2.4G:
uci set wireless.wifi2.disabled=0 &&
uci set wireless.wifi2.hwmode='11ng' &&
uci set wireless.wifi2.htmode='HT40+' &&
uci set wireless.wifi2.channel='1' &&
uci set wireless.@wifi-iface[2].mode='monitor' &&