From 21e78f430e299464b3c902bec78f8daa1f0e2e71 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 5 Jun 2005 22:35:03 +0000 Subject: Stripped down import of hostapd v0.3.7 --- contrib/hostapd/ctrl_iface.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 contrib/hostapd/ctrl_iface.h (limited to 'contrib/hostapd/ctrl_iface.h') 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 */ -- cgit v1.1