Home | History | Annotate | Download | only in radius

Lines Matching refs:old

439 		struct hostapd_radius_server *next, *old;
440 old = conf->auth_server;
445 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
446 old->port);
450 old->timeouts++;
453 next = old + 1;
457 radius_change_server(radius, next, old,
463 struct hostapd_radius_server *next, *old;
464 old = conf->acct_server;
469 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
470 old->port);
475 old->timeouts++;
478 next = old + 1;
482 radius_change_server(radius, next, old,
853 * using new reply from the RADIUS server with an old request */