Dernière activité 1776025275

elicro a révisé ce gist 1776025275. Aller à la révision

1 file changed, 3 insertions, 1 deletion

mikrotik-wifi-qcom.rsc

@@ -1,4 +1,6 @@
1 - # https://en.wikipedia.org/wiki/List_of_WLAN_channels
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)
2 4
3 5 /interface wifi reset [find]
4 6

elicro a révisé ce gist 1776025235. Aller à la révision

1 file changed, 1 insertion

mikrotik-wifi-qcom.rsc

@@ -1,4 +1,5 @@
1 1 # https://en.wikipedia.org/wiki/List_of_WLAN_channels
2 +
2 3 /interface wifi reset [find]
3 4
4 5 /interface wifi configuration

elicro a révisé ce gist 1776025223. Aller à la révision

1 file changed, 1 insertion

mikrotik-wifi-qcom.rsc

@@ -1,3 +1,4 @@
1 + # https://en.wikipedia.org/wiki/List_of_WLAN_channels
1 2 /interface wifi reset [find]
2 3
3 4 /interface wifi configuration

elicro a révisé ce gist 1776024485. Aller à la révision

1 file changed, 2 insertions

mikrotik-wifi-qcom.rsc

@@ -1,3 +1,5 @@
1 + /interface wifi reset [find]
2 +
1 3 /interface wifi configuration
2 4 add 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 \
3 5 .group-key-update=1h .management-protection=allowed .passphrase=test613613 ssid=MULTI-WIFI_Test

elicro a révisé ce gist 1776024259. Aller à la révision

1 file changed, 10 insertions

mikrotik-wifi-qcom.rsc(fichier créé)

@@ -0,0 +1,10 @@
1 + /interface wifi configuration
2 + add 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 \
3 + .group-key-update=1h .management-protection=allowed .passphrase=test613613 ssid=MULTI-WIFI_Test
4 +
5 + add 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=\
6 + ccmp,gcmp,ccmp-256,gcmp-256 .group-key-update=1h .management-protection=allowed .passphrase=test613613 ssid=MULTI-WIFI_Test
7 +
8 + /interface wifi
9 + set [ find default-name=wifi1 ] channel.frequency=5745 configuration=cfg5.0 configuration.mode=ap disabled=no
10 + set [ find default-name=wifi2 ] channel.frequency=2437 configuration=cfg2.4 configuration.mode=ap disabled=no
Plus récent Plus ancien