Searched refs:MaxRetrans (Results 1 – 3 of 3) sorted by relevance
124 int MaxRetrans; member
325 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1010 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1196 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1354 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1829 sm->MaxRetrans = 5; /* RFC 3748: max 3-5 retransmissions suggested */ in eap_server_sm_init()
483 sm->MaxRetrans = 2; /* total 3 attempts */ in eap_wsc_getTimeout()