Searched refs:dpp_auth (Results 1 – 4 of 4) sorted by relevance
40 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 …]
356 struct dpp_authentication *dpp_auth; member
65 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 …]
1215 struct dpp_authentication *dpp_auth; member