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

/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm_i.h73 unsigned int reAuthCount; member in struct:eapol_state_machine
H A Deapol_auth_dump.c186 "reAuthCount=%d\n"
205 sm->reAuthCount,
H A Deapol_auth_sm.c231 sm->reAuthCount = 0;
266 sm->reAuthCount++;
308 sm->reAuthCount = 0;
410 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax)
413 sm->reAuthCount <= sm->reAuthMax) ||

Completed in 114 milliseconds