OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authAbort
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
46
Boolean
authAbort
;
eapol_auth_dump.c
129
"%s
authAbort
=%s authFail=%s authPortStatus=%s authStart=%s\n"
135
prefix, _SB(sm->
authAbort
), _SB(sm->authFail),
eapol_auth_sm.c
336
sm->
authAbort
= TRUE;
420
if (sm->eapolLogoff && !sm->
authAbort
)
422
else if (!sm->eapolLogoff && !sm->
authAbort
)
447
sm->
authAbort
= FALSE;
533
if (sm->portControl != Auto || sm->initialize || sm->
authAbort
) {
Completed in 42 milliseconds