Home | History | Annotate | Download | only in radius

Lines Matching defs:attempts

31  * Maximum number of retransmit attempts before the entry is removed from
47 * The number of failed retry attempts after which the RADIUS server will be
113 * attempts - Number of transmission attempts
115 int attempts;
340 if (entry->attempts == 0)
348 if (entry->attempts == 0)
356 /* retransmit; remove entry if too many attempts */
357 entry->attempts++;
374 if (entry->attempts >= RADIUS_CLIENT_MAX_RETRIES) {
375 wpa_printf(MSG_INFO, "RADIUS: Removing un-ACKed message due to too many failed retransmit attempts");
429 if (entry->attempts > RADIUS_CLIENT_NUM_FAILOVER ||
430 (s < 0 && entry->attempts > 0)) {
567 entry->attempts = 1;
1006 entry->attempts = 0;