Searched refs:dpp_pkex_auth_cmd (Results 1 – 4 of 4) sorted by relevance
313 hapd->dpp_pkex_auth_cmd ? hapd->dpp_pkex_auth_cmd : ""); in hostapd_dpp_pkex_done()2392 hapd->dpp_pkex_auth_cmd ? hapd->dpp_pkex_auth_cmd : ""); in hostapd_dpp_rx_pkex_commit_reveal_resp()2454 os_free(hapd->dpp_pkex_auth_cmd); in hostapd_dpp_pb_pkex_init()2456 hapd->dpp_pkex_auth_cmd = os_malloc(len); in hostapd_dpp_pb_pkex_init()2457 if (!hapd->dpp_pkex_auth_cmd) { in hostapd_dpp_pb_pkex_init()2461 os_snprintf(hapd->dpp_pkex_auth_cmd, len, " own=%d %s", in hostapd_dpp_pb_pkex_init()2539 os_free(hapd->dpp_pkex_auth_cmd); in hostapd_dpp_pb_pkex_init()2541 hapd->dpp_pkex_auth_cmd = os_malloc(len); in hostapd_dpp_pb_pkex_init()2542 if (hapd->dpp_pkex_auth_cmd) in hostapd_dpp_pb_pkex_init()2543 os_snprintf(hapd->dpp_pkex_auth_cmd, len, " own=%d %s", in hostapd_dpp_pb_pkex_init()[all …]
438 char *dpp_pkex_auth_cmd; member
2973 wpa_s->dpp_pkex_auth_cmd ? wpa_s->dpp_pkex_auth_cmd : ""); in wpas_dpp_pkex_done()3439 wpa_s->dpp_pkex_auth_cmd ? wpa_s->dpp_pkex_auth_cmd : ""); in wpas_dpp_rx_pkex_commit_reveal_resp()3517 os_free(wpa_s->dpp_pkex_auth_cmd); in wpas_dpp_pb_pkex_init()3519 wpa_s->dpp_pkex_auth_cmd = os_malloc(len); in wpas_dpp_pb_pkex_init()3520 if (wpa_s->dpp_pkex_auth_cmd) in wpas_dpp_pb_pkex_init()3521 os_snprintf(wpa_s->dpp_pkex_auth_cmd, len, " own=%d %s", in wpas_dpp_pb_pkex_init()4766 os_free(wpa_s->dpp_pkex_auth_cmd); in wpas_dpp_pkex_add()4767 wpa_s->dpp_pkex_auth_cmd = os_strdup(cmd); in wpas_dpp_pkex_add()4793 os_free(wpa_s->dpp_pkex_auth_cmd); in wpas_dpp_pkex_remove()4794 wpa_s->dpp_pkex_auth_cmd = NULL; in wpas_dpp_pkex_remove()[all …]
1503 char *dpp_pkex_auth_cmd; member