Searched refs:dpp_pkex (Results 1 – 8 of 8) sorted by relevance
/hostap-3.6.0/src/ap/ |
D | dpp_hostapd.c | 259 struct dpp_pkex *pkex) in hostapd_dpp_pkex_next_channel() 355 struct dpp_pkex *pkex; in hostapd_dpp_pkex_init() 361 dpp_pkex_free(hapd->dpp_pkex); in hostapd_dpp_pkex_init() 362 hapd->dpp_pkex = NULL; in hostapd_dpp_pkex_init() 381 hapd->dpp_pkex = pkex; in hostapd_dpp_pkex_init() 382 msg = hapd->dpp_pkex->exchange_req; in hostapd_dpp_pkex_init() 401 struct dpp_pkex *pkex = hapd->dpp_pkex; in hostapd_dpp_pkex_retry_timeout() 419 hapd->dpp_pkex = NULL; in hostapd_dpp_pkex_retry_timeout() 443 struct dpp_pkex *pkex = hapd->dpp_pkex; in hostapd_dpp_pkex_tx_status() 451 hapd->dpp_pkex = NULL; in hostapd_dpp_pkex_tx_status() [all …]
|
D | hostapd.h | 388 struct dpp_pkex *dpp_pkex; member
|
/hostap-3.6.0/src/common/ |
D | dpp.h | 182 struct dpp_pkex { struct 632 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, 636 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, 643 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, 646 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex, 649 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr, 651 void dpp_pkex_free(struct dpp_pkex *pkex); 681 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer, 718 int dpp_tcp_pkex_init(struct dpp_global *dpp, struct dpp_pkex *pkex,
|
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() 580 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_req() 692 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_rx_exchange_resp() 900 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_resp() [all …]
|
D | dpp_tcp.c | 28 struct dpp_pkex *pkex; 1035 struct dpp_pkex *pkex = conn->pkex; in dpp_controller_rx_pkex_exchange_resp() 1063 struct dpp_pkex *pkex = conn->pkex; in dpp_controller_rx_pkex_commit_reveal_req() 1099 struct dpp_pkex *pkex = conn->pkex; in dpp_controller_rx_pkex_commit_reveal_resp() 1817 int dpp_tcp_pkex_init(struct dpp_global *dpp, struct dpp_pkex *pkex, in dpp_tcp_pkex_init()
|
/hostap-3.6.0/wpa_supplicant/ |
D | dpp_supplicant.c | 2667 struct dpp_pkex *pkex) in wpas_dpp_pkex_next_channel() 2760 struct dpp_pkex *pkex; in wpas_dpp_pkex_init() 2766 dpp_pkex_free(wpa_s->dpp_pkex); in wpas_dpp_pkex_init() 2767 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_init() 2784 wpa_s->dpp_pkex = pkex; in wpas_dpp_pkex_init() 2811 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_pkex_retry_timeout() 2829 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_retry_timeout() 2859 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_tx_pkex_status() 2882 wpa_s->dpp_pkex = NULL; in wpas_dpp_tx_pkex_status() 2929 if (wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req() [all …]
|
D | wpa_supplicant_i.h | 1459 struct dpp_pkex *dpp_pkex; member
|
/hostap-3.6.0/tests/fuzzing/dpp-uri/ |
D | Makefile | 27 OBJS += $(SRC)/common/dpp_pkex.o
|