Home
last modified time | relevance | path

Searched refs:dpp_auth (Results 1 – 5 of 5) sorted by relevance

/hostap-3.6.0/src/ap/
Ddpp_hostapd.c57 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
73 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code()
74 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code()
172 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()
191 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()
206 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_auth_resp_retry()
207 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()
471 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()
478 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()
493 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_tx_status()
[all …]
Dhostapd.h382 struct dpp_authentication *dpp_auth; member
/hostap-3.6.0/wpa_supplicant/
Ddpp_supplicant.c77 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
195 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()
216 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()
230 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_auth_resp_retry()
231 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()
298 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout()
374 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result()
411 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_send_conn_status_result()
412 wpa_s->dpp_auth = NULL; in wpas_dpp_send_conn_status_result()
435 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected()
[all …]
Dwpa_supplicant_i.h1444 struct dpp_authentication *dpp_auth; member
/hostap-3.6.0/tests/fuzzing/dpp-uri/
DMakefile24 OBJS += $(SRC)/common/dpp_auth.o