wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
accounting.h File Reference

hostapd / RADIUS Accounting More...

Go to the source code of this file.

Functions

void accounting_sta_get_id (struct hostapd_data *hapd, struct sta_info *sta)
 
void accounting_sta_start (struct hostapd_data *hapd, struct sta_info *sta)
 Start STA accounting. More...
 
void accounting_sta_stop (struct hostapd_data *hapd, struct sta_info *sta)
 Stop STA accounting. More...
 
int accounting_init (struct hostapd_data *hapd)
 accounting_init: Initialize accounting More...
 
void accounting_deinit (struct hostapd_data *hapd)
 accounting_deinit: Deinitialize accounting More...
 

Detailed Description

hostapd / RADIUS Accounting

Function Documentation

void accounting_deinit ( struct hostapd_data hapd)

accounting_deinit: Deinitialize accounting

Parameters
hapdhostapd BSS data
int accounting_init ( struct hostapd_data hapd)

accounting_init: Initialize accounting

Parameters
hapdhostapd BSS data
Returns
0 on success, -1 on failure
void accounting_sta_start ( struct hostapd_data hapd,
struct sta_info sta 
)

Start STA accounting.

Parameters
hapdhostapd BSS data
staThe station
void accounting_sta_stop ( struct hostapd_data hapd,
struct sta_info sta 
)

Stop STA accounting.

Parameters
hapdhostapd BSS data
staThe station