HomeSort by relevance Sort by last modified time
    Searched refs:MaxRetrans (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 110 int MaxRetrans;
eap_server.c 252 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
519 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
700 if (sm->retransCount > sm->MaxRetrans)
830 if (sm->retransCount > sm->MaxRetrans)
1289 sm->MaxRetrans = 5; /* RFC 3748: max 3-5 retransmissions suggested */
    [all...]
eap_server_wsc.c 483 sm->MaxRetrans = 2; /* total 3 attempts */

Completed in 295 milliseconds