Última atividade 1776025275

Revisão 91a673cbab23537cf2d36b8a4e50c10dc6a0b24a

mikrotik-wifi-qcom.rsc Bruto
1# https://en.wikipedia.org/wiki/List_of_WLAN_channels
2
3/interface wifi reset [find]
4
5/interface wifi configuration
6add 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 \
7 .group-key-update=1h .management-protection=allowed .passphrase=test613613 ssid=MULTI-WIFI_Test
8
9add 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=\
10 ccmp,gcmp,ccmp-256,gcmp-256 .group-key-update=1h .management-protection=allowed .passphrase=test613613 ssid=MULTI-WIFI_Test
11
12/interface wifi
13set [ find default-name=wifi1 ] channel.frequency=5745 configuration=cfg5.0 configuration.mode=ap disabled=no
14set [ find default-name=wifi2 ] channel.frequency=2437 configuration=cfg2.4 configuration.mode=ap disabled=no
15