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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1165 if (hapd->dpp_pkex) {
1172 hapd->dpp_pkex = dpp_pkex_rx_exchange_req(hapd->msg_ctx,
1178 if (!hapd->dpp_pkex) {
1184 msg = hapd->dpp_pkex->exchange_resp;
1190 if (hapd->dpp_pkex->failed) {
1193 if (hapd->dpp_pkex->t > hapd->dpp_pkex->own_bi->pkex_t)
1194 hapd->dpp_pkex->own_bi->pkex_t = hapd->dpp_pkex->t;
1195 dpp_pkex_free(hapd->dpp_pkex);
[all...]
H A Dhostapd.h370 struct dpp_pkex *dpp_pkex; member in struct:hostapd_data
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c1480 struct dpp_pkex *pkex)
1505 struct dpp_pkex *pkex = wpa_s->dpp_pkex;
1514 wpa_s->dpp_pkex = NULL;
1542 struct dpp_pkex *pkex = wpa_s->dpp_pkex;
1565 wpa_s->dpp_pkex = NULL;
1600 if (wpa_s->dpp_pkex) {
1607 wpa_s->dpp_pkex = dpp_pkex_rx_exchange_req(wpa_s, wpa_s->dpp_pkex_bi,
1612 if (!wpa_s->dpp_pkex) {
[all...]
H A Dwpa_supplicant_i.h1227 struct dpp_pkex *dpp_pkex; member in struct:wpa_supplicant
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h120 unsigned int pkex_t; /* number of failures before dpp_pkex
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,
H A Ddpp.c6895 static struct wpabuf * dpp_pkex_build_exchange_req(struct dpp_pkex *pkex)
7032 static void dpp_pkex_fail(struct dpp_pkex *pkex, const char *txt)
7038 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
7043 struct dpp_pkex *pkex;
7079 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex,
7252 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx,
7264 struct dpp_pkex *pkex = NULL;
7483 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex,
7595 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex,
7784 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pke
[all...]

Completed in 279 milliseconds