[PATCH 0/4] Handle pre-auth over nl80211 control port
Markus Theil <[email protected]>
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <[email protected]> |
In preparation for rx over nl80211 control port, this series adds
support for pre-auth handling. nl80211 control port rx forwards all EAPOL
and pre-auth frames over a nl socket if activated.
Markus Theil (4):
driver: add rsn pre-auth rx event
nl80211: differentiate between ETH_P_PAE and ETH_P_RSN_PREAUTH for
control port rx
wpa_supplicant: add support for pre-auth rx over driver event
hostapd: add support for pre-auth rx over driver event
src/ap/drv_callbacks.c | 32 +++++++++++++++++++++++++
src/ap/preauth_auth.c | 29 +++++++++++++++++++++++
src/ap/preauth_auth.h | 13 ++++++++++
src/drivers/driver.h | 31 ++++++++++++++++++++++++
src/drivers/driver_common.c | 1 +
src/drivers/driver_nl80211_event.c | 38 ++++++++++++++++++++++++------
src/rsn_supp/preauth.c | 4 ++--
src/rsn_supp/preauth.h | 7 ++++++
wpa_supplicant/events.c | 5 ++++
wpa_supplicant/wpa_supplicant.c | 28 ++++++++++++++++++++++
wpa_supplicant/wpa_supplicant_i.h | 2 ++
11 files changed, 181 insertions(+), 9 deletions(-)
--
2.17.1