Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm_i.h45 bool authAbort; member
Deapol_auth_sm.c344 sm->authAbort = true; in SM_STATE()
428 if (sm->eapolLogoff && !sm->authAbort) in SM_STEP()
430 else if (!sm->eapolLogoff && !sm->authAbort) in SM_STEP()
455 sm->authAbort = false; in SM_STATE()
541 if (sm->portControl != Auto || sm->initialize || sm->authAbort) { in SM_STEP()