]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Process link info when handling new STA event with driver SME
authorChenming Huang <quic_chenhuan@quicinc.com>
Tue, 21 Nov 2023 06:12:29 +0000 (11:42 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 2 Feb 2024 18:06:49 +0000 (20:06 +0200)
commit03e89de47b6c734edcaa95f8d55081cae8084a55
tree407fb2bd1767aaf1e69fa9ffcc26983d5c4b4a83
parent6a91e3608feeec5b84128e944fde708f17334372
AP MLD: Process link info when handling new STA event with driver SME

When association is handled in hostapd, a non-AP MLD's info is stored in
all valid links. This should be the same when SME is offloaded to the
driver.

Also skip some operations that are already done by the driver
when SME is offloaded.

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