[PATCH 0/7] Add 4-way handshake offload support
Andrei Otcheretianski
andrei.otcheretianski at intel.com
Sun Jan 28 04:45:30 PST 2018
This patch series add 4-way handshake offload support, and basically
it's an updated version of the RFC patches I posted several months ago, with
an addition of PORT_AUTHORIZED event handling.
As it was mentioned during the original kernel API discussion, since
wpa_supplicant doesn't distinguish between 1X and PSK cases, both should
be supported in nl80211.
Andrei Otcheretianski (1):
driver_nl80211: Sync nl80211_copy.h with latest mac80211-next tree
Avraham Stern (4):
nl80211: Add API to set the PMK to the driver
driver: Add port authorized event
nl80211: Handle port authorized event
wpa_supplicant: Handle port authorized event
Eliad Peller (2):
driver_nl80211: support passing PSK on connect
driver_nl80211: check 4-way handshake offload support
src/drivers/driver.h | 9 +++
src/drivers/driver_common.c | 1 +
src/drivers/driver_nl80211.c | 47 +++++++++++
src/drivers/driver_nl80211_capa.c | 6 ++
src/drivers/driver_nl80211_event.c | 22 +++++
src/drivers/nl80211_copy.h | 162 +++++++++++++++++++++++++++++++++----
wpa_supplicant/events.c | 21 +++--
7 files changed, 247 insertions(+), 21 deletions(-)
--
2.7.4
More information about the Hostap
mailing list