eapol_test retransmits 10 times
R C
rc_work
Mon Mar 15 13:21:02 PDT 2010
Hi,
My eapol_test retransmits 10 times even though i set the
RADIUS_CLIENT_MAX_RETRIES to 0. How can i avoid it retransmitting 10
times? It retransmits 10 times totally, once every 3 seconds. Following is taken from src/radius/radius_client.c from wpa_supplicant.
________________________________
/* Defaults for RADIUS retransmit values (exponential backoff) */
#define RADIUS_CLIENT_FIRST_WAIT 3 /* seconds */
#define RADIUS_CLIENT_MAX_WAIT 120 /* seconds */
#define RADIUS_CLIENT_MAX_RETRIES 0 /* maximum number of retransmit attempts
* before entry is removed from retransmit
* list */
#define RADIUS_CLIENT_MAX_ENTRIES 0 /* maximum number of entries in retransmit
* list (oldest will be removed, if this
* limit is exceeded) */
#define RADIUS_CLIENT_NUM_FAILOVER 4 /* try to change RADIUS server after this
* many failed retry attempts */
________________________________
thanks,
rc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.shmoo.com/pipermail/hostap/attachments/20100315/1498d32f/attachment.htm
More information about the Hostap
mailing list