Hi
Could you please clarify the following:
- Can this issue be reproduced consistently?
- What firmware version is your Flint 3 currently running? You can find it under System → Upgrade
- Please export the full device logs and send them to us via private message so we can analyze further
Also, please try the following to see if it helps:
- Try setting the 2.4 GHz Wi-Fi mode to 802.11n/g, since some IoT devices may not work well with ax/be modes.
uci set wireless.wifi0.hwmode='11ng'
uci commit wireless
/etc/init.d/network restart
- Try disabling 802.11v on the corresponding SSID, as the log indicates that the issue appears to be related to roaming.
# On Main SSID
uci set wireless.wifi2g.bss_transition='0'
# On Guest SSID
uci set wireless.guest2g.bss_transition='0'
# On MLO SSID
uci set wireless.wlanmld2g.bss_transition='0'
uci commit wireless
/etc/init.d/network restart