Lines Matching defs:hapd_interfaces
32 struct hapd_interfaces { struct
37 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
40 int (*driver_init)(struct hostapd_iface *iface);
42 size_t count;
43 int global_ctrl_sock;
44 struct dl_list global_ctrl_dst;
45 char *global_iface_path;
46 char *global_iface_name;
48 gid_t ctrl_iface_group;
50 struct hostapd_iface **iface;
52 size_t terminate_on_error;
54 struct dynamic_iface *vlan_priv;
57 struct dl_list eth_p_oui; /* OUI Extended EtherType handlers */
59 int eloop_initialized;