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 83 unsigned int reAuthMax; /* default 2 */
eapol_auth_dump.c 157 "%s quietPeriod=%d reAuthMax=%d\n"
173 prefix, sm->quietPeriod, sm->reAuthMax,
eapol_auth_sm.c 402 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax)
405 sm->reAuthCount <= sm->reAuthMax) ||
790 sm->reAuthMax = AUTH_PAE_DEFAULT_reAuthMax;

Completed in 15 milliseconds