HomeSort by relevance Sort by last modified time
    Searched defs:eapFail (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 61 Boolean eapFail;
  /external/wpa_supplicant/
eapol_sm.c 44 Boolean eapFail;
364 else if (sm->eapSuccess || sm->eapFail)
386 else if (sm->eapFail || (sm->keyDone && !sm->portValid))
529 * and SUCCESS based on eapFail and eapSuccess, respectively.
532 * eapFail which would mean that more than one of the
539 * either of eapSuccess or eapFail is set.
549 else if (sm->eapFail)
567 if (sm->eapFail && sm->suppStart)
580 else if (sm->eapFail)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.c 45 Boolean eapFail;
388 else if (sm->eapSuccess || sm->eapFail)
410 else if (sm->eapFail || (sm->keyDone && !sm->portValid))
554 * and SUCCESS based on eapFail and eapSuccess, respectively.
557 * eapFail which would mean that more than one of the
564 * either of eapSuccess or eapFail is set.
574 else if (sm->eapFail)
592 if (sm->eapFail && sm->suppStart)
605 else if (sm->eapFail)
    [all...]

Completed in 277 milliseconds