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