Thanks!
I have like a billion IT devices connected. But those are working fine, just my xiaomi phones have the issue.The more Nest devices I have connected, the worse it gets.
I'm also actively troubleshooting this with support. Probably sent 20+ .rif files. And so far it looks like it is a combination of ROS > 7.14.3 and Google Nest Hubs/Speakers that breaks Mikrotik WIFI intermittently. The more Nest devices I have connected, the worse it gets.
Anyone brave enough to try to see if it fixes things?*) wifi - avoid excessive re-transmission of SA Query action frames;
Why not7.18 beta
*) wifi - avoid excessive re-transmission of SA Query action frames
It's worth a try ?
Create supout file and share with support.I'm seeing this on the hAP ax3, can confirm that latest beta doesn't fix. If MikroTik support thinks I could help in some way, I ask them to please contact me.
/export file=anynameyoulike
Nope, none of that.@arnisfreimanis: do you also have google nest / home / chromecast devices in your network?
Did you have a look at the past changelogs?Unfortunately, I have already lost hope of fixing the WiFi disconnection problem.
v7.14.3 was introduced April the 17th, 2024. After this release, a new(er) driver of Qualcom was introduced that caused problems for some users. Have been there, did a lot of tweaking and have zero problems currently using v7.18beta2 (and the same since all 7.16.x versions there were made available).After all, the problem has been known for more than a year and Mikrotik does nothing about it.
Can you please provide numbers?In the past, in hotels, guesthouses and other public premises, the majority of WiFi network was implemented by Mikrotik, but now I see Omada equipment being installed in its place. No one professionally dealing with networks will push for the problems that Mikrotik guarantees.
Good for you. There are plenty of people here for whom the only fix that works is a rollback to 17.4.3. Someone posted above that they can reproduce the issue with a fresh / default config and just two devices. The "I just switched off WPA3 / set connect priority / ... and it works for me, don't know what y'all talking about!" crowd is just distracting from the real issue.v7.14.3 was introduced April the 17th, 2024. After this release, a new(er) driver of Qualcom was introduced that caused problems for some users. Have been there, did a lot of tweaking and have zero problems currently using v7.18beta2 (and the same since all 7.16.x versions there were made available).
So.. where was the problem? How to tweak things right?v7.14.3 was introduced April the 17th, 2024. After this release, a new(er) driver of Qualcom was introduced that caused problems for some users. Have been there, did a lot of tweaking and have zero problems currently using v7.18beta2 (and the same since all 7.16.x versions there were made available).
# 2025-01-27 08:41:54 by RouterOS 7.18beta2
# software id = 3EBJ-1MI6
#
# model = RB4011iGS+
# serial number = #############
/interface wifi channel
add band=2ghz-ax disabled=no frequency=2412,2437,2462 name=CHAN-2G \
reselect-interval=18h..1d skip-dfs-channels=10min-cac width=20mhz
add band=5ghz-ax disabled=no frequency=5250-5710 name=CHAN-5G \
reselect-interval=4h..8h skip-dfs-channels=10min-cac width=20/40/80mhz
/interface wifi datapath
add bridge=bridge-LAN disabled=no name=Datapath vlan-id=1
/interface wifi security
add authentication-types=wpa2-psk connect-priority=0/1 disabled=no ft=yes \
ft-over-ds=yes multi-passphrase-group=SSID name=SSID-PPSK wps=disable
/interface wifi configuration
add channel=CHAN-2G country=Netherlands datapath=Datapath disabled=no \
dtim-period=3 mode=ap multicast-enhance=enabled name=SSID-CONF-2G \
security=SSID-PPSK ssid=SSID tx-power=9
add channel=CHAN-5G country=Netherlands datapath=Datapath disabled=no \
dtim-period=3 mode=ap multicast-enhance=enabled name=SSID-CONF-5G \
security=SSID-PPSK ssid=SSID tx-power=24
/interface wifi capsman
set ca-certificate=auto enabled=yes interfaces=MGT-VLAN package-path=\
/packages require-peer-certificate=no upgrade-policy=none
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=\
SSID-CONF-5G name-format=%I supported-bands=5ghz-ax
add action=create-dynamic-enabled disabled=no master-configuration=\
SSID-CONF-2G name-format=%I supported-bands=2ghz-ax
/interface wifi security multi-passphrase
add disabled=no group=SSID isolation=no passphrase=passphrase-50 vlan-id=50
add disabled=no group=SSID isolation=yes passphrase=passphrase-51 vlan-id=51
7.18beta also has no improvement for you? then your issue might be caused by something completely different.Good for you. There are plenty of people here for whom the only fix that works is a rollback to 17.4.3. Someone posted above that they can reproduce the issue with a fresh / default config and just two devices. The "I just switched off WPA3 / set connect priority / ... and it works for me, don't know what y'all talking about!" crowd is just distracting from the real issue.v7.14.3 was introduced April the 17th, 2024. After this release, a new(er) driver of Qualcom was introduced that caused problems for some users. Have been there, did a lot of tweaking and have zero problems currently using v7.18beta2 (and the same since all 7.16.x versions there were made available).