|
wpa_supplicant / hostapd
2.5
|
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... | |
hostapd / RADIUS Accounting
| void accounting_deinit | ( | struct hostapd_data * | hapd | ) |
accounting_deinit: Deinitialize accounting
| hapd | hostapd BSS data |
| int accounting_init | ( | struct hostapd_data * | hapd | ) |
accounting_init: Initialize accounting
| hapd | hostapd BSS data |
| void accounting_sta_start | ( | struct hostapd_data * | hapd, |
| struct sta_info * | sta | ||
| ) |
Start STA accounting.
| hapd | hostapd BSS data |
| sta | The station |
| void accounting_sta_stop | ( | struct hostapd_data * | hapd, |
| struct sta_info * | sta | ||
| ) |
Stop STA accounting.
| hapd | hostapd BSS data |
| sta | The station |
1.8.6