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 - 5
of
5
) sorted by null
/hardware/libhardware_legacy/include/hardware_legacy/
wifi.h
29
int
wifi_load_driver
();
/system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c
280
if ((rv =
wifi_load_driver
()) != 0) {
281
testPrintE("CPU: %i
wifi_load_driver
() failed, rv: %i\n",
285
testPrintI("CPU: %i
wifi_load_driver
succeeded", cpu);
339
if ((rv =
wifi_load_driver
()) != 0) {
/hardware/libhardware_legacy/wifi/
wifi.c
254
int
wifi_load_driver
()
function
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp
481
ret = (wifi_error)
wifi_load_driver
();
[
all
...]
/frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp
117
return (::
wifi_load_driver
() == 0);
[
all
...]
Completed in 1303 milliseconds