Hi all,
two weeks ago I upgraded my five mikrotik aps to v.7.13.x and switched to the new wifi-qcom-ac package.
Apart from the need to reconfigure my vlan tagging everything went smooth.
I'm pretty satisfied with the performance so far, but one aspect keeps me wondering just if somethings wrong with my configuration.
This is an excerpt from one of my access points (redacted the SSID):So my channel/frequency plan on 2.4 GHz is as follows:
ap1 - channel 1
ap2 - channel 5
ap3 - channel 9
ap4 - channel 13
ap5 - channel 1
This configuration obviously only works in countries which allow the use of channel 13 (which is the case in germany).
But heres the catch: Before the change to wifi-qcom-ac the channels were 20MHz wide (as per configuration) and did not overlap.
Since the upgrade the channels seem to occupy 40MHz even if I configured them to be 20MHz wide (see config above).
Attached is a screenshot of LinSSID showcasing the problem. I checked before and after the switch to wifi-qcom-ac and this problem only started after upgrading from the old wireless driver. Any Ideas? Possible Bug in RouterOS? Possible Bug in LinSSID?
What do you think?
regards from germany
- kk1992
two weeks ago I upgraded my five mikrotik aps to v.7.13.x and switched to the new wifi-qcom-ac package.
Apart from the need to reconfigure my vlan tagging everything went smooth.
I'm pretty satisfied with the performance so far, but one aspect keeps me wondering just if somethings wrong with my configuration.
This is an excerpt from one of my access points (redacted the SSID):
Code:
/interface wifi securityadd authentication-types=wpa2-psk,wpa3-psk disabled=no group-encryption=ccmp group-key-update=20m management-encryption=gmac-256 management-protection=allowed name=PSK-LAN wps=disableadd authentication-types=wpa2-psk,wpa3-psk disabled=no group-encryption=ccmp group-key-update=20m management-encryption=gmac-256 management-protection=allowed name=PSK-Guest wps=disableadd authentication-types=wpa2-psk disabled=no name=PSK-IoT/interface wifiset [ find default-name=wifi1 ] channel.band=2ghz-n .frequency=2472 .secondary-frequency=disabled .width=20mhz comment="2,4 GHz LAN" configuration.country=Germany .mode=ap .ssid=LAN \ disabled=no security=PSK-LAN security.authentication-types=wpa2-psk,wpa3-psk steering.neighbor-group=dynamic-LAN-7ca1688e .rrm=yes .wnm=yesset [ find default-name=wifi2 ] channel.band=5ghz-ac .frequency=5300 .secondary-frequency=disabled .width=20/40mhz-Ce comment="5 GHz LAN" configuration.country=Germany .mode=ap .ssid=LAN \ disabled=no security=PSK-LAN security.authentication-types=wpa2-psk,wpa3-psk steering.neighbor-group=dynamic-LAN-7ca1688e .rrm=yes .wnm=yesadd comment="2,4 GHz Guest" configuration.mode=ap .ssid=Guest disabled=no mac-address=2E:C8:1B:xx:xx:xx master-interface=wifi1 name=wifi3 security=PSK-Guest \ security.authentication-types=wpa2-psk,wpa3-psk steering.neighbor-group=dynamic-Guest-64eec2f9 .rrm=yes .wnm=yesadd comment="5 GHz Guest" configuration.mode=ap .ssid=Guest disabled=no mac-address=2E:C8:1B:xx:xx:xx master-interface=wifi2 name=wifi4 security=PSK-Guest \ security.authentication-types=wpa2-psk,wpa3-psk steering.neighbor-group=dynamic-Guest-64eec2f9 .rrm=yes .wnm=yesadd comment="2,4 GHz IoT" configuration.mode=ap .ssid=IoT disabled=no mac-address=2E:C8:1B:xx:xx:xx master-interface=wifi1 name=wifi5 security=PSK-IoT \ security.authentication-types=wpa2-psk steering.neighbor-group=dynamic-IoT-492e1712 .rrm=yes .wnm=yes
ap1 - channel 1
ap2 - channel 5
ap3 - channel 9
ap4 - channel 13
ap5 - channel 1
This configuration obviously only works in countries which allow the use of channel 13 (which is the case in germany).
But heres the catch: Before the change to wifi-qcom-ac the channels were 20MHz wide (as per configuration) and did not overlap.
Since the upgrade the channels seem to occupy 40MHz even if I configured them to be 20MHz wide (see config above).
Attached is a screenshot of LinSSID showcasing the problem. I checked before and after the switch to wifi-qcom-ac and this problem only started after upgrading from the old wireless driver. Any Ideas? Possible Bug in RouterOS? Possible Bug in LinSSID?
What do you think?
regards from germany
- kk1992
Statistics: Posted by kk1992 — Fri Feb 09, 2024 8:49 am