]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Introduce the interface to update new DH IE
authorLiangwei Dong <liangwei@codeaurora.org>
Mon, 20 May 2019 05:17:38 +0000 (10:47 +0530)
committerJouni Malinen <jouni@codeaurora.org>
Fri, 14 Jun 2019 20:10:51 +0000 (23:10 +0300)
commitd1836e230853e2175256ea7b6e3435160e26d175
treec1ca41866e4233f439d9d56195046aed23057fdd
parentdcc31e7957c2ff949bce4cb82e3a2b1f4090e6cc
nl80211: Introduce the interface to update new DH IE

This command/event interface can be used by SME based host drivers that
rely on user space (hostapd/wpa_supplicant) for DH IE
processing/generation. This interface facilitates the OWE connection
with host drivers by offloading DH IE processing to the user space
(hostapd/wpa_supplicant).

Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org>
Signed-off-by: Liangwei Dong <liangwei@codeaurora.org>
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