[BUG REPORT] Flint 3 (GL-BE9300) – Watchdog Reset triggered by hostapd EAPOL Retry-Loop & DMS Conflict

Hi

Could you please clarify the following:

  1. Can this issue be reproduced consistently?
  2. What firmware version is your Flint 3 currently running? You can find it under System → Upgrade
  3. 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:

  1. 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
  1. 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