Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddpp_hostapd.c787 hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_auth_req()
1299 hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_presence_announcement()
1395 if (dpp_set_configurator(auth, hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_reconfig_announcement()
2341 os_free(hapd->dpp_configurator_params); in hostapd_dpp_deinit()
2342 hapd->dpp_configurator_params = NULL; in hostapd_dpp_deinit()
2382 config.configurator_params = hapd->dpp_configurator_params; in hostapd_dpp_controller_start()
Dhostapd.h392 char *dpp_configurator_params; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddpp_supplicant.c779 wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_auth_req()
2305 os_free(wpa_s->dpp_configurator_params); in wpas_dpp_deinit()
2306 wpa_s->dpp_configurator_params = NULL; in wpas_dpp_deinit()
2324 config.configurator_params = wpa_s->dpp_configurator_params; in wpas_dpp_controller_start()
Dwpa_supplicant_i.h1235 char *dpp_configurator_params; member
Dctrl_iface.c590 os_free(wpa_s->dpp_configurator_params); in wpa_supplicant_ctrl_iface_set()
591 wpa_s->dpp_configurator_params = os_strdup(value); in wpa_supplicant_ctrl_iface_set()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddpp_hostapd.c592 hapd->dpp_configurator_params) < 0) { in hostapd_dpp_rx_auth_req()
1723 os_free(hapd->dpp_configurator_params); in hostapd_dpp_deinit()
1724 hapd->dpp_configurator_params = NULL; in hostapd_dpp_deinit()
Dhostapd.h375 char *dpp_configurator_params; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddpp_supplicant.c1139 wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_auth_req()
2085 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_presence_announcement()
2179 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_reconfig_announcement()
3466 os_free(wpa_s->dpp_configurator_params); in wpas_dpp_deinit()
3467 wpa_s->dpp_configurator_params = NULL; in wpas_dpp_deinit()
3508 config.configurator_params = wpa_s->dpp_configurator_params; in wpas_dpp_controller_start()
Dwpa_supplicant_i.h1462 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_iface.c1413 os_free(hapd->dpp_configurator_params); in hostapd_ctrl_iface_set()
1414 hapd->dpp_configurator_params = os_strdup(value); in hostapd_ctrl_iface_set()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c1520 os_free(hapd->dpp_configurator_params); in hostapd_ctrl_iface_set()
1521 hapd->dpp_configurator_params = os_strdup(value); in hostapd_ctrl_iface_set()