]> git.ipfire.org Git - thirdparty/hostap.git/commit
RSNO: Skip validating RSN Override elements with MLO when RSN overriding not used
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Tue, 13 Aug 2024 17:32:55 +0000 (23:02 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 15 Aug 2024 17:45:55 +0000 (20:45 +0300)
commitbbb55af8c34cc2976442e998801dd7125d9b77d6
tree4a60c27d8d90420e4c849791a75eb2032f46b979
parent66d8ac8cccbcb6551f24c7049fe45d7bf92ece10
RSNO: Skip validating RSN Override elements with MLO when RSN overriding not used

STA needs to skip validating RSN Override elements when RSN overriding
is not used since AP will not send RSN Override elements in EAPOL-Key
message 3/4. This is handled correctly in non-MLO case but in MLO case
wpa_supplicant always validates RSN Override link KDEs. Fix validating
RSN Override elements in MLO case as well.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
src/rsn_supp/wpa.c