OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eapFail
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
eap.h
53
Boolean
eapFail
;
/external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c
40
Boolean
eapFail
;
364
else if (sm->eapSuccess || sm->
eapFail
)
386
else if (sm->
eapFail
|| (sm->keyDone && !sm->portValid))
550
* and SUCCESS based on
eapFail
and eapSuccess, respectively.
553
*
eapFail
which would mean that more than one of the
560
* either of eapSuccess or
eapFail
is set.
570
else if (sm->
eapFail
)
588
if (sm->
eapFail
&& sm->suppStart)
601
else if (sm->
eapFail
)
[
all
...]
Completed in 376 milliseconds