Home
last modified time | relevance | path

Searched refs:dpp_resp_retry_time (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h439 unsigned int dpp_resp_retry_time; member
H A Ddpp_hostapd.c213 if (hapd->dpp_resp_retry_time) in hostapd_dpp_auth_resp_retry()
214 wait_time = hapd->dpp_resp_retry_time; in hostapd_dpp_auth_resp_retry()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h1500 unsigned int dpp_resp_retry_time; member
H A Ddpp_supplicant.c236 if (wpa_s->dpp_resp_retry_time) in wpas_dpp_auth_resp_retry()
237 wait_time = wpa_s->dpp_resp_retry_time; in wpas_dpp_auth_resp_retry()
H A Dctrl_iface.c691 wpa_s->dpp_resp_retry_time = atoi(value); in wpa_supplicant_ctrl_iface_set()
8798 wpa_s->dpp_resp_retry_time = 0; in wpa_supplicant_ctrl_iface_flush()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1299 hapd->dpp_resp_retry_time = atoi(value); in hostapd_ctrl_iface_set()