Searched refs:pkex (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Ddpp_supplicant.c1480 struct dpp_pkex *pkex)
1482 if (pkex->freq == 2437)
1483 pkex->freq = 5745;
1484 else if (pkex->freq == 5745)
1485 pkex->freq = 5220;
1486 else if (pkex->freq == 5220)
1487 pkex->freq = 60480;
1491 if (wpas_dpp_allow_ir(wpa_s, pkex->freq) == 1) {
1493 pkex->freq);
1498 return wpas_dpp_pkex_next_channel(wpa_s, pkex);
1479 wpas_dpp_pkex_next_channel(struct wpa_supplicant *wpa_s, struct dpp_pkex *pkex) argument
1505 struct dpp_pkex *pkex = wpa_s->dpp_pkex; local
1542 struct dpp_pkex *pkex = wpa_s->dpp_pkex; local
1696 struct dpp_pkex *pkex = wpa_s->dpp_pkex; local
1744 struct dpp_pkex *pkex = wpa_s->dpp_pkex; local
2169 struct dpp_pkex *pkex; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c6896 static struct wpabuf * dpp_pkex_build_exchange_req(struct dpp_pkex *pkex) argument
6907 const struct dpp_curve_params *curve = pkex->own_bi->curve;
6915 Qi = dpp_pkex_derive_Qi(curve, pkex->own_mac, pkex->code,
6916 pkex->identifier, bnctx, &group);
6927 pkex->x = dpp_set_keypair(&tmp_curve,
6931 pkex->x = dpp_gen_keypair(curve);
6934 pkex->x = dpp_gen_keypair(curve);
6936 if (!pkex->x)
6940 X_ec = EVP_PKEY_get1_EC_KEY(pkex
7033 dpp_pkex_fail(struct dpp_pkex *pkex, const char *txt) argument
7044 struct dpp_pkex *pkex; local
7080 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, enum dpp_status_error status, const BIGNUM *Nx, const BIGNUM *Ny) argument
7265 struct dpp_pkex *pkex = NULL; local
7484 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, const struct wpabuf *A_pub, const u8 *u) argument
7596 dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, const u8 *peer_mac, const u8 *buf, size_t buflen) argument
7785 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, const struct wpabuf *B_pub, const u8 *v) argument
7897 dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex, const u8 *hdr, const u8 *buf, size_t buflen) argument
8062 dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr, const u8 *buf, size_t buflen) argument
8195 dpp_pkex_free(struct dpp_pkex *pkex) argument
8519 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, unsigned int freq) argument
[all...]
H A Ddpp.h473 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,
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Ddpp_hostapd.c1243 struct dpp_pkex *pkex = hapd->dpp_pkex; local
1249 if (!pkex || pkex->initiator || !pkex->exchange_done) {
1254 msg = dpp_pkex_rx_commit_reveal_req(pkex, hdr, buf, len);
1278 bi = dpp_pkex_finish(hapd->iface->interfaces->dpp, pkex, src, freq);
1292 struct dpp_pkex *pkex = hapd->dpp_pkex; local
1298 if (!pkex || !pkex->initiator || !pkex
[all...]

Completed in 134 milliseconds