Home | History | Annotate | Download | only in eap_server

Lines Matching refs:retransCount

32 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
242 sm, sm->retransCount, sm->eap_if.eapSRTT, sm->eap_if.eapRTTVAR,
251 sm->retransCount++;
252 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
281 sm->retransCount = 0;
509 sm, sm->retransCount, sm->eap_if.eapSRTT, sm->eap_if.eapRTTVAR,
518 sm->retransCount++;
519 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
547 sm->retransCount = 0;
700 if (sm->retransCount > sm->MaxRetrans)
830 if (sm->retransCount > sm->MaxRetrans)
873 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
909 for (i = 0; i < retransCount; i++) {
918 "(from dynamic back off; retransCount=%d)",
919 rto, retransCount);