Searched refs:dpp_pkex (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 1687 if (hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req() 1694 hapd->dpp_pkex = dpp_pkex_rx_exchange_req(hapd->msg_ctx, in hostapd_dpp_rx_pkex_exchange_req() 1700 if (!hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req() 1706 msg = hapd->dpp_pkex->exchange_resp; in hostapd_dpp_rx_pkex_exchange_req() 1712 if (hapd->dpp_pkex->failed) { in hostapd_dpp_rx_pkex_exchange_req() 1715 if (hapd->dpp_pkex->t > hapd->dpp_pkex->own_bi->pkex_t) in hostapd_dpp_rx_pkex_exchange_req() 1716 hapd->dpp_pkex->own_bi->pkex_t = hapd->dpp_pkex->t; in hostapd_dpp_rx_pkex_exchange_req() 1717 dpp_pkex_free(hapd->dpp_pkex); in hostapd_dpp_rx_pkex_exchange_req() 1718 hapd->dpp_pkex = NULL; in hostapd_dpp_rx_pkex_exchange_req() 1735 if (!hapd->dpp_pkex || !hapd->dpp_pkex->initiator || in hostapd_dpp_rx_pkex_exchange_resp() [all …]
|
D | hostapd.h | 383 struct dpp_pkex *dpp_pkex; member
|
/external/wpa_supplicant_8/src/common/ |
D | dpp.h | 173 struct dpp_pkex { struct 601 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, 605 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, 612 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, 615 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex, 618 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr, 620 void dpp_pkex_free(struct dpp_pkex *pkex); 651 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
|
D | dpp_pkex.c | 45 static struct wpabuf * dpp_pkex_build_exchange_req(struct dpp_pkex *pkex) in dpp_pkex_build_exchange_req() 181 static void dpp_pkex_fail(struct dpp_pkex *pkex, const char *txt) in dpp_pkex_fail() 187 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init() 192 struct dpp_pkex *pkex; in dpp_pkex_init() 228 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_build_exchange_resp() 342 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, in dpp_pkex_rx_exchange_req() 354 struct dpp_pkex *pkex = NULL; in dpp_pkex_rx_exchange_req() 573 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_req() 685 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_rx_exchange_resp() 874 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_resp() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | dpp_supplicant.c | 2547 struct dpp_pkex *pkex) in wpas_dpp_pkex_next_channel() 2572 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_pkex_retry_timeout() 2581 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_retry_timeout() 2609 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_tx_pkex_status() 2632 wpa_s->dpp_pkex = NULL; in wpas_dpp_tx_pkex_status() 2667 if (wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req() 2674 wpa_s->dpp_pkex = dpp_pkex_rx_exchange_req(wpa_s, wpa_s->dpp_pkex_bi, in wpas_dpp_rx_pkex_exchange_req() 2679 if (!wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req() 2685 msg = wpa_s->dpp_pkex->exchange_resp; in wpas_dpp_rx_pkex_exchange_req() 2711 if (!wpa_s->dpp_pkex || !wpa_s->dpp_pkex->initiator || in wpas_dpp_rx_pkex_exchange_resp() [all …]
|
D | wpa_supplicant_i.h | 1354 struct dpp_pkex *dpp_pkex; member
|