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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c41 struct dpp_authentication *auth = hapd->dpp_auth;
57 wpabuf_head(hapd->dpp_auth->resp_msg),
58 wpabuf_len(hapd->dpp_auth->resp_msg));
69 struct dpp_authentication *auth = hapd->dpp_auth;
88 struct dpp_authentication *auth = hapd->dpp_auth;
103 dpp_auth_deinit(hapd->dpp_auth);
104 hapd->dpp_auth = NULL;
125 struct dpp_authentication *auth = hapd->dpp_auth;
132 if (!hapd->dpp_auth) {
142 dpp_auth_deinit(hapd->dpp_auth);
[all...]
H A Dhostapd.h364 struct dpp_authentication *dpp_auth; member in struct:hostapd_data
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c65 struct dpp_authentication *auth = wpa_s->dpp_auth;
94 struct dpp_authentication *auth = wpa_s->dpp_auth;
115 struct dpp_authentication *auth = wpa_s->dpp_auth;
129 dpp_auth_deinit(wpa_s->dpp_auth);
130 wpa_s->dpp_auth = NULL;
167 struct dpp_authentication *auth = wpa_s->dpp_auth;
177 if (!wpa_s->dpp_auth) {
188 dpp_auth_deinit(wpa_s->dpp_auth);
189 wpa_s->dpp_auth = NULL;
194 if (wpa_s->dpp_auth
[all...]
H A Dwpa_supplicant_i.h1214 struct dpp_authentication *dpp_auth; member in struct:wpa_supplicant

Completed in 104 milliseconds