Searched refs:wifi_get_fw_path (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/libwifi_hal/
H A Ddriver_tool.cpp32 if (!wifi_get_fw_path(kFirmwareModeSta) &&
33 !wifi_get_fw_path(kFirmwareModeAp) &&
34 !wifi_get_fw_path(kFirmwareModeP2p)) {
60 return (wifi_get_fw_path(mode) != nullptr);
64 const char* fwpath = wifi_get_fw_path(mode);
H A Dwifi_hal_common.cpp194 const char *wifi_get_fw_path(int fw_type) { function
/frameworks/opt/net/wifi/libwifi_hal/include/hardware_legacy/
H A Dwifi.h53 const char *wifi_get_fw_path(int fw_type);

Completed in 2379 milliseconds