Home
last modified time | relevance | path

Searched refs:dpp_pb_cmd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c2482 if (ifaces->dpp_pb_cmd) { in hostapd_dpp_pb_pkex_init()
2485 len = 30 + os_strlen(ifaces->dpp_pb_cmd); in hostapd_dpp_pb_pkex_init()
2492 hapd->dpp_pkex_bi->id, ifaces->dpp_pb_cmd); in hostapd_dpp_pb_pkex_init()
3982 str_clear_free(ifaces->dpp_pb_cmd); in hostapd_dpp_push_button()
3983 ifaces->dpp_pb_cmd = NULL; in hostapd_dpp_push_button()
3985 ifaces->dpp_pb_cmd = os_strdup(cmd); in hostapd_dpp_push_button()
3986 if (!ifaces->dpp_pb_cmd) in hostapd_dpp_push_button()
4043 str_clear_free(ifaces->dpp_pb_cmd); in hostapd_dpp_push_button_stop()
4044 ifaces->dpp_pb_cmd = NULL; in hostapd_dpp_push_button_stop()
H A Dhostapd.h90 char *dpp_pb_cmd; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c3531 if (!wpa_s->dpp_pb_cmd) { in wpas_dpp_pb_pkex_init()
3568 len = 30 + os_strlen(wpa_s->dpp_pb_cmd); in wpas_dpp_pb_pkex_init()
3572 wpa_s->dpp_pkex_bi->id, wpa_s->dpp_pb_cmd); in wpas_dpp_pb_pkex_init()
5719 str_clear_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_configurator()
5720 wpa_s->dpp_pb_cmd = NULL; in wpas_dpp_push_button_configurator()
5722 wpa_s->dpp_pb_cmd = os_strdup(cmd); in wpas_dpp_push_button_configurator()
5723 if (!wpa_s->dpp_pb_cmd) in wpas_dpp_push_button_configurator()
5825 os_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_stop()
5826 wpa_s->dpp_pb_cmd = NULL; in wpas_dpp_push_button_stop()
5844 str_clear_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_stop()
[all …]
H A Dwpa_supplicant_i.h1632 char *dpp_pb_cmd; member