hostapd: Add global control interface
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
3776ac73b2
commit
c90fd48514
4 changed files with 236 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue