]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPA3: Update transition disable bitmap based on port authorized event
authorVinayak Yadawad <vinayak.yadawad@broadcom.com>
Tue, 6 Dec 2022 09:22:27 +0000 (14:52 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 17 Dec 2022 12:21:54 +0000 (14:21 +0200)
commit870edfd67e414e27248f990d7636a62bcbe4ccc0
tree66a1bef3c5eb62fcf60cf0a34763c1ae68cd9455
parent8fdf3c447383ff5d43dd101517a06b7b2b2a2233
WPA3: Update transition disable bitmap based on port authorized event

In case of drivers that offload the 4-way handshake to the driver, there
was no way of updating wpa_supplicant about the transition disable
bitmap received as a part of EAPOL-Key msg 3/4.

With latest provisions in cfg80211_port_authorized(), the TD bitmap can
be sent to the upper layer. Parse that as a part of the port authorized
event and set the transition disable information accordingly.

Signed-off-by: Vinayak Yadawad <vinayak.yadawad@broadcom.com>
src/drivers/driver.h
src/drivers/driver_nl80211_event.c
wpa_supplicant/events.c
wpa_supplicant/wpas_glue.c
wpa_supplicant/wpas_glue.h