]> git.ipfire.org Git - thirdparty/hostap.git/commit
MLD STA: Use AP MLD address in PMKSA cache attempts for driver-SME case
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Sat, 24 Dec 2022 09:41:05 +0000 (15:11 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 31 Jan 2023 09:20:18 +0000 (11:20 +0200)
commita32b424a3d9754273e6047ed2d60d68b405b79f5
treec40d3fb9d6bd68d888ca50ca71ab1eaea038419c
parent8c4790cef8f98b20a73374ae57b33b4f5a08a998
MLD STA: Use AP MLD address in PMKSA cache attempts for driver-SME case

The previous implementation handles PMKSA cache attempts with AP MLD
address only for SME-in-wpa_supplicant cases since wpa_s->valid_links
wouldn't be set for SME-in-driver cases.

Fix SME-in-driver behavior by enabling PMKSA cache attempts with AP MLD
address when driver supports MLO and SME offload to driver.

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