Searched refs:MaxRetrans (Results 1 – 3 of 3) sorted by relevance
123 int MaxRetrans; member
323 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1022 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1229 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1387 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1865 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()