Home
last modified time | relevance | path

Searched defs:hapd_interfaces (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h43 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;
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h47 struct hapd_interfaces { struct
52 int (*for_each_interface)(struct hapd_interfaces *interfaces, argument
55 int (*driver_init)(struct hostapd_iface *iface);
57 size_t count;
58 int global_ctrl_sock;
59 struct dl_list global_ctrl_dst;
60 char *global_iface_path;
61 char *global_iface_name;
63 gid_t ctrl_iface_group;
65 struct hostapd_iface **iface;
[all …]