Searched refs:fwpath (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/libwifi_hal/include/hardware_legacy/
H A Dwifi.h58 int wifi_change_fw_path(const char *fwpath);
/frameworks/opt/net/wifi/libwifi_hal/
H A Ddriver_tool.cpp64 const char* fwpath = wifi_get_fw_path(mode); local
65 if (!fwpath) {
68 if (wifi_change_fw_path(fwpath) != 0) {
H A Dwifi_hal_common.cpp206 int wifi_change_fw_path(const char *fwpath) { argument
211 if (!fwpath) return ret;
217 len = strlen(fwpath) + 1;
218 if (TEMP_FAILURE_RETRY(write(fd, fwpath, len)) != len) {
H A DAndroid.mk50 wifi_hal_cflags += -DWIFI_DRIVER_FW_PATH_PARAM=\"/sys/module/wlan/parameters/fwpath\"

Completed in 332 milliseconds