最后活跃于 1776025275

修订 60667914730753c22bce59ed154218249eb7acb7

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