Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h73 unsigned int reAuthCount; member
Deapol_auth_sm.c218 sm->reAuthCount = 0; in SM_STATE()
252 sm->reAuthCount++; in SM_STATE()
294 sm->reAuthCount = 0; in SM_STATE()
396 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax) in SM_STEP()
399 sm->reAuthCount <= sm->reAuthMax) || in SM_STEP()
Deapol_auth_dump.c166 prefix, port_type_txt(sm->portMode), sm->reAuthCount, in eapol_auth_dump_state()