Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h46 bool authAbort; member
Deapol_auth_sm.c351 sm->authAbort = true; in SM_STATE()
435 if (sm->eapolLogoff && !sm->authAbort) in SM_STEP()
437 else if (!sm->eapolLogoff && !sm->authAbort) in SM_STEP()
462 sm->authAbort = false; in SM_STATE()
548 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()
Deapol_auth_dump.c158 _SB(sm->authAbort), in eapol_auth_dump_state()