Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/wpa/src/ap/
H A Ddpp_hostapd.c209 hapd->dpp_auth = NULL; in hostapd_dpp_auth_resp_retry()
501 if (!hapd->dpp_auth) { in hostapd_dpp_tx_status()
517 hapd->dpp_auth = NULL; in hostapd_dpp_tx_status()
538 hapd->dpp_auth = NULL; in hostapd_dpp_tx_status()
586 hapd->dpp_auth->curr_freq != hapd->dpp_auth->neg_freq) { in hostapd_dpp_tx_status()
694 hapd->dpp_auth = NULL; in hostapd_dpp_auth_conf_wait_timeout()
720 if (!hapd->dpp_auth) in hostapd_dpp_init_timeout()
967 hapd->dpp_auth = auth; in hostapd_dpp_auth_init()
1105 if (hapd->dpp_auth) { in hostapd_dpp_rx_auth_req()
1707 if (hapd->dpp_auth) { in hostapd_dpp_rx_presence_announcement()
[all …]
H A Dhostapd.h419 struct dpp_authentication *dpp_auth; member
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c232 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_resp_retry()
419 wpa_s->dpp_auth = NULL; in wpas_dpp_send_conn_status_result()
518 if (!wpa_s->dpp_auth) { in wpas_dpp_tx_status()
610 wpa_s->dpp_auth->curr_freq != wpa_s->dpp_auth->neg_freq) { in wpas_dpp_tx_status()
705 wpa_s->dpp_auth = NULL; in wpas_dpp_auth_conf_wait_timeout()
732 if (!wpa_s->dpp_auth) in wpas_dpp_init_timeout()
979 wpa_s->dpp_auth = auth; in wpas_dpp_auth_init()
1284 if (wpa_s->dpp_auth) { in wpas_dpp_rx_auth_req()
2417 if (wpa_s->dpp_auth) { in wpas_dpp_rx_presence_announcement()
2510 if (wpa_s->dpp_auth) { in wpas_dpp_rx_reconfig_announcement()
[all …]
H A Dwpa_supplicant_i.h1467 struct dpp_authentication *dpp_auth; member