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.h419 struct dpp_authentication *dpp_auth; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c78 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
196 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()
217 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()
231 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_auth_resp_retry()
232 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()
305 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout()
381 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result()
418 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_send_conn_status_result()
419 wpa_s->dpp_auth = NULL; in wpas_dpp_send_conn_status_result()
443 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected_timeout()
[all …]
H A Dwpa_supplicant_i.h1467 struct dpp_authentication *dpp_auth; member