Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c59 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
75 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code()
76 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code()
174 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()
193 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()
208 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_auth_resp_retry()
209 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()
494 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()
501 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()
516 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_tx_status()
[all …]
H A Dhostapd.h452 struct dpp_authentication *dpp_auth; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c81 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
199 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()
220 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()
234 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_auth_resp_retry()
235 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()
308 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout()
384 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result()
421 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_send_conn_status_result()
422 wpa_s->dpp_auth = NULL; in wpas_dpp_send_conn_status_result()
446 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected_timeout()
[all …]
H A Dwpa_supplicant_i.h1560 struct dpp_authentication *dpp_auth; member