OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idleWhile
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c
41
unsigned int
idleWhile
; /* for EAP state machine */
219
if (sm->
idleWhile
> 0) {
220
sm->
idleWhile
--;
221
if (sm->
idleWhile
== 0)
222
wpa_printf(MSG_DEBUG, "EAPOL:
idleWhile
--> 0");
225
if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->
idleWhile
) {
[
all
...]
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
35
unsigned int
idleWhile
; /* for EAP state machine */
215
if (sm->
idleWhile
> 0) {
216
sm->
idleWhile
--;
217
if (sm->
idleWhile
== 0)
218
wpa_printf(MSG_DEBUG, "EAPOL:
idleWhile
--> 0");
221
if (sm->authWhile | sm->heldWhile | sm->startWhen | sm->
idleWhile
) {
[
all
...]
Completed in 187 milliseconds