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

/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_hal.h82 typedef struct wifi_info *wifi_handle; typedef in typeref:struct:wifi_info
87 wifi_error wifi_initialize(wifi_handle *handle);
88 typedef void (*wifi_cleaned_up_handler) (wifi_handle handle);
89 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler);
90 void wifi_event_loop(wifi_handle handle);
143 wifi_error wifi_get_ifaces(wifi_handle handle, int *num_ifaces, wifi_interface_handle **ifaces);
145 wifi_interface_handle wifi_get_iface_handle(wifi_handle handle, char *name);
227 wifi_error (* wifi_initialize) (wifi_handle *);
228 void (* wifi_cleanup) (wifi_handle, wifi_cleaned_up_handler);
229 void (*wifi_event_loop)(wifi_handle);
[all...]

Completed in 60 milliseconds