]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/hostapd/accounting.h
Document the undocumented change in OpenBSD: the ${raisechar}
[FreeBSD/FreeBSD.git] / contrib / hostapd / accounting.h
1 #ifndef ACCOUNTING_H
2 #define ACCOUNTING_H
3
4
5 void accounting_sta_start(hostapd *hapd, struct sta_info *sta);
6 void accounting_sta_interim(hostapd *hapd, struct sta_info *sta);
7 void accounting_sta_stop(hostapd *hapd, struct sta_info *sta);
8 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
9 int accounting_init(hostapd *hapd);
10 void accounting_deinit(hostapd *hapd);
11
12
13 #endif /* ACCOUNTING_H */