]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD: Fail connection if ML Authentication frame could not be parsed
authorBenjamin Berg <benjamin.berg@intel.com>
Thu, 28 Dec 2023 13:19:23 +0000 (15:19 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jan 2024 15:47:48 +0000 (17:47 +0200)
commit05c167eb0a4dd05c98cbc0a3b5db0e98bdffbff2
tree3bafbe00d95be7026ce637290f42e778cfa96b8c
parenta80dcf0e2460b5cdcaf7b946b7e12ee25f87a712
MLD: Fail connection if ML Authentication frame could not be parsed

If the Authentication frame response did not contain the expected ML
element (or it was invalid), we cannot continue with the ML association.
As such, the only choice we have in this case is to abort the
association.

If we do continue, we would end up sending the Association Request frame
with our MLD MAC address.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
wpa_supplicant/sme.c