summaryrefslogtreecommitdiff
path: root/polux/application/hostapd/ctrl_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'polux/application/hostapd/ctrl_iface.h')
-rw-r--r--polux/application/hostapd/ctrl_iface.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/polux/application/hostapd/ctrl_iface.h b/polux/application/hostapd/ctrl_iface.h
new file mode 100644
index 0000000000..ef1a541c94
--- /dev/null
+++ b/polux/application/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 */