]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Always process every link in association request
authorMichael-CY Lee <michael-cy.lee@mediatek.com>
Thu, 20 Mar 2025 00:53:28 +0000 (08:53 +0800)
committerJouni Malinen <j@w1.fi>
Thu, 20 Mar 2025 21:09:08 +0000 (23:09 +0200)
commitf39ca81898248aeaf447cac241d6719f670f02b7
treec2f574c62e606f3ac11003bd47d918bcb17f1076
parent294ab26b9147c38323ba71354a88e0b8be7526f4
AP MLD: Always process every link in association request

Error might happen when handling one of the link(s) in association
request, but immediately returning causes missing of status code of
the unprocessed link(s) in association response.

Always processing every link in association request ensures that every
link has it status code in the association response.

Fixes: 03e89de47b6c ("AP MLD: Process link info when handling new STA event with driver SME")
Signed-off-by: Michael-CY Lee <michael-cy.lee@mediatek.com>
Signed-off-by: Money Wang <money.wang@mediatek.com>
src/ap/ieee802_11.c