Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Ddpp_hostapd.c261 struct dpp_pkex *pkex) in hostapd_dpp_pkex_next_channel()
378 struct dpp_pkex *pkex; in hostapd_dpp_pkex_init()
384 dpp_pkex_free(hapd->dpp_pkex); in hostapd_dpp_pkex_init()
385 hapd->dpp_pkex = NULL; in hostapd_dpp_pkex_init()
404 hapd->dpp_pkex = pkex; in hostapd_dpp_pkex_init()
405 msg = hapd->dpp_pkex->exchange_req; in hostapd_dpp_pkex_init()
424 struct dpp_pkex *pkex = hapd->dpp_pkex; in hostapd_dpp_pkex_retry_timeout()
442 hapd->dpp_pkex = NULL; in hostapd_dpp_pkex_retry_timeout()
466 struct dpp_pkex *pkex = hapd->dpp_pkex; in hostapd_dpp_pkex_tx_status()
474 hapd->dpp_pkex = NULL; in hostapd_dpp_pkex_tx_status()
[all …]
Dhostapd.h432 struct dpp_pkex *dpp_pkex; member
/hostap-latest/src/common/
Ddpp_pkex.c29 static struct wpabuf * dpp_pkex_build_exchange_req(struct dpp_pkex *pkex, in dpp_pkex_build_exchange_req()
167 static void dpp_pkex_fail(struct dpp_pkex *pkex, const char *txt) in dpp_pkex_fail()
173 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, in dpp_pkex_init()
178 struct dpp_pkex *pkex; in dpp_pkex_init()
216 dpp_pkex_build_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_build_exchange_resp()
341 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx, in dpp_pkex_rx_exchange_req()
353 struct dpp_pkex *pkex = NULL; in dpp_pkex_rx_exchange_req()
585 dpp_pkex_build_commit_reveal_req(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_req()
697 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex, in dpp_pkex_rx_exchange_resp()
906 dpp_pkex_build_commit_reveal_resp(struct dpp_pkex *pkex, in dpp_pkex_build_commit_reveal_resp()
[all …]
Ddpp.h202 struct dpp_pkex { struct
675 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
679 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx,
686 struct wpabuf * dpp_pkex_rx_exchange_resp(struct dpp_pkex *pkex,
689 struct wpabuf * dpp_pkex_rx_commit_reveal_req(struct dpp_pkex *pkex,
692 int dpp_pkex_rx_commit_reveal_resp(struct dpp_pkex *pkex, const u8 *hdr,
694 void dpp_pkex_free(struct dpp_pkex *pkex);
729 dpp_pkex_finish(struct dpp_global *dpp, struct dpp_pkex *pkex, const u8 *peer,
774 int dpp_tcp_pkex_init(struct dpp_global *dpp, struct dpp_pkex *pkex,
Ddpp_tcp.c28 struct dpp_pkex *pkex;
1130 struct dpp_pkex *pkex = conn->pkex; in dpp_controller_rx_pkex_exchange_resp()
1158 struct dpp_pkex *pkex = conn->pkex; in dpp_controller_rx_pkex_commit_reveal_req()
1194 struct dpp_pkex *pkex = conn->pkex; in dpp_controller_rx_pkex_commit_reveal_resp()
1914 int dpp_tcp_pkex_init(struct dpp_global *dpp, struct dpp_pkex *pkex, in dpp_tcp_pkex_init()
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c2920 struct dpp_pkex *pkex) in wpas_dpp_pkex_next_channel()
3036 struct dpp_pkex *pkex; in wpas_dpp_pkex_init()
3042 dpp_pkex_free(wpa_s->dpp_pkex); in wpas_dpp_pkex_init()
3043 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_init()
3061 wpa_s->dpp_pkex = pkex; in wpas_dpp_pkex_init()
3088 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_pkex_retry_timeout()
3106 wpa_s->dpp_pkex = NULL; in wpas_dpp_pkex_retry_timeout()
3136 struct dpp_pkex *pkex = wpa_s->dpp_pkex; in wpas_dpp_tx_pkex_status()
3159 wpa_s->dpp_pkex = NULL; in wpas_dpp_tx_pkex_status()
3214 if (wpa_s->dpp_pkex) { in wpas_dpp_rx_pkex_exchange_req()
[all …]
Dwpa_supplicant_i.h1497 struct dpp_pkex *dpp_pkex; member
/hostap-latest/tests/fuzzing/dpp-uri/
DMakefile27 OBJS += $(SRC)/common/dpp_pkex.o