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

/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_hal.h51 typedef wifi_info *wifi_handle; typedef
57 wifi_error wifi_initialize(wifi_handle *handle);
58 typedef void (*wifi_cleaned_up_handler) (wifi_handle handle);
59 void wifi_cleanup(wifi_handle handle, wifi_cleaned_up_handler handler);
60 void wifi_event_loop(wifi_handle handle);
105 wifi_error wifi_get_ifaces(wifi_handle handle, int *num_ifaces, wifi_interface_handle **ifaces);

Completed in 423 milliseconds