OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wifi_load_driver
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
wifi.h
29
int
wifi_load_driver
();
/frameworks/base/core/jni/
android_net_wifi_WifiNative.cpp
92
return (::
wifi_load_driver
() == 0);
/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
212
int
wifi_load_driver
()
function
Completed in 200 milliseconds