hostapd / RADIUS Accounting More...
Go to the source code of this file.
Functions | |
void | accounting_sta_interim (struct hostapd_data *hapd, struct sta_info *sta) |
Send a interim STA accounting report. | |
void | accounting_sta_start (struct hostapd_data *hapd, struct sta_info *sta) |
Start STA accounting. | |
void | accounting_sta_stop (struct hostapd_data *hapd, struct sta_info *sta) |
Stop STA accounting. | |
int | accounting_init (struct hostapd_data *hapd) |
void | accounting_deinit (struct hostapd_data *hapd) |
int | accounting_reconfig (struct hostapd_data *hapd, struct hostapd_config *oldconf) |
hostapd / RADIUS Accounting
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
Alternatively, this software may be distributed under the terms of BSD license.
See README and COPYING for more details.
Definition in file accounting.h.
void accounting_deinit | ( | struct hostapd_data * | hapd | ) |
accounting_deinit: Deinitilize accounting : hostapd BSS data
Definition at line 502 of file accounting.c.
int accounting_init | ( | struct hostapd_data * | hapd | ) |
accounting_init: Initialize accounting : hostapd BSS data Returns: 0 on success, -1 on failure
Definition at line 482 of file accounting.c.
void accounting_sta_interim | ( | struct hostapd_data * | hapd, | |
struct sta_info * | sta | |||
) |
Send a interim STA accounting report.
hapd | hostapd BSS data | |
sta | The station |
Definition at line 380 of file accounting.c.
void accounting_sta_start | ( | struct hostapd_data * | hapd, | |
struct sta_info * | sta | |||
) |
Start STA accounting.
hapd | hostapd BSS data | |
sta | The station |
Definition at line 236 of file accounting.c.
void accounting_sta_stop | ( | struct hostapd_data * | hapd, | |
struct sta_info * | sta | |||
) |
Stop STA accounting.
hapd | hostapd BSS data | |
sta | The station |
Definition at line 393 of file accounting.c.