Home
last modified time | relevance | path

Searched refs:eapolLogoff (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.c220 if (sm->eapolLogoff) { in SM_STATE()
232 sm->eapolLogoff = FALSE; in SM_STATE()
248 if (sm->eapolLogoff) in SM_STATE()
280 sm->eapolLogoff = FALSE; in SM_STATE()
344 if (sm->eapolLogoff) in SM_STATE()
410 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax) in SM_STEP()
420 else if (sm->eapolLogoff || !sm->portValid) in SM_STEP()
429 else if (sm->eapolStart || sm->eapolLogoff || in SM_STEP()
434 if (sm->eapolLogoff && !sm->authAbort) in SM_STEP()
436 else if (!sm->eapolLogoff && !sm->authAbort) in SM_STEP()
Deapol_auth_sm_i.h70 Boolean eapolLogoff; member
Deapol_auth_dump.c201 _SB(sm->eapolLogoff), in eapol_auth_dump_state()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c1088 sta->eapol_sm->eapolLogoff = TRUE; in ieee802_1x_receive()