Ultima attività 1776025275

Revisione 53b54af3017ba6eeada38a70f752607bb309a5df

mikrotik-wifi-qcom.rsc Raw
1# https://en.wikipedia.org/wiki/List_of_WLAN_channels#2.4_GHz_(802.11b/g/n/ax/be)
2
3# https://en.wikipedia.org/wiki/List_of_WLAN_channels#5_GHz_(802.11a/h/n/ac/ax/be)
4
5/interface wifi reset [find]
6
7/interface wifi configuration
8add channel.band=5ghz-ax .frequency=5745 .skip-dfs-channels=all .width=20/40/80mhz country=Israel disabled=no mode=ap name=cfg5.0 security.authentication-types=wpa2-psk,wpa3-psk .encryption=ccmp,gcmp,ccmp-256,gcmp-256 \
9 .group-key-update=1h .management-protection=allowed .passphrase=test613613 ssid=MULTI-WIFI_Test
10
11add channel.band=2ghz-ax .frequency=2437 .skip-dfs-channels=all .width=20/40mhz country=Israel disabled=no installation=indoor mode=ap name=cfg2.4 security.authentication-types=wpa2-psk,wpa3-psk .encryption=\
12 ccmp,gcmp,ccmp-256,gcmp-256 .group-key-update=1h .management-protection=allowed .passphrase=test613613 ssid=MULTI-WIFI_Test
13
14/interface wifi
15set [ find default-name=wifi1 ] channel.frequency=5745 configuration=cfg5.0 configuration.mode=ap disabled=no
16set [ find default-name=wifi2 ] channel.frequency=2437 configuration=cfg2.4 configuration.mode=ap disabled=no
17