HomeSort by relevance Sort by last modified time
    Searched full:wifi_load_driver (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 29 int wifi_load_driver();
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 279 if ((rv = wifi_load_driver()) != 0) {
280 testPrintE("CPU: %i wifi_load_driver() failed, rv: %i\n",
284 testPrintI("CPU: %i wifi_load_driver succeeded", cpu);
338 if ((rv = wifi_load_driver()) != 0) {
  /hardware/libhardware_legacy/wifi/
wifi.c 230 int wifi_load_driver() function
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 95 return (::wifi_load_driver() == 0);
    [all...]

Completed in 166 milliseconds