]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Fix Association Response frame ACK handling
authorJouni Malinen <j@w1.fi>
Sat, 13 Jan 2024 10:16:51 +0000 (12:16 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 13 Jan 2024 17:09:31 +0000 (19:09 +0200)
commitfebb51bf879129d9a86d2ddde8322fca0923911b
treeda3664b728cb1cf6d496459507fadd3c8633b378
parent07f44a7c42e833d1b36f3c155e0ac7a123ec97b0
AP MLD: Fix Association Response frame ACK handling

Invert the check on hapd->conf->mld_ap on the affiliated links to
actually call the link specific callback handler. This is needed to set
the STA associated.

Fixes: 55038680a606 ("AP: MLO: Handle association callback")
Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c