Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A 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()
H A Dhostapd.h432 char *dpp_configurator_params; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1304 wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_auth_req()
2452 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_presence_announcement()
2553 if (dpp_set_configurator(auth, wpa_s->dpp_configurator_params) < 0) { in wpas_dpp_rx_reconfig_announcement()
4887 os_free(wpa_s->dpp_configurator_params); in wpas_dpp_deinit()
4888 wpa_s->dpp_configurator_params = NULL; in wpas_dpp_deinit()
5011 config.configurator_params = wpa_s->dpp_configurator_params; in wpas_dpp_controller_start()
H A Dwpa_supplicant_i.h1493 char *dpp_configurator_params; member
H A Dctrl_iface.c677 os_free(wpa_s->dpp_configurator_params); in wpa_supplicant_ctrl_iface_set()
678 wpa_s->dpp_configurator_params = os_strdup(value); in wpa_supplicant_ctrl_iface_set()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1285 os_free(hapd->dpp_configurator_params); in hostapd_ctrl_iface_set()
1286 hapd->dpp_configurator_params = os_strdup(value); in hostapd_ctrl_iface_set()