Searched refs:dpp_pkex_finish (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp.h | 729 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
|
H A D | dpp_tcp.c | 1181 bi = dpp_pkex_finish(conn->global, pkex, NULL, 0); in dpp_controller_rx_pkex_commit_reveal_req() 1211 bi = dpp_pkex_finish(conn->global, pkex, NULL, 0); in dpp_controller_rx_pkex_commit_reveal_resp()
|
H A D | dpp_pkex.c | 1343 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, in dpp_pkex_finish() function
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 2330 bi = dpp_pkex_finish(hapd->iface->interfaces->dpp, pkex, src, freq); in hostapd_dpp_rx_pkex_commit_reveal_req() 2363 bi = dpp_pkex_finish(ifaces->dpp, pkex, src, freq); in hostapd_dpp_rx_pkex_commit_reveal_resp()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | dpp_supplicant.c | 3301 bi = dpp_pkex_finish(wpa_s->dpp, wpa_s->dpp_pkex, peer, freq); in wpas_dpp_pkex_finish()
|