Searched refs:dpp_pkex (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.h | 172 struct dpp_pkex { struct 527 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, 531 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, 538 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, 541 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex, 544 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr, 546 void dpp_pkex_free(struct dpp_pkex *pkex); 572 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
|