Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c787 hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_auth_req()
1297 hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_presence_announcement()
1393 if (dpp_set_configurator(auth, hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_reconfig_announcement()
2268 os_free(hapd->dpp_configurator_params); in hostapd_dpp_deinit()
2269 hapd->dpp_configurator_params = NULL; in hostapd_dpp_deinit()
2309 config.configurator_params = hapd->dpp_configurator_params; in hostapd_dpp_controller_start()
Dhostapd.h388 char *dpp_configurator_params; member
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c1141 wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_auth_req()
2104 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_presence_announcement()
2198 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_reconfig_announcement()
3447 os_free(wpa_s->dpp_configurator_params); in wpas_dpp_deinit()
3448 wpa_s->dpp_configurator_params = NULL; in wpas_dpp_deinit()
3489 config.configurator_params = wpa_s->dpp_configurator_params; in wpas_dpp_controller_start()
Dwpa_supplicant_i.h1359 char *dpp_configurator_params; member
Dctrl_iface.c661 os_free(wpa_s->dpp_configurator_params); in wpa_supplicant_ctrl_iface_set()
662 wpa_s->dpp_configurator_params = os_strdup(value); in wpa_supplicant_ctrl_iface_set()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1512 os_free(hapd->dpp_configurator_params); in hostapd_ctrl_iface_set()
1513 hapd->dpp_configurator_params = os_strdup(value); in hostapd_ctrl_iface_set()