Home
last modified time | relevance | path

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

/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifi_hal.cpp3142 u32 mVendorCmds[256]; member in GetSupportedVendorCmd
3149 memset(mVendorCmds, 0, 256); in GetSupportedVendorCmd()
3183 mVendorCmds[i] = vinfo->subcmd; in handleResponse()
3197 if (cmdId == mVendorCmds[i]) { in isVendorCmdSupported()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifi_hal.cpp3260 u32 mVendorCmds[256]; member in GetSupportedVendorCmd
3267 memset(mVendorCmds, 0, 256); in GetSupportedVendorCmd()
3301 mVendorCmds[i] = vinfo->subcmd; in handleResponse()
3315 if (cmdId == mVendorCmds[i]) { in isVendorCmdSupported()