Move acct_interim_interval away from RADIUS client configuration

This is not used at all inside RADIUS client and as such, it belongs
into hostapd configuration.
This commit is contained in:
Jouni Malinen 2009-11-28 23:03:20 +02:00
parent df1e24aceb
commit 5843e1c9a6
6 changed files with 5 additions and 12 deletions

View file

@ -166,13 +166,6 @@ struct hostapd_radius_servers {
*/
int retry_primary_interval;
/**
* acct_interim_interval - Interim accounting update interval
*
* This parameter is not used inside RADIUS client code.
*/
int acct_interim_interval;
/**
* msg_dumps - Whether RADIUS message details are shown in stdout
*/