]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Common configurator/bootstrapping data management
authorJouni Malinen <jouni@codeaurora.org>
Sun, 24 Mar 2019 14:44:21 +0000 (16:44 +0200)
committerJouni Malinen <jouni@codeaurora.org>
Sun, 24 Mar 2019 15:29:45 +0000 (17:29 +0200)
commit87d8435cf9fd033defafd952cf80090cc9a1cb2d
tree61ff9de884c2071984eccc203c73f4783ca21cb4
parent74cb18c6b0bc47d2d8fbdc4b70232b4b4a7a1222
DPP: Common configurator/bootstrapping data management

Merge the practically copy-pasted implementations in wpa_supplicant and
hostapd into a single shared implementation in dpp.c for managing
configurator and boostrapping information. This avoid unnecessary code
duplication and provides a convenient location for adding new global DPP
data.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
14 files changed:
hostapd/ctrl_iface.c
hostapd/main.c
src/ap/dpp_hostapd.c
src/ap/dpp_hostapd.h
src/ap/hostapd.h
src/common/dpp.c
src/common/dpp.h
src/utils/common.c
src/utils/common.h
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/dpp_supplicant.h
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h