Searched refs:dpp_pb_cmd (Results 1 – 4 of 4) sorted by relevance
2452 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()
89 char *dpp_pb_cmd; member
3476 if (!wpa_s->dpp_pb_cmd) { in wpas_dpp_pb_pkex_init()3513 len = 30 + os_strlen(wpa_s->dpp_pb_cmd); in wpas_dpp_pb_pkex_init()3517 wpa_s->dpp_pkex_bi->id, wpa_s->dpp_pb_cmd); in wpas_dpp_pb_pkex_init()5665 str_clear_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_configurator()5666 wpa_s->dpp_pb_cmd = NULL; in wpas_dpp_push_button_configurator()5668 wpa_s->dpp_pb_cmd = os_strdup(cmd); in wpas_dpp_push_button_configurator()5669 if (!wpa_s->dpp_pb_cmd) in wpas_dpp_push_button_configurator()5767 os_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_stop()5768 wpa_s->dpp_pb_cmd = NULL; in wpas_dpp_push_button_stop()5786 str_clear_free(wpa_s->dpp_pb_cmd); in wpas_dpp_push_button_stop()[all …]
1539 char *dpp_pb_cmd; member