Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm_i.h76 unsigned int reAuthMax; /* default 2 */ member
Deapol_auth_sm.c404 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax) in SM_STEP()
407 sm->reAuthCount <= sm->reAuthMax) || in SM_STEP()
797 sm->reAuthMax = AUTH_PAE_DEFAULT_reAuthMax; in eapol_auth_alloc()