"Canada2" ... indeed only when you need something very special there ...
[admin@hAPac3] > interface wireless info country-info
country: canada2
ranges: 2402-2472/b,g,gn20,gn40(30dBm)
5170-5250/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(30dBm)/indoor
5170-5250/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(23dBm)/outdoor
5735-5835/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(30dBm)/outdoor
That EIRP power level is illegal for Europe (most countries are under ETSI) !!!
But with "canada2" it misses most of the "canada" allowed frequencies.
And client devices which set the region automatically (eg via mobile data or GPS) will not capture that extra frequency in other locations
[admin@hAPac3] > interface wireless info country-info
country: etsi
ranges: 2402-2482/b,g,gn20,gn40(20dBm)
5170-5250/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(23dBm)/passive,indoor
5170-5330/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(20dBm)/dfs,passive,indoor
5250-5330/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(20dBm)/dfs,passive,indoor
5490-5710/a,an20,an40,ac20,ac40,ac80,ac160,ac80+80(27dBm)/dfs,passive
.
And 'indoor' and 'outdoor' is always tricky with MT implementation/interpretation
'outdoor' frekwencies are allowed for indoor installations (because what emergency or weather service signal will it harm there more than when used outdoor?).
Regulators know 'indoor
only', and '
also outdoor', never seen 'outdoor only'.
Allowed EIRP Wifi power with WLAN driver is 3 dB lower (non-TPC levels only), than with wifiwave2 (which may use TPC levels)
Answer: Why doesn't it allow me to change the country on the 5g wifi. Always go to Canada2
# 2023-10-26 12:25:08 by RouterOS 7.11.2
# software id =
#
# model =
# serial number =
/interface bridge
add name=bridge1
add name=loopback
/interface wireless
set [ find default-name=wlan1 ] adaptive-noise-immunity=ap-and-client-mode allow-sharedkey=yes band=2ghz-b/g/n channel-width=20/40mhz-XX \
disabled=no frequency=2442 mode=ap-bridge ssid=Edwin
set [ find default-name=wlan2 ] adaptive-noise-immunity=ap-and-client-mode allow-sharedkey=yes band=5ghz-a/n/ac channel-width=\
20/40/80mhz-XXXX country=canada2 disabled=no frequency=5745 mode=ap-bridge ssid="Edwin(5G)"
/interface vlan
add interface=ether1 name=vlan45 vlan-id=45
/interface pppoe-client
add add-default-route=yes disabled=no interface=vlan45 name=pppoe-out1 user=edwin-mendez
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.70.2-192.168.70.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=bridge1 lease-time=10m name=dhcp1
/snmp community
set [ find default=yes ] name=
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=wlan2
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.70.1/24 interface=bridge1 network=192.168.70.0
add address= interface=loopback network=
/ip dhcp-server network
add address=192.168.70.0/24 dns-server=8.8.8.8 gateway=192.168.70.1
/ip dns
set servers=8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/snmp
set enabled=yes trap-version=2
/system clock
set time-zone-name=America/Puerto_Rico
/system identity
set name=
/system note
set show-at-login=no