Searched refs:dpp_auth (Results 1 – 4 of 4) sorted by relevance
51 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()67 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code()68 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code()166 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()185 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()200 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_auth_resp_retry()201 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()222 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()229 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()239 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_tx_status()[all …]
377 struct dpp_authentication *dpp_auth; member
75 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()193 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()214 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()228 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_auth_resp_retry()229 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()296 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout()371 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result()394 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_send_conn_status_result()395 wpa_s->dpp_auth = NULL; in wpas_dpp_send_conn_status_result()418 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected()[all …]
1340 struct dpp_authentication *dpp_auth; member