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.c221 if (sm->eapolLogoff) { in SM_STATE()
233 sm->eapolLogoff = false; in SM_STATE()
249 if (sm->eapolLogoff) in SM_STATE()
281 sm->eapolLogoff = false; in SM_STATE()
345 if (sm->eapolLogoff) in SM_STATE()
411 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax) in SM_STEP()
421 else if (sm->eapolLogoff || !sm->portValid) in SM_STEP()
430 else if (sm->eapolStart || sm->eapolLogoff || in SM_STEP()
435 if (sm->eapolLogoff && !sm->authAbort) in SM_STEP()
437 else if (!sm->eapolLogoff && !sm->authAbort) in SM_STEP()
Deapol_auth_sm_i.h70 bool eapolLogoff; member
Deapol_auth_dump.c201 _SB(sm->eapolLogoff), in eapol_auth_dump_state()
/external/wpa_supplicant_8/src/ap/
Dieee802_1x.c1183 sta->eapol_sm->eapolLogoff = true; in ieee802_1x_receive()