Searched defs:hapd_interfaces (Results 1 – 1 of 1) sorted by relevance
39 struct hapd_interfaces { struct44 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument47 int (*driver_init)(struct hostapd_iface *iface);49 size_t count;50 int global_ctrl_sock;51 struct dl_list global_ctrl_dst;52 char *global_iface_path;53 char *global_iface_name;55 gid_t ctrl_iface_group;57 struct hostapd_iface **iface;[all …]