Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c104 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()
132 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()
143 hapd->dpp_auth = NULL; in hostapd_dpp_tx_status()
158 hapd->dpp_auth = NULL; in hostapd_dpp_tx_status()
188 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
238 hapd->dpp_auth = NULL; in hostapd_dpp_reply_wait_timeout()
303 if (!hapd->dpp_auth) in hostapd_dpp_init_timeout()
452 if (hapd->dpp_auth) { in hostapd_dpp_auth_init()
466 if (!hapd->dpp_auth) in hostapd_dpp_auth_init()
575 if (hapd->dpp_auth) { in hostapd_dpp_rx_auth_req()
[all …]
H A Dhostapd.h364 struct dpp_authentication *dpp_auth; member
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c130 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()
177 if (!wpa_s->dpp_auth) { in wpas_dpp_tx_status()
189 wpa_s->dpp_auth = NULL; in wpas_dpp_tx_status()
203 wpa_s->dpp_auth = NULL; in wpas_dpp_tx_status()
235 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
278 wpa_s->dpp_auth = NULL; in wpas_dpp_reply_wait_timeout()
338 if (!wpa_s->dpp_auth) in wpas_dpp_init_timeout()
551 wpa_s->dpp_auth = auth; in wpas_dpp_auth_init()
762 if (wpa_s->dpp_auth) { in wpas_dpp_rx_auth_req()
773 if (!wpa_s->dpp_auth) { in wpas_dpp_rx_auth_req()
[all …]
H A Dwpa_supplicant_i.h1214 struct dpp_authentication *dpp_auth; member