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:
parent
df1e24aceb
commit
5843e1c9a6
6 changed files with 5 additions and 12 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue