Lines Matching defs:hapd_interfaces
43 struct hapd_interfaces { struct
48 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
51 int (*driver_init)(struct hostapd_iface *iface);
53 size_t count;
54 int global_ctrl_sock;
55 struct dl_list global_ctrl_dst;
56 char *global_iface_path;
57 char *global_iface_name;
59 gid_t ctrl_iface_group;
61 struct hostapd_iface **iface;
63 size_t terminate_on_error;
65 struct dynamic_iface *vlan_priv;
68 struct dl_list eth_p_oui; /* OUI Extended EtherType handlers */
70 int eloop_initialized;
73 struct dpp_global *dpp;