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

  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 73 unsigned int reAuthCount;
eapol_auth_dump.c 186 "reAuthCount=%d\n"
205 sm->reAuthCount,
eapol_auth_sm.c 218 sm->reAuthCount = 0;
253 sm->reAuthCount++;
295 sm->reAuthCount = 0;
397 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax)
400 sm->reAuthCount <= sm->reAuthMax) ||

Completed in 562 milliseconds