Searched refs:MaxRetrans (Results 1 – 3 of 3) sorted by relevance
123 int MaxRetrans; member
325 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1025 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()1233 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1393 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1876 sm->MaxRetrans = 5; /* RFC 3748: max 3-5 retransmissions suggested */ in eap_server_sm_init()
432 sm->MaxRetrans = 2; /* total 3 attempts */ in eap_wsc_getTimeout()