]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Support external authentication offload in AP mode
authorSrinivas Dasari <dasaris@codeaurora.org>
Mon, 18 Mar 2019 09:34:04 +0000 (15:04 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 12 Apr 2019 17:33:35 +0000 (20:33 +0300)
commit4ffb0fefe4e7b8b81f0983c5cdc8e9f779927df6
treefe02c199196248a5338c9410ee8a70cafb36db4f
parent236e793e7b8b96f7ad3e9aa3ea83b7c7c83b43fa
hostapd: Support external authentication offload in AP mode

Extend commit 5ff39c1380d9 ("SAE: Support external authentication
offload for driver-SME cases") to support external authentication
with drivers that implement AP SME by notifying the status of
SAE authentication to the driver after SAE handshake as the
driver acts as a pass through for the SAE Authentication frames.

Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org>
src/ap/ap_drv_ops.h
src/ap/ieee802_11.c