Searched refs:dpp_pkex (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.h | 171 struct dpp_pkex { struct 526 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, 530 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, 537 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, 540 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex, 543 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr, 545 void dpp_pkex_free(struct dpp_pkex *pkex); 571 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
|