Home
last modified time | relevance | path

Searched refs:dpp_pkex (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c1156 if (hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req()
1163 hapd->dpp_pkex = dpp_pkex_rx_exchange_req(hapd->msg_ctx, in hostapd_dpp_rx_pkex_exchange_req()
1169 if (!hapd->dpp_pkex) { in hostapd_dpp_rx_pkex_exchange_req()
1175 msg = hapd->dpp_pkex->exchange_resp; in hostapd_dpp_rx_pkex_exchange_req()
1181 if (hapd->dpp_pkex->failed) { in hostapd_dpp_rx_pkex_exchange_req()
1184 if (hapd->dpp_pkex->t > hapd->dpp_pkex->own_bi->pkex_t) in hostapd_dpp_rx_pkex_exchange_req()
1185 hapd->dpp_pkex->own_bi->pkex_t = hapd->dpp_pkex->t; in hostapd_dpp_rx_pkex_exchange_req()
1186 dpp_pkex_free(hapd->dpp_pkex); in hostapd_dpp_rx_pkex_exchange_req()
1187 hapd->dpp_pkex = NULL; in hostapd_dpp_rx_pkex_exchange_req()
1204 if (!hapd->dpp_pkex || !hapd->dpp_pkex->initiator || in hostapd_dpp_rx_pkex_exchange_resp()
[all …]
Dhostapd.h362 struct dpp_pkex *dpp_pkex; member
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c1450 struct dpp_pkex *pkex) in wpas_dpp_pkex_next_channel()
1475 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_pkex_retry_timeout()
1484 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_retry_timeout()
1512 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_tx_pkex_status()
1535 wpa_s->dpp_pkex = NULL; in wpas_dpp_tx_pkex_status()
1570 if (wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req()
1577 wpa_s->dpp_pkex = dpp_pkex_rx_exchange_req(wpa_s, wpa_s->dpp_pkex_bi, in wpas_dpp_rx_pkex_exchange_req()
1582 if (!wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req()
1588 msg = wpa_s->dpp_pkex->exchange_resp; in wpas_dpp_rx_pkex_exchange_req()
1614 if (!wpa_s->dpp_pkex || !wpa_s->dpp_pkex->initiator || in wpas_dpp_rx_pkex_exchange_resp()
[all …]
Dwpa_supplicant_i.h1228 struct dpp_pkex *dpp_pkex; member
/external/wpa_supplicant_8/src/common/
Ddpp.h124 struct dpp_pkex { struct
444 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
448 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx,
455 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex,
458 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex,
461 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr,
463 void dpp_pkex_free(struct dpp_pkex *pkex);
487 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
Ddpp.c6805 static struct wpabuf * dpp_pkex_build_exchange_req(struct dpp_pkex *pkex) in dpp_pkex_build_exchange_req()
6941 static void dpp_pkex_fail(struct dpp_pkex *pkex, const char *txt) in dpp_pkex_fail()
6947 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init()
6952 struct dpp_pkex *pkex; in dpp_pkex_init()
6988 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_build_exchange_resp()
7161 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, in dpp_pkex_rx_exchange_req()
7173 struct dpp_pkex *pkex = NULL; in dpp_pkex_rx_exchange_req()
7403 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_req()
7515 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_rx_exchange_resp()
7726 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_resp()
[all …]