Home
last modified time | relevance | path

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

/hostap-3.7.0/src/ap/
Dhostapd.h400 unsigned int dpp_resp_max_tries; member
Ddpp_hostapd.c197 if (hapd->dpp_resp_max_tries) in hostapd_dpp_auth_resp_retry()
198 max_tries = hapd->dpp_resp_max_tries; in hostapd_dpp_auth_resp_retry()
/hostap-3.7.0/wpa_supplicant/
Dwpa_supplicant_i.h1471 unsigned int dpp_resp_max_tries; member
Ddpp_supplicant.c222 if (wpa_s->dpp_resp_max_tries) in wpas_dpp_auth_resp_retry()
223 max_tries = wpa_s->dpp_resp_max_tries; in wpas_dpp_auth_resp_retry()
Dctrl_iface.c684 wpa_s->dpp_resp_max_tries = atoi(value); in wpa_supplicant_ctrl_iface_set()
8425 wpa_s->dpp_resp_max_tries = 0; in wpa_supplicant_ctrl_iface_flush()
/hostap-3.7.0/hostapd/
Dctrl_iface.c1529 hapd->dpp_resp_max_tries = atoi(value); in hostapd_ctrl_iface_set()