Home
last modified time | relevance | path

Searched refs:hw_name (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp498 char *hw_name = NULL; in wifi_initialize() local
678 hw_name = strstr(hw_ver_type, "HW:"); in wifi_initialize()
679 if (hw_name) { in wifi_initialize()
680 hw_name += strlen("HW:"); in wifi_initialize()
681 if (strncmp(hw_name, "QCA6174", 7) == 0) in wifi_initialize()