HomeSort by relevance Sort by last modified time
    Searched refs:reAuthMax (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 77 unsigned int reAuthMax; /* default 2 */
eapol_auth_dump.c 151 "%s quietPeriod=%d reAuthMax=%d\n"
167 prefix, sm->quietPeriod, sm->reAuthMax,
eapol_auth_sm.c 396 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax)
399 sm->reAuthCount <= sm->reAuthMax) ||
785 sm->reAuthMax = AUTH_PAE_DEFAULT_reAuthMax;

Completed in 32 milliseconds