]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP MLD: Reset authenticator state machine's ML info
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Thu, 28 Mar 2024 18:16:36 +0000 (23:46 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 20 Apr 2024 12:58:48 +0000 (15:58 +0300)
commit9098535ef15f13bf6fc81ac39a02fd90525706f8
treed36f304274f13be2d04a277bc6e82d5c40bebda6
parent866ed6324368ecb4ab90b47e21e67ccb66b552fa
AP MLD: Reset authenticator state machine's ML info

Authenticator state machine ML info was set only when it was created.
However, if the association is tried again, the state machine will
already exist and hence the ML info will not be refreshed. This leads to
an issue where if in the subsequent association request, the MLD info is
different than the old info, validation of it will fail.

Fix this issue by refreshing the authenticator state machine's ML info
every time association request is handled.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
src/ap/ieee802_11.c
src/ap/wpa_auth.c