OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_wait
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/radius/
radius_client.c
118
*
next_wait
- Next retransmission wait time in seconds
120
int
next_wait
;
member in struct:radius_msg_list
465
entry->next_try = now + entry->
next_wait
;
466
entry->
next_wait
*= 2;
467
if (entry->
next_wait
> RADIUS_CLIENT_MAX_WAIT)
468
entry->
next_wait
= RADIUS_CLIENT_MAX_WAIT;
677
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2;
1098
entry->
next_wait
= RADIUS_CLIENT_FIRST_WAIT * 2;
[
all
...]
Completed in 84 milliseconds