Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm_i.h72 unsigned int reAuthCount; member
Deapol_auth_sm.c236 sm->reAuthCount = 0; in SM_STATE()
271 sm->reAuthCount++; in SM_STATE()
311 sm->reAuthCount = 0; in SM_STATE()
404 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax) in SM_STEP()
407 sm->reAuthCount <= sm->reAuthMax) || in SM_STEP()