]> git.ipfire.org Git - thirdparty/hostap.git/commit
RSNO: Fix storing RSNE/RSNXE variants to wpa_sm from association event
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Tue, 6 Aug 2024 13:04:40 +0000 (18:34 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 8 Aug 2024 19:34:03 +0000 (22:34 +0300)
commitabd7f47958fea43c576693d9be4717b2af0e1db6
tree1ea5976c76f0b43860337b01280487ecf1b37b53
parent72ac0ee026d9f6f9cd031d7859ea0b343b34e61d
RSNO: Fix storing RSNE/RSNXE variants to wpa_sm from association event

Store the full set of AP's RSNE/RSNXE variants to wpa_sm while
processing association event. Commit 521374b9785a did this for the cases
that were needed for SME-in-wpa_supplicant cases, but forgot to update
the cases needed for SME-in-driver. Convert those to the updated
protocol design as well.

Fixes: 521374b9785a ("RSNO: Include all RSNE/RSNXE variants in EAPOL-Key message 3/4")
Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
wpa_supplicant/events.c