]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Introduce the interface for external authentication
authorSunil Dutt <usdutt@codeaurora.org>
Thu, 1 Feb 2018 07:15:41 +0000 (12:45 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 2 Feb 2018 16:51:04 +0000 (18:51 +0200)
commitba71cb821a9a5a6e059b8f5d7dc651189c7d4d51
tree242eb77f378a66bda0ad6146b8138fe8d9228cfd
parent8678b14faadf75e2a3d8590af19190f32e17f5a8
nl80211: Introduce the interface for external authentication

This command/event interface can be used by host drivers that do not
define separate commands for authentication and association but rely on
wpa_supplicant for the authentication (SAE) processing.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/drivers/driver.h
src/drivers/driver_common.c
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211_event.c