Searched refs:MaxRetrans (Results 1 – 3 of 3) sorted by relevance
110 int MaxRetrans; member
252 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()519 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) { in SM_STATE()700 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()830 if (sm->retransCount > sm->MaxRetrans) in SM_STEP()1289 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()