OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fwpath
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/net/wifi/libwifi_hal/include/hardware_legacy/
wifi.h
58
int wifi_change_fw_path(const char *
fwpath
);
/frameworks/opt/net/wifi/libwifi_hal/
driver_tool.cpp
64
const char*
fwpath
= wifi_get_fw_path(mode);
local
65
if (!
fwpath
) {
68
if (wifi_change_fw_path(
fwpath
) != 0) {
wifi_hal_common.cpp
212
int wifi_change_fw_path(const char *
fwpath
) {
217
if (!
fwpath
) return ret;
223
len = strlen(
fwpath
) + 1;
224
if (TEMP_FAILURE_RETRY(write(fd,
fwpath
, len)) != len) {
Android.mk
50
wifi_hal_cflags += -DWIFI_DRIVER_FW_PATH_PARAM=\"/sys/module/wlan/parameters/
fwpath
\"
/device/google/wahoo/
init.hardware.rc
484
chown wifi wifi /sys/module/wlan/parameters/
fwpath
/system/sepolicy/prebuilts/api/26.0/private/
file_contexts
463
/sys/module/wlan/parameters/
fwpath
u:object_r:sysfs_wlan_fwpath:s0
Completed in 127 milliseconds