]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add support to send multi AKM connect request when driver's SME in use
authorVeerendranath Jakkam <quic_vjakkam@quicinc.com>
Sun, 20 Feb 2022 01:51:56 +0000 (07:21 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 26 Aug 2022 14:54:12 +0000 (17:54 +0300)
commit5de45546d565e0c0f2953c278a81e8a7a1f01971
treefde1afe7bad122646808fda049b228cb0f0f7932
parent0ce1545dcb8d08ad40c32b5919f1f25c67115534
Add support to send multi AKM connect request when driver's SME in use

Add support to configure SAE, PSK, and PSK-SHA256 AKMs in connect
request when driver's SME in use. This is needed for implementing
WPA3-Personal transition mode correctly with any driver that handles
roaming internally.

Send additional AKMs configured in network block to driver based on
the maximum number of AKMs allowed by driver in connect request. Keep
first AKM in the list AKMs in the connect request as AKM selected by
wpa_supplicant to maintain backwards compatibility.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
src/common/defs.h
src/drivers/driver.h
src/drivers/driver_nl80211.c
wpa_supplicant/events.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h