Searched defs:hostapd_iface (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h27 struct hostapd_iface;
31 int (*reload_config)(struct hostapd_iface *iface);
36 int (*cb)(struct hostapd_iface *iface,
38 int (*driver_init)(struct hostapd_iface *iface);
46 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
243 * struct hostapd_iface - hostapd per-interface data structure
245 struct hostapd_iface { struct
322 void (*scan_cb)(struct hostapd_iface *iface);
337 int (*cb)(struct hostapd_iface *ifac
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h27 struct hostapd_iface;
31 int (*reload_config)(struct hostapd_iface *iface);
36 int (*cb)(struct hostapd_iface *iface,
38 int (*driver_init)(struct hostapd_iface *iface);
46 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
243 * struct hostapd_iface - hostapd per-interface data structure
245 struct hostapd_iface { struct
322 void (*scan_cb)(struct hostapd_iface *iface);
337 int (*cb)(struct hostapd_iface *ifac
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h27 struct hostapd_iface;
31 int (*reload_config)(struct hostapd_iface *iface);
36 int (*cb)(struct hostapd_iface *iface,
38 int (*driver_init)(struct hostapd_iface *iface);
46 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
243 * struct hostapd_iface - hostapd per-interface data structure
245 struct hostapd_iface { struct
322 void (*scan_cb)(struct hostapd_iface *iface);
337 int (*cb)(struct hostapd_iface *ifac
[all...]

Completed in 424 milliseconds