diff options
author | Jouni Malinen <jouni@codeaurora.org> | 2019-09-17 10:36:22 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-09-18 21:21:47 (GMT) |
commit | 5a5639b0682379606a465515a7a04825ba6f307b (patch) | |
tree | 09ff7f1c492baa29a607e98accfa89244df98833 /wpa_supplicant/config.h | |
parent | 91a07031579a88982a4a780126f7f0e3e74de3c7 (diff) | |
download | hostap-5a5639b0682379606a465515a7a04825ba6f307b.zip hostap-5a5639b0682379606a465515a7a04825ba6f307b.tar.gz hostap-5a5639b0682379606a465515a7a04825ba6f307b.tar.bz2 |
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>
Diffstat (limited to 'wpa_supplicant/config.h')
-rw-r--r-- | wpa_supplicant/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index 5b5c2fd..1734e00 100644 --- a/wpa_supplicant/config.h +++ b/wpa_supplicant/config.h @@ -1497,6 +1497,16 @@ struct wpa_config { int dpp_config_processing; /** + * dpp_name - Name for Enrollee's DPP Configuration Request + */ + char *dpp_name; + + /** + * dpp_mud_url - MUD URL for Enrollee's DPP Configuration Request + */ + char *dpp_mud_url; + + /** * coloc_intf_reporting - Colocated interference reporting * * dot11CoLocIntfReportingActivated |