Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/wpa/src/ap/
Dwpa_auth.c1211 ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; in wpa_send_eapol()
1379 sm->TimeoutCtr = 0; in SM_STATE()
1424 sm->TimeoutCtr = 0; in SM_STATE()
1492 sm->TimeoutCtr++; in SM_STATE()
1493 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()
1627 sm->TimeoutCtr = 0; in SM_STATE()
1690 sm->TimeoutCtr++; in SM_STATE()
1691 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()
1933 else if (sm->TimeoutCtr > in SM_STEP()
1956 else if (sm->TimeoutCtr > in SM_STEP()
Dwpa_auth_i.h56 int TimeoutCtr; member