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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 116 int MaxRetrans;
eap.c 217 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
454 if (sm->retransCount <= sm->MaxRetrans && sm->lastReqData) {
635 if (sm->retransCount > sm->MaxRetrans)
755 if (sm->retransCount > sm->MaxRetrans)
1211 sm->MaxRetrans = 5; /* RFC 3748: max 3-5 retransmissions suggested */
    [all...]
eap_wsc.c 469 sm->MaxRetrans = 2; /* total 3 attempts */

Completed in 747 milliseconds