]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Add DPP_CONFIGURATOR_SIGN support to hostapd
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 27 Nov 2017 10:43:40 +0000 (12:43 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 27 Nov 2017 11:24:20 +0000 (13:24 +0200)
commita2588be82ce001cc79bf4906a1344c9dba317451
tree475aefc5129e44410da11ca5ef9762fd23964947
parent7eb6bfb45dfb30299cadc08af46758c6669b305e
DPP: Add DPP_CONFIGURATOR_SIGN support to hostapd

Configurator signing its own Connector was previously supported only in
wpa_supplicant. This commit extends that to hostapd to allow an AP
acting as a Configurator to self-configure itself.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
src/common/dpp.c
src/common/dpp.h
wpa_supplicant/dpp_supplicant.c