Home
last modified time | relevance | path

Searched refs:dpp_extra_conf_req_value (Results 1 – 8 of 8) sorted by relevance

/src/contrib/wpa/wpa_supplicant/
H A Dconfig.h1679 char *dpp_extra_conf_req_value; member
H A Dconfig_file.c1592 if (config->dpp_extra_conf_req_value) in wpa_config_write_global()
1594 config->dpp_extra_conf_req_value); in wpa_config_write_global()
H A Ddpp_supplicant.c974 wpa_s->conf->dpp_extra_conf_req_value, in wpas_dpp_auth_init()
2009 wpa_s->conf->dpp_extra_conf_req_value); in wpas_dpp_start_gas_client()
3019 wpa_s->conf->dpp_extra_conf_req_value, in wpas_dpp_pkex_done()
H A Dconfig.c3097 os_free(config->dpp_extra_conf_req_value); in wpa_config_free()
5573 { STR(dpp_extra_conf_req_value), 0 },
/src/contrib/wpa/src/ap/
H A Dap_config.h777 char *dpp_extra_conf_req_value; member
H A Ddpp_hostapd.c367 hapd->conf->dpp_extra_conf_req_value, in hostapd_dpp_pkex_done()
962 hapd->conf->dpp_extra_conf_req_value, in hostapd_dpp_auth_init()
1362 hapd->conf->dpp_extra_conf_req_value); in hostapd_dpp_start_gas_client()
H A Dap_config.c984 os_free(conf->dpp_extra_conf_req_value); in hostapd_config_free_bss()
/src/contrib/wpa/hostapd/
H A Dconfig_file.c4759 os_free(bss->dpp_extra_conf_req_value); in hostapd_config_fill()
4760 bss->dpp_extra_conf_req_value = os_strdup(pos); in hostapd_config_fill()