Searched refs:TimeoutCtr (Results 1 – 2 of 2) sorted by relevance
1206 ctr = pairwise ? sm->TimeoutCtr : sm->GTimeoutCtr; in wpa_send_eapol()1357 sm->TimeoutCtr = 0; in SM_STATE()1454 sm->TimeoutCtr = 0; in SM_STATE()1468 sm->TimeoutCtr = 0; in wpa_auth_sm_ptk_update()1542 sm->TimeoutCtr++; in SM_STATE()1543 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()1741 sm->TimeoutCtr = 0; in SM_STATE()1812 sm->TimeoutCtr++; in SM_STATE()1813 if (sm->TimeoutCtr > (int) dot11RSNAConfigPairwiseUpdateCount) { in SM_STATE()2073 else if (sm->TimeoutCtr > in SM_STEP()[all …]
51 int TimeoutCtr; member