Home | History | Annotate | Download | only in eap_server

Lines Matching refs:retransCount

33 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
315 sm, sm->retransCount, sm->eap_if.eapSRTT, sm->eap_if.eapRTTVAR,
324 sm->retransCount++;
325 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
354 sm->retransCount = 0;
1000 sm, sm->retransCount, sm->eap_if.eapSRTT, sm->eap_if.eapRTTVAR,
1009 sm->retransCount++;
1010 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
1038 sm->retransCount = 0;
1196 if (sm->retransCount > sm->MaxRetrans)
1354 if (sm->retransCount > sm->MaxRetrans)
1397 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
1439 for (i = 0; i < retransCount; i++) {
1448 "(from dynamic back off; retransCount=%d)",
1449 rto, retransCount);