Home | History | Annotate | Download | only in eapol_supp

Lines Matching defs:eapFail

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)
1417 sm->eapFail = fail;
1751 return sm->eapFail;
1783 sm->eapFail = value;
2033 return !sm->eapSuccess && sm->eapFail;