Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/eapol_auth/
H A Deapol_auth_sm_i.h73 unsigned int reAuthCount; member
H A Deapol_auth_sm.c231 sm->reAuthCount = 0; in SM_STATE()
266 sm->reAuthCount++; in SM_STATE()
308 sm->reAuthCount = 0; in SM_STATE()
410 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax) in SM_STEP()
413 sm->reAuthCount <= sm->reAuthMax) || in SM_STEP()
H A Deapol_auth_dump.c205 sm->reAuthCount, in eapol_auth_dump_state()