Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c40 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
56 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code()
57 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code()
68 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()
87 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()
102 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_auth_resp_retry()
103 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()
124 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()
131 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()
141 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_tx_status()
[all …]
Dhostapd.h356 struct dpp_authentication *dpp_auth; member
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c65 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
94 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()
115 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()
129 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_auth_resp_retry()
130 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()
167 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_tx_status()
177 if (!wpa_s->dpp_auth) { in wpas_dpp_tx_status()
188 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_tx_status()
189 wpa_s->dpp_auth = NULL; in wpas_dpp_tx_status()
194 if (wpa_s->dpp_auth->remove_on_tx_status) { in wpas_dpp_tx_status()
[all …]
Dwpa_supplicant_i.h1215 struct dpp_authentication *dpp_auth; member