]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Allow 3rd party information to be added into config request obj
authorJouni Malinen <quic_jouni@quicinc.com>
Sat, 16 Jul 2022 09:31:28 +0000 (12:31 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 16 Jul 2022 14:22:23 +0000 (17:22 +0300)
commit0e2217c95b953f8dde29e7ce1c3af8e076e4fab1
tree968be6ef05720cdd5e3e0806e67c445110d0df92
parent3d82fbe0582003b844ec1c15142fbe640e23c9da
DPP: Allow 3rd party information to be added into config request obj

This allows the DPP Configuration Request Object from an Enrollee to be
extended with 3rd party information. The new dpp_extra_conf_req_name and
dpp_extra_conf_req_value configuration parameters specify the name of
the added JSON node and its contents. For example:
dpp_extra_conf_req_name=org.example
dpp_extra_conf_req_value={"a":1,"b":"test"}

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
12 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/dpp_hostapd.c
src/common/dpp.c
src/common/dpp.h
src/common/dpp_tcp.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/dpp_supplicant.c