1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/contrib/hostapd/accounting.h
2005-06-05 22:35:03 +00:00

14 lines
417 B
C

#ifndef ACCOUNTING_H
#define ACCOUNTING_H
void accounting_sta_start(hostapd *hapd, struct sta_info *sta);
void accounting_sta_interim(hostapd *hapd, struct sta_info *sta);
void accounting_sta_stop(hostapd *hapd, struct sta_info *sta);
void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
int accounting_init(hostapd *hapd);
void accounting_deinit(hostapd *hapd);
#endif /* ACCOUNTING_H */