Home
last modified time | relevance | path

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

/trueos/contrib/wpa/src/ap/
HDwpa_auth.c1374 ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; in wpa_send_eapol()
1530 sm->TimeoutCtr = 0; in SM_STATE()
1622 sm->TimeoutCtr = 0; in SM_STATE()
1690 sm->TimeoutCtr++; in SM_STATE()
1691 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()
1827 sm->TimeoutCtr = 0; in SM_STATE()
1898 sm->TimeoutCtr++; in SM_STATE()
1899 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()
2162 else if (sm->TimeoutCtr > in SM_STEP()
2190 else if (sm->TimeoutCtr > in SM_STEP()
HDwpa_auth_i.h50 int TimeoutCtr; member