Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h46 bool authAbort; member
H A Deapol_auth_sm.c362 sm->authAbort = true; in SM_STATE()
447 if (sm->eapolLogoff && !sm->authAbort) in SM_STEP()
449 else if (!sm->eapolLogoff && !sm->authAbort) in SM_STEP()
474 sm->authAbort = false; in SM_STATE()
560 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
H A Deapol_auth_dump.c158 _SB(sm->authAbort), in eapol_auth_dump_state()