]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Set WLAN_STA_ASSOC flag before copying STA entry (SME-in-driver)
authorChenming Huang <quic_chenhuan@quicinc.com>
Fri, 14 Feb 2025 06:08:37 +0000 (11:38 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 14 Feb 2025 09:14:38 +0000 (11:14 +0200)
commit539648699b24ab578334f2a6b36e84e5c9a7dcd5
treeda16e3f7542cf9953686cec886294df71840d55c
parent90856b19507f9ad0b4046604c490defc8c7ffd61
AP MLD: Set WLAN_STA_ASSOC flag before copying STA entry (SME-in-driver)

In SME offloaded cases, it was found that WLAN_STA_ASSOC flag is
not set on all STA entries. This is because STA entries are
copied before WLAN_STA_ASSOC flag is set in the assocation link.

To fix that, set WLAN_STA_ASSOC flag properly before calling
hostapd_process_assoc_ml_info() where flags are copied to STA
entries in other links.

Signed-off-by: Chenming Huang <quic_chenhuan@quicinc.com>
src/ap/drv_callbacks.c