<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:#000000;"><div>Hi,<br><br>I am testing my radius server with eapol_test that comes with the wpa_supplicant. <br><br>If
the radius server is down, I want the eapol_test to not give up trying
to talk to the radius server. So, i set the parameter
RADIUS_CLIENT_MAX_WAIT to 99999 seconds and the eapol_test timeout to
10000. But, still, it will stop just before the next client retransmit
that is in 48 seconds. Is there any other parameter that i should modify? thanks
for your help.<br><br>Following
is taken from src/radius/radius_client.c from wpa_supplicant.<br><br>/* Defaults for RADIUS retransmit values (exponential backoff) */<br>#define RADIUS_CLIENT_FIRST_WAIT 3 /* seconds */<br>#define RADIUS_CLIENT_MAX_WAIT<span style="font-weight: bold;"> 99999 </span>/* seconds */<br>#define RADIUS_CLIENT_MAX_RETRIES 10 /* maximum number of retransmit attempts<br>                                      * before entry is removed from retransmit<br>                                      * list */<br>#define RADIUS_CLIENT_MAX_ENTRIES 30 /* maximum number of entries in
 retransmit<br>                                      * list (oldest will be removed, if this<br>                                      * limit is exceeded) */<br>#define RADIUS_CLIENT_NUM_FAILOVER 4 /* try to change RADIUS server after this<br>                                      * many failed retry attempts */<br><br><br>Thanks,<br>RC.</div>
</div><br>

      </body></html>