Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Ddpp_hostapd.c2452 if (ifaces->dpp_pb_cmd) { in hostapd_dpp_pb_pkex_init()
2455 len = 30 + os_strlen(ifaces->dpp_pb_cmd); in hostapd_dpp_pb_pkex_init()
2462 hapd->dpp_pkex_bi->id, ifaces->dpp_pb_cmd); in hostapd_dpp_pb_pkex_init()
3934 str_clear_free(ifaces->dpp_pb_cmd); in hostapd_dpp_push_button()
3935 ifaces->dpp_pb_cmd = NULL; in hostapd_dpp_push_button()
3937 ifaces->dpp_pb_cmd = os_strdup(cmd); in hostapd_dpp_push_button()
3938 if (!ifaces->dpp_pb_cmd) in hostapd_dpp_push_button()
3993 str_clear_free(ifaces->dpp_pb_cmd); in hostapd_dpp_push_button_stop()
3994 ifaces->dpp_pb_cmd = NULL; in hostapd_dpp_push_button_stop()
Dhostapd.h89 char *dpp_pb_cmd; member
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c3481 if (!wpa_s->dpp_pb_cmd) { in wpas_dpp_pb_pkex_init()
3518 len = 30 + os_strlen(wpa_s->dpp_pb_cmd); in wpas_dpp_pb_pkex_init()
3522 wpa_s->dpp_pkex_bi->id, wpa_s->dpp_pb_cmd); in wpas_dpp_pb_pkex_init()
5675 str_clear_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_configurator()
5676 wpa_s->dpp_pb_cmd = NULL; in wpas_dpp_push_button_configurator()
5678 wpa_s->dpp_pb_cmd = os_strdup(cmd); in wpas_dpp_push_button_configurator()
5679 if (!wpa_s->dpp_pb_cmd) in wpas_dpp_push_button_configurator()
5777 os_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_stop()
5778 wpa_s->dpp_pb_cmd = NULL; in wpas_dpp_push_button_stop()
5796 str_clear_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_stop()
[all …]
Dwpa_supplicant_i.h1550 char *dpp_pb_cmd; member