aboutsummaryrefslogtreecommitdiff
path: root/contrib/hostapd/ctrl_iface.h
blob: ef1a541c94c8ea217581a7a7484b058f2dbc0517 (plain) (blame)
1
2
3
4
5
6
7
8
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 */