]> git.ipfire.org Git - thirdparty/hostap.git/commit
Provide information about the encryption status of received EAPOL frames
authorJouni Malinen <j@w1.fi>
Fri, 6 May 2022 21:38:35 +0000 (00:38 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 7 May 2022 18:37:03 +0000 (21:37 +0300)
commit18c0ac890196dca0bc993ceec136cd487b44c41a
tree1d42cea188b4412cf8519a8eabc44a50c4e15a60
parent7ee814201b72ef963094fe71c805da061d1e0ef1
Provide information about the encryption status of received EAPOL frames

This information was already available from the nl80211 control port RX
path, but it was not provided to upper layers within wpa_supplicant and
hostapd. It can be helpful, so parse the information from the driver
event.

Signed-off-by: Jouni Malinen <j@w1.fi>
27 files changed:
hostapd/ctrl_iface.c
src/ap/drv_callbacks.c
src/ap/ieee802_11.c
src/ap/ieee802_1x.c
src/ap/ieee802_1x.h
src/ap/preauth_auth.c
src/ap/sta_info.h
src/common/defs.h
src/drivers/driver.h
src/drivers/driver_nl80211_event.c
src/eapol_supp/eapol_supp_sm.c
src/eapol_supp/eapol_supp_sm.h
src/rsn_supp/preauth.c
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
tests/fuzzing/eapol-key-supp/eapol-key-supp.c
tests/fuzzing/eapol-supp/eapol-supp.c
wpa_supplicant/ap.c
wpa_supplicant/ap.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/eapol_test.c
wpa_supplicant/events.c
wpa_supplicant/ibss_rsn.c
wpa_supplicant/ibss_rsn.h
wpa_supplicant/wpa_priv.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h