Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c313 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 …]
H A Dhostapd.h431 char *dpp_pkex_auth_cmd; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c2968 wpa_s->dpp_pkex_auth_cmd ? wpa_s->dpp_pkex_auth_cmd : ""); in wpas_dpp_pkex_done()
3434 wpa_s->dpp_pkex_auth_cmd ? wpa_s->dpp_pkex_auth_cmd : ""); in wpas_dpp_rx_pkex_commit_reveal_resp()
3512 os_free(wpa_s->dpp_pkex_auth_cmd); in wpas_dpp_pb_pkex_init()
3514 wpa_s->dpp_pkex_auth_cmd = os_malloc(len); in wpas_dpp_pb_pkex_init()
3515 if (wpa_s->dpp_pkex_auth_cmd) in wpas_dpp_pb_pkex_init()
3516 os_snprintf(wpa_s->dpp_pkex_auth_cmd, len, " own=%d %s", in wpas_dpp_pb_pkex_init()
4761 os_free(wpa_s->dpp_pkex_auth_cmd); in wpas_dpp_pkex_add()
4762 wpa_s->dpp_pkex_auth_cmd = os_strdup(cmd); in wpas_dpp_pkex_add()
4788 os_free(wpa_s->dpp_pkex_auth_cmd); in wpas_dpp_pkex_remove()
4789 wpa_s->dpp_pkex_auth_cmd = NULL; in wpas_dpp_pkex_remove()
[all …]
H A Dwpa_supplicant_i.h1492 char *dpp_pkex_auth_cmd; member