Dear GL.iNet Team,
I’ve identified a reproducible issue on the GL.iNet BE9300 (IPQ5332 + QCN9224 Wi‑Fi 7) where enabling 802.11r Fast Transition on MLO SSIDs causes the entire Wi‑Fi 7 subsystem to fail. This results in the MLO bond interface (mld0) being destroyed, hostapd failing to start, and the main SSID disappearing from the air.
Below is a clean summary of the problem, how to reproduce it, and the logs that confirm the failure.
Summary of the Issue
When 802.11r is enabled on Wi‑Fi 7 MLO interfaces, the BE9300:
-
fails to initialize MLO VAPs (
wlanmld2g,wlanmld5g,wlanmld6g) -
destroys the MLO bond interface (
mld0) -
repeatedly tears down and recreates Wi‑Fi radios
-
fails to start hostapd for MLO interfaces
→Failed to connect to hostapd - wpa_ctrl_open: No such file or directory -
triggers subsystem restarts (SSR events)
-
leaves only simple non‑MLO SSIDs (e.g., IoT network) active
Disabling 802.11r immediately restores normal operation.
How to Reproduce
-
Configure BE9300 with:
-
MLO SSIDs on 2.4/5/6 GHz (
wlanmld*) -
WPA3‑SAE
-
VLAN 10
-
802.11k/v enabled
-
(optional) guest SSIDs — these do not cause issues
-
-
Enable 802.11r on the MLO SSIDs.
-
Restart Wi‑Fi:
Code
/etc/init.d/network restart -
Observe:
-
MLO SSID disappears
-
only IoT/non‑MLO SSIDs remain visible
-
logs show MLO bond teardown and hostapd failures
-
Actual Behavior
From the logs:
-
MLO bond destroyed
mld0: Destroying bond as no slaves are present -
hostapd fails to start
Failed to connect to hostapd - wpa_ctrl_open: No such file or directory -
MLO VAPs fail to initialize
ol_ath_vdev_set_intra_bss: vdev is NULL! -
Subsystem restarts
ol_ath_wifi_ssr: SSR event -
Peer table overflow when 802.11r is enabled
Host Requested 1058 peers. FW Supports 290 peers
With 802.11r disabled, all MLO interfaces come up cleanly and the SSID is visible on all bands.
Expected Behavior
-
MLO bond (
mld0) should remain stable -
All MLO VAPs should initialize
-
hostapd should create control sockets for all interfaces
-
SSID should be visible on 2.4/5/6 GHz
-
No SSR events or VDEV failures
Workaround
-
Disable 802.11r on Wi‑Fi 7 MLO SSIDs
-
802.11r works fine on Wi‑Fi 6 APs (non‑MLO)
-
All other features (MLO, VLAN, guest networks, 802.11k/v) work normally
Request
Could you please investigate compatibility between:
-
802.11r Fast Transition
-
MLO (Multi‑Link Operation)
-
QCN9224 firmware on BE9300
This appears to be a firmware/driver issue rather than a configuration problem.
I can provide full logs, configs, and additional testing if needed.
Thanks!
Regards,
percy