Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c201 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()
229 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()
240 hapd->dpp_auth = NULL; in hostapd_dpp_tx_status()
261 hapd->dpp_auth = NULL; in hostapd_dpp_tx_status()
302 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
410 hapd->dpp_auth = NULL; in hostapd_dpp_auth_conf_wait_timeout()
436 if (!hapd->dpp_auth) in hostapd_dpp_init_timeout()
670 hapd->dpp_auth = auth; in hostapd_dpp_auth_init()
770 if (hapd->dpp_auth) { in hostapd_dpp_rx_auth_req()
1286 if (hapd->dpp_auth) { in hostapd_dpp_rx_presence_announcement()
[all …]
H A Dhostapd.h381 struct dpp_authentication *dpp_auth; member
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c228 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()
394 wpa_s->dpp_auth = NULL; in wpas_dpp_send_conn_status_result()
443 if (!wpa_s->dpp_auth) { in wpas_dpp_tx_status()
530 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
623 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_conf_wait_timeout()
650 if (!wpa_s->dpp_auth) in wpas_dpp_init_timeout()
880 wpa_s->dpp_auth = auth; in wpas_dpp_auth_init()
1121 if (wpa_s->dpp_auth) { in wpas_dpp_rx_auth_req()
2053 if (wpa_s->dpp_auth) { in wpas_dpp_rx_presence_announcement()
2136 if (wpa_s->dpp_auth) { in wpas_dpp_rx_reconfig_announcement()
[all …]
H A Dwpa_supplicant_i.h1440 struct dpp_authentication *dpp_auth; member