]> git.ipfire.org Git - thirdparty/hostap.git/commit
DPP: Allow name and mudurl to be configured for Config Request
authorJouni Malinen <jouni@codeaurora.org>
Tue, 17 Sep 2019 10:36:22 +0000 (13:36 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 18 Sep 2019 21:21:47 +0000 (00:21 +0300)
commit5a5639b0682379606a465515a7a04825ba6f307b
tree09ff7f1c492baa29a607e98accfa89244df98833
parent91a07031579a88982a4a780126f7f0e3e74de3c7
DPP: Allow name and mudurl to be configured for Config Request

The new hostapd and wpa_supplicant configuration parameters dpp_name and
dpp_mud_url can now be used to set a specific name and MUD URL for the
Enrollee to use in the Configuration Request. dpp_name replaces the
previously hardcoded "Test" string (which is still the default if an
explicit configuration entry is not included). dpp_mud_url can
optionally be used to add a MUD URL to describe the Enrollee device.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
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
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/dpp_supplicant.c
wpa_supplicant/wpa_supplicant.conf