hostapd: Add global control interface

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Shan Palanisamy 2011-12-20 17:10:47 +02:00 committed by Jouni Malinen
parent 3776ac73b2
commit c90fd48514
4 changed files with 236 additions and 2 deletions

View file

@ -35,6 +35,9 @@ struct hapd_interfaces {
void *ctx), void *ctx);
size_t count;
int global_ctrl_sock;
char *global_iface_path;
char *global_iface_name;
struct hostapd_iface **iface;
};