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 76 unsigned int reAuthCount;
eapol_auth_dump.c 186 "reAuthCount=%d\n"
205 sm->reAuthCount,
eapol_auth_sm.c 219 sm->reAuthCount = 0;
254 sm->reAuthCount++;
296 sm->reAuthCount = 0;
398 if (sm->eapolLogoff || sm->reAuthCount > sm->reAuthMax)
401 sm->reAuthCount <= sm->reAuthMax) ||

Completed in 35 milliseconds