]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Support 4-way handshake offload for AP/P2P GO
authorVinayak Yadawad <vinayak.yadawad@broadcom.com>
Wed, 8 Nov 2023 12:56:09 +0000 (18:26 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 11 Nov 2023 20:34:06 +0000 (22:34 +0200)
commitda364180fba69a56e65f6554697989171cc9d0c0
tree9a560e803a5e99a2c253db07493df205c9e11888
parent77386f51acaa3a4bddf536474aada86a50838eae
hostapd: Support 4-way handshake offload for AP/P2P GO

Add support for offloaded 4-way handshake in AP/P2P GO mode. For drivers
supporting the AP PSK offload, wpa_supplicant/hostapd passes down the
PSK for the driver to handle the 4-way handshake. The driver is expected
to indicate port authorized event to indicate that the 4-way handshake
is completed successfully.

Signed-off-by: Vinayak Yadawad <vinayak.yadawad@broadcom.com>
src/ap/beacon.c
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211_capa.c
src/drivers/driver_nl80211_event.c
wpa_supplicant/ap.c
wpa_supplicant/events.c