OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quietWhile
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
48
int
quietWhile
;
eapol_auth_dump.c
131
fprintf(f, "%s aWhile=%d
quietWhile
=%d reAuthWhen=%d\n", prefix,
132
sm->aWhile, sm->
quietWhile
, sm->reAuthWhen);
eapol_auth_sm.c
166
if (state->
quietWhile
> 0) {
167
state->
quietWhile
--;
168
if (state->
quietWhile
== 0) {
170
" -
quietWhile
--> 0",
271
sm->
quietWhile
= sm->quietPeriod;
398
if (sm->
quietWhile
== 0)
Completed in 2705 milliseconds