OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startCount
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
mainSecSm.h
104
TI_UINT32
startCount
;
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c
78
unsigned int
startCount
;
260
sm->
startCount
= 0;
276
sm->
startCount
++;
302
sm->
startCount
= 0;
382
if (sm->startWhen == 0 && sm->
startCount
< sm->maxStart)
385
sm->
startCount
>= sm->maxStart &&
393
sm->
startCount
>= sm->maxStart &&
[
all
...]
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
72
unsigned int
startCount
;
257
sm->
startCount
= 0;
283
sm->
startCount
++;
309
sm->
startCount
= 0;
393
if (sm->startWhen == 0 && sm->
startCount
< sm->maxStart)
396
sm->
startCount
>= sm->maxStart &&
404
sm->
startCount
>= sm->maxStart &&
[
all
...]
Completed in 448 milliseconds