Home
last modified time | relevance | path

Searched refs:eapNoResp (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.c103 Boolean eapNoResp; member
573 sm->eapNoResp = FALSE; in SM_STATE()
590 * eapNoResp should be set in conjunction with eapSuccess and in SM_STEP()
596 * transitions are verified only after eapNoResp. They are in SM_STEP()
597 * unlikely to be used since eapNoResp should always be set if in SM_STEP()
600 if (sm->eapResp && sm->eapNoResp) { in SM_STEP()
602 "eapResp and eapNoResp set?!"); in SM_STEP()
606 else if (sm->eapNoResp) in SM_STEP()
862 * Backend state machine is waiting for eapNoResp or eapResp to be set in eapol_sm_getSuppRsp()
1862 return sm->eapNoResp; in eapol_sm_get_bool()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.c102 bool eapNoResp; member
596 sm->eapNoResp = false; in SM_STATE()
613 * eapNoResp should be set in conjunction with eapSuccess and in SM_STEP()
619 * transitions are verified only after eapNoResp. They are in SM_STEP()
620 * unlikely to be used since eapNoResp should always be set if in SM_STEP()
623 if (sm->eapResp && sm->eapNoResp) { in SM_STEP()
625 "eapResp and eapNoResp set?!"); in SM_STEP()
629 else if (sm->eapNoResp) in SM_STEP()
887 * Backend state machine is waiting for eapNoResp or eapResp to be set in eapol_sm_getSuppRsp()
1915 return sm->eapNoResp; in eapol_sm_get_bool()
[all...]

Completed in 5 milliseconds