Home
last modified time | relevance | path

Searched refs:max_tries (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/ppp/libradius/
H A Dradlib_private.h70 int max_tries; /* Number of tries before giving up */ member
H A Dradlib.c444 srvp->max_tries = tries; in rad_add_server_ex()
707 if (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries) { in rad_continue_send_request()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Ddpp_hostapd.c89 unsigned int wait_time, max_tries; in hostapd_dpp_auth_resp_retry() local
95 max_tries = hapd->dpp_resp_max_tries; in hostapd_dpp_auth_resp_retry()
97 max_tries = 5; in hostapd_dpp_auth_resp_retry()
99 if (auth->auth_resp_tries >= max_tries) { in hostapd_dpp_auth_resp_retry()
314 unsigned int wait_time, max_wait_time, freq, max_tries, used; in hostapd_dpp_auth_init_next() local
326 max_tries = hapd->dpp_init_max_tries; in hostapd_dpp_auth_init_next()
328 max_tries = 5; in hostapd_dpp_auth_init_next()
329 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in hostapd_dpp_auth_init_next()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Ddpp_supplicant.c116 unsigned int wait_time, max_tries; in wpas_dpp_auth_resp_retry() local
122 max_tries = wpa_s->dpp_resp_max_tries; in wpas_dpp_auth_resp_retry()
124 max_tries = 5; in wpas_dpp_auth_resp_retry()
126 if (auth->auth_resp_tries >= max_tries) { in wpas_dpp_auth_resp_retry()
349 unsigned int wait_time, max_wait_time, freq, max_tries, used; in wpas_dpp_auth_init_next() local
362 max_tries = wpa_s->dpp_init_max_tries; in wpas_dpp_auth_init_next()
364 max_tries = 5; in wpas_dpp_auth_init_next()
365 if (auth->num_freq_iters >= max_tries || auth->auth_req_ack) { in wpas_dpp_auth_init_next()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_transform.c1141 uint8_t max_tries = 10; in program_pwl() local
1154 while (counter < max_tries) { in program_pwl()
1174 if (counter == max_tries) { in program_pwl()