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

  /external/wpa_supplicant_8/src/eap_server/
eap.h 56 Boolean eapSuccess;
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.c 43 Boolean eapSuccess;
327 sm->eapSuccess = FALSE;
384 else if (sm->eapSuccess || sm->eapFail)
394 if (sm->eapSuccess && !sm->portValid &&
404 if (sm->eapSuccess && sm->portValid)
583 * and SUCCESS based on eapFail and eapSuccess, respectively.
585 * eapNoResp should be set in conjunction with eapSuccess and
593 * either of eapSuccess or eapFail is set.
605 else if (sm->eapSuccess)
625 else if (sm->eapSuccess && sm->suppStart
    [all...]

Completed in 1810 milliseconds