GC wpa_supplicant 0.4.9
[dragonfly/port-amd64.git] / contrib / hostapd-0.4.9 / ctrl_iface.h
blobef1a541c94c8ea217581a7a7484b058f2dbc0517
1 #ifndef CTRL_IFACE_H
2 #define CTRL_IFACE_H
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);
9 #endif /* CTRL_IFACE_H */