]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Store global pointers in struct dpp_authentication
authorJouni Malinen <jouni@codeaurora.org>
Fri, 27 Mar 2020 15:08:38 +0000 (17:08 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 27 Mar 2020 15:44:06 +0000 (17:44 +0200)
commit514cc49ba588be6913fb68ae057477dc8fd929aa
treedad1f7591211920b2bbf2845ddbe38dc3684d62a
parentbc95d58330c7332ed54d54d06f22e211a1e54d66
DPP: Store global pointers in struct dpp_authentication

Set the global pointer and msg_ctx when allocating struct
dpp_authentication instead of needing to pass these to
dpp_set_configurator().

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/dpp_hostapd.c
src/common/dpp.c
src/common/dpp.h
wpa_supplicant/dpp_supplicant.c