/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dpp_hostapd.c | 1165 if (hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req() 1172 hapd->dpp_pkex = dpp_pkex_rx_exchange_req(hapd->msg_ctx, in hostapd_dpp_rx_pkex_exchange_req() 1178 if (!hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req() 1184 msg = hapd->dpp_pkex->exchange_resp; in hostapd_dpp_rx_pkex_exchange_req() 1190 if (hapd->dpp_pkex->failed) { in hostapd_dpp_rx_pkex_exchange_req() 1193 if (hapd->dpp_pkex->t > hapd->dpp_pkex->own_bi->pkex_t) in hostapd_dpp_rx_pkex_exchange_req() 1194 hapd->dpp_pkex->own_bi->pkex_t = hapd->dpp_pkex->t; in hostapd_dpp_rx_pkex_exchange_req() 1195 dpp_pkex_free(hapd->dpp_pkex); in hostapd_dpp_rx_pkex_exchange_req() 1196 hapd->dpp_pkex = NULL; in hostapd_dpp_rx_pkex_exchange_req() 1213 if (!hapd->dpp_pkex || !hapd->dpp_pkex->initiator || in hostapd_dpp_rx_pkex_exchange_resp() [all …]
|
D | hostapd.h | 370 struct dpp_pkex *dpp_pkex; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | dpp_hostapd.c | 1732 if (hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req() 1739 hapd->dpp_pkex = dpp_pkex_rx_exchange_req(hapd->msg_ctx, in hostapd_dpp_rx_pkex_exchange_req() 1745 if (!hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req() 1751 msg = hapd->dpp_pkex->exchange_resp; in hostapd_dpp_rx_pkex_exchange_req() 1757 if (hapd->dpp_pkex->failed) { in hostapd_dpp_rx_pkex_exchange_req() 1760 if (hapd->dpp_pkex->t > hapd->dpp_pkex->own_bi->pkex_t) in hostapd_dpp_rx_pkex_exchange_req() 1761 hapd->dpp_pkex->own_bi->pkex_t = hapd->dpp_pkex->t; in hostapd_dpp_rx_pkex_exchange_req() 1762 dpp_pkex_free(hapd->dpp_pkex); in hostapd_dpp_rx_pkex_exchange_req() 1763 hapd->dpp_pkex = NULL; in hostapd_dpp_rx_pkex_exchange_req() 1780 if (!hapd->dpp_pkex || !hapd->dpp_pkex->initiator || in hostapd_dpp_rx_pkex_exchange_resp() [all …]
|
D | hostapd.h | 387 struct dpp_pkex *dpp_pkex; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | dpp_supplicant.c | 1480 struct dpp_pkex *pkex) in wpas_dpp_pkex_next_channel() 1505 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_pkex_retry_timeout() 1514 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_retry_timeout() 1542 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_tx_pkex_status() 1565 wpa_s->dpp_pkex = NULL; in wpas_dpp_tx_pkex_status() 1600 if (wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req() 1607 wpa_s->dpp_pkex = dpp_pkex_rx_exchange_req(wpa_s, wpa_s->dpp_pkex_bi, in wpas_dpp_rx_pkex_exchange_req() 1612 if (!wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req() 1618 msg = wpa_s->dpp_pkex->exchange_resp; in wpas_dpp_rx_pkex_exchange_req() 1644 if (!wpa_s->dpp_pkex || !wpa_s->dpp_pkex->initiator || in wpas_dpp_rx_pkex_exchange_resp() [all …]
|
D | wpa_supplicant_i.h | 1230 struct dpp_pkex *dpp_pkex; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.h | 126 struct dpp_pkex { struct 462 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, 466 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, 473 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, 476 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex, 479 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr, 481 void dpp_pkex_free(struct dpp_pkex *pkex); 505 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
|
D | dpp.c | 6895 static struct wpabuf * dpp_pkex_build_exchange_req(struct dpp_pkex *pkex) in dpp_pkex_build_exchange_req() 7032 static void dpp_pkex_fail(struct dpp_pkex *pkex, const char *txt) in dpp_pkex_fail() 7038 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init() 7043 struct dpp_pkex *pkex; in dpp_pkex_init() 7079 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_build_exchange_resp() 7252 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, in dpp_pkex_rx_exchange_req() 7264 struct dpp_pkex *pkex = NULL; in dpp_pkex_rx_exchange_req() 7483 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_req() 7595 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_rx_exchange_resp() 7784 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_resp() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp.h | 174 struct dpp_pkex { struct 605 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, 609 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, 616 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, 619 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex, 622 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr, 624 void dpp_pkex_free(struct dpp_pkex *pkex); 654 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
|
D | dpp_pkex.c | 29 static struct wpabuf * dpp_pkex_build_exchange_req(struct dpp_pkex *pkex, in dpp_pkex_build_exchange_req() 165 static void dpp_pkex_fail(struct dpp_pkex *pkex, const char *txt) in dpp_pkex_fail() 171 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init() 176 struct dpp_pkex *pkex; in dpp_pkex_init() 213 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_build_exchange_resp() 338 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, in dpp_pkex_rx_exchange_req() 350 struct dpp_pkex *pkex = NULL; in dpp_pkex_rx_exchange_req() 578 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_req() 690 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_rx_exchange_resp() 897 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_resp() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | dpp_supplicant.c | 2538 struct dpp_pkex *pkex) in wpas_dpp_pkex_next_channel() 2563 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_pkex_retry_timeout() 2572 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_retry_timeout() 2602 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_tx_pkex_status() 2625 wpa_s->dpp_pkex = NULL; in wpas_dpp_tx_pkex_status() 2661 if (wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req() 2668 wpa_s->dpp_pkex = dpp_pkex_rx_exchange_req(wpa_s, wpa_s->dpp_pkex_bi, in wpas_dpp_rx_pkex_exchange_req() 2673 if (!wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req() 2679 msg = wpa_s->dpp_pkex->exchange_resp; in wpas_dpp_rx_pkex_exchange_req() 2705 if (!wpa_s->dpp_pkex || !wpa_s->dpp_pkex->initiator || in wpas_dpp_rx_pkex_exchange_resp() [all …]
|
D | wpa_supplicant_i.h | 1457 struct dpp_pkex *dpp_pkex; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | CMakeLists.txt | 211 src/common/dpp_pkex.c
|