summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/accounting.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-06-05 22:35:03 +0000
committersam <sam@FreeBSD.org>2005-06-05 22:35:03 +0000
commit21e78f430e299464b3c902bec78f8daa1f0e2e71 (patch)
treea7d225a062cd128980707f3fa918dec2d015c46b /contrib/hostapd/accounting.h
downloadFreeBSD-src-21e78f430e299464b3c902bec78f8daa1f0e2e71.zip
FreeBSD-src-21e78f430e299464b3c902bec78f8daa1f0e2e71.tar.gz
Stripped down import of hostapd v0.3.7
Diffstat (limited to 'contrib/hostapd/accounting.h')
-rw-r--r--contrib/hostapd/accounting.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/hostapd/accounting.h b/contrib/hostapd/accounting.h
new file mode 100644
index 0000000..8af3eac
--- /dev/null
+++ b/contrib/hostapd/accounting.h
@@ -0,0 +1,13 @@
+#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 */
OpenPOWER on IntegriCloud