]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/hostapd/ctrl_iface.h
This commit was generated by cvs2svn to compensate for changes in r154180,
[FreeBSD/FreeBSD.git] / contrib / hostapd / ctrl_iface.h
1 #ifndef CTRL_IFACE_H
2 #define CTRL_IFACE_H
3
4 int hostapd_ctrl_iface_init(struct hostapd_data *hapd);
5 void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd);
6 void hostapd_ctrl_iface_send(struct hostapd_data *hapd, int level,
7                              char *buf, size_t len);
8
9 #endif /* CTRL_IFACE_H */