Home
last modified time | relevance | path

Searched refs:authStart (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h49 bool authStart; member
H A Deapol_auth_sm.c343 sm->authStart = true; in SM_STATE()
546 sm->authStart = false; in SM_STATE()
603 if (sm->eap_if->eapFail && sm->authStart) in SM_STEP()
605 else if (sm->eap_if->eapReq && sm->authStart) in SM_STEP()
607 else if (sm->eap_if->eapSuccess && sm->authStart) in SM_STEP()
H A Deapol_auth_dump.c161 _SB(sm->authStart), in eapol_auth_dump_state()