]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Support disconnect with MLD
authorChenming Huang <quic_chenhuan@quicinc.com>
Tue, 24 Sep 2024 08:15:42 +0000 (13:45 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 19 Dec 2024 21:28:32 +0000 (23:28 +0200)
commit01677c47fb13976e078b5a2157aa6bebf19f1731
tree7a449626b3468860dade6d6faa3496fd925b0133
parentc1806a212190a1b88081ed7b3b523f2456de70e4
AP: Support disconnect with MLD

When requested to disconnect a station also handle the corresponding MLD
stations. This was previously done in commit c6f519ff15b2 ("AP: Support
deauthenticate/disassociate with MLD") for ap_sta_disassociate() and
ap_sta_deauthenticate(), but similar handling is needed for
ap_sta_disconnect() as well to cover some disconnection cases especially
from the Authenticator functionality.

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