Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c1370 ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; in wpa_send_eapol()
1526 sm->TimeoutCtr = 0; in SM_STATE()
1618 sm->TimeoutCtr = 0; in SM_STATE()
1686 sm->TimeoutCtr++; in SM_STATE()
1687 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()
1823 sm->TimeoutCtr = 0; in SM_STATE()
1894 sm->TimeoutCtr++; in SM_STATE()
1895 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()
2158 else if (sm->TimeoutCtr > in SM_STEP()
2186 else if (sm->TimeoutCtr > in SM_STEP()
Dwpa_auth_i.h50 int TimeoutCtr; member