Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDdpp_hostapd.c41 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
57 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code()
58 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code()
69 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()
88 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()
103 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_auth_resp_retry()
104 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()
125 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()
132 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()
142 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_tx_status()
[all …]
HDhostapd.h364 struct dpp_authentication *dpp_auth; member
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDdpp_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 …]
HDwpa_supplicant_i.h1214 struct dpp_authentication *dpp_auth; member