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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h26 struct hostapd_iface;
29 int (*reload_config)(struct hostapd_iface *iface);
34 int (*cb)(struct hostapd_iface *iface,
36 int (*driver_init)(struct hostapd_iface *iface);
45 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
256 * struct hostapd_iface - hostapd per-interface data structure
258 struct hostapd_iface { struct
365 void (*scan_cb)(struct hostapd_iface *iface);
371 int (*cb)(struct hostapd_iface *ifac
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h26 struct hostapd_iface;
29 int (*reload_config)(struct hostapd_iface *iface);
34 int (*cb)(struct hostapd_iface *iface,
36 int (*driver_init)(struct hostapd_iface *iface);
45 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
256 * struct hostapd_iface - hostapd per-interface data structure
258 struct hostapd_iface { struct
365 void (*scan_cb)(struct hostapd_iface *iface);
371 int (*cb)(struct hostapd_iface *ifac
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h26 struct hostapd_iface;
29 int (*reload_config)(struct hostapd_iface *iface);
34 int (*cb)(struct hostapd_iface *iface,
36 int (*driver_init)(struct hostapd_iface *iface);
45 struct hostapd_iface **iface;
99 struct hostapd_iface *iface;
256 * struct hostapd_iface - hostapd per-interface data structure
258 struct hostapd_iface { struct
365 void (*scan_cb)(struct hostapd_iface *iface);
371 int (*cb)(struct hostapd_iface *ifac
[all...]

Completed in 79 milliseconds