Searched refs:MaxRetrans (Results 1 – 3 of 3) sorted by relevance
124 int MaxRetrans; member
322 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1013 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1211 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1369 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1846 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()