summaryrefslogtreecommitdiffstats
path: root/contrib/hostapd/ctrl_iface.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/ctrl_iface.h
downloadFreeBSD-src-21e78f430e299464b3c902bec78f8daa1f0e2e71.zip
FreeBSD-src-21e78f430e299464b3c902bec78f8daa1f0e2e71.tar.gz
Stripped down import of hostapd v0.3.7
Diffstat (limited to 'contrib/hostapd/ctrl_iface.h')
-rw-r--r--contrib/hostapd/ctrl_iface.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/hostapd/ctrl_iface.h b/contrib/hostapd/ctrl_iface.h
new file mode 100644
index 0000000..ef1a541
--- /dev/null
+++ b/contrib/hostapd/ctrl_iface.h
@@ -0,0 +1,9 @@
+#ifndef CTRL_IFACE_H
+#define CTRL_IFACE_H
+
+int hostapd_ctrl_iface_init(struct hostapd_data *hapd);
+void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd);
+void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level,
+ char *buf, size_t len);
+
+#endif /* CTRL_IFACE_H */
OpenPOWER on IntegriCloud