]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Clean up configuration parsing
authorJouni Malinen <jouni@codeaurora.org>
Sat, 16 Mar 2019 10:19:10 +0000 (12:19 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 16 Mar 2019 15:29:59 +0000 (17:29 +0200)
commit9305c2332bd4dc2070b26b212949cac29eaa5e42
treeaaf3b5c70c01d8f88a362493ff8ebb6aa8bb2dcb
parent3e1cfead0b7bab02cafa9b05fc87c70d10517393
DPP: Clean up configuration parsing

Share a single parsing implementation for both hostapd and
wpa_supplicant to avoid code duplication. In addition, clean up the
implementation to be more easily extensible.

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