Searched refs:dpp_pb_cmd (Results 1 – 4 of 4) sorted by relevance
2482 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()
90 char *dpp_pb_cmd; member
3531 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 …]
1632 char *dpp_pb_cmd; member