Home
last modified time | relevance | path

Searched refs:dpp_configurator_params (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/ap/
Ddpp_hostapd.c1122 hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_auth_req()
1720 hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_presence_announcement()
1818 if (dpp_set_configurator(auth, hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_reconfig_announcement()
3536 os_free(hapd->dpp_configurator_params); in hostapd_dpp_deinit()
3537 hapd->dpp_configurator_params = NULL; in hostapd_dpp_deinit()
3579 config.configurator_params = hapd->dpp_configurator_params; in hostapd_dpp_controller_start()
Dhostapd.h439 char *dpp_configurator_params; member
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c1309 wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_auth_req()
2457 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_presence_announcement()
2558 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_reconfig_announcement()
4892 os_free(wpa_s->dpp_configurator_params); in wpas_dpp_deinit()
4893 wpa_s->dpp_configurator_params = NULL; in wpas_dpp_deinit()
5016 config.configurator_params = wpa_s->dpp_configurator_params; in wpas_dpp_controller_start()
Dwpa_supplicant_i.h1504 char *dpp_configurator_params; member
Dctrl_iface.c678 os_free(wpa_s->dpp_configurator_params); in wpa_supplicant_ctrl_iface_set()
679 wpa_s->dpp_configurator_params = os_strdup(value); in wpa_supplicant_ctrl_iface_set()
/hostap-latest/hostapd/
Dctrl_iface.c1288 os_free(hapd->dpp_configurator_params); in hostapd_ctrl_iface_set()
1289 hapd->dpp_configurator_params = os_strdup(value); in hostapd_ctrl_iface_set()