Searched defs:hapd_interfaces (Results 1 – 1 of 1) sorted by relevance
50 struct hapd_interfaces { struct55 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument58 int (*driver_init)(struct hostapd_iface *iface);60 size_t count;61 int global_ctrl_sock;62 struct dl_list global_ctrl_dst;63 char *global_iface_path;64 char *global_iface_name;66 gid_t ctrl_iface_group;68 struct hostapd_iface **iface;[all …]