OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eapolLogoff
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
70
Boolean
eapolLogoff
;
eapol_auth_sm.c
207
if (sm->
eapolLogoff
) {
219
sm->
eapolLogoff
= FALSE;
234
if (sm->
eapolLogoff
)
266
sm->
eapolLogoff
= FALSE;
330
if (sm->
eapolLogoff
)
396
if (sm->
eapolLogoff
|| sm->reAuthCount > sm->reAuthMax)
406
else if (sm->
eapolLogoff
|| !sm->portValid)
415
else if (sm->eapolStart || sm->
eapolLogoff
||
420
if (sm->
eapolLogoff
&& !sm->authAbort)
422
else if (!sm->
eapolLogoff
&& !sm->authAbort
[
all
...]
eapol_auth_dump.c
149
"%s
eapolLogoff
=%s eapolStart=%s eapRestart=%s\n"
164
_SB(sm->
eapolLogoff
), _SB(sm->eapolStart),
/external/wpa_supplicant_8/src/ap/
ieee802_1x.c
785
sta->eapol_sm->
eapolLogoff
= TRUE;
[
all
...]
Completed in 286 milliseconds