Searched refs:dpp_auth (Results 1 – 5 of 5) sorted by relevance
57 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()73 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code()74 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code()172 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry_timeout()191 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_auth_resp_retry()206 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_auth_resp_retry()207 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()471 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_tx_status()478 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()493 dpp_auth_deinit(hapd->dpp_auth); in hostapd_dpp_tx_status()[all …]
382 struct dpp_authentication *dpp_auth; member
77 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()195 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry_timeout()216 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_auth_resp_retry()230 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_auth_resp_retry()231 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()298 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_conn_status_result_timeout()374 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_send_conn_status_result()411 dpp_auth_deinit(wpa_s->dpp_auth); in wpas_dpp_send_conn_status_result()412 wpa_s->dpp_auth = NULL; in wpas_dpp_send_conn_status_result()435 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_connected()[all …]
1444 struct dpp_authentication *dpp_auth; member
24 OBJS += $(SRC)/common/dpp_auth.o