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 42 Boolean eapSuccess;
324 sm->eapSuccess = FALSE;
381 else if (sm->eapSuccess || sm->eapFail)
391 if (sm->eapSuccess && !sm->portValid &&
401 if (sm->eapSuccess && sm->portValid)
569 * and SUCCESS based on eapFail and eapSuccess, respectively.
571 * eapNoResp should be set in conjunction with eapSuccess and
579 * either of eapSuccess or eapFail is set.
591 else if (sm->eapSuccess)
611 else if (sm->eapSuccess && sm->suppStart
    [all...]

Completed in 47 milliseconds