Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwificonfigcommand.h52 bool mWaitforRsp; variable
Dwificonfig.cpp555 mWaitforRsp = false; in WiFiConfigCommand()
590 mWaitforRsp = wait; in waitForRsp()
669 if (mWaitforRsp == true) { in requestEvent()
678 __FUNCTION__, res, mWaitforRsp); in requestEvent()
Dwifiloggercmd.h84 bool mWaitforRsp; variable
Dwifilogger.cpp793 mWaitforRsp = false; in WifiLoggerCommand()
987 ALOGV("%s: Msg sent, status=%d, mWaitForRsp=%d", __FUNCTION__, status, mWaitforRsp); in requestEvent()
989 if (!status && (mWaitforRsp == true)) { in requestEvent()
998 __FUNCTION__, res, mWaitforRsp); in requestEvent()
1376 mWaitforRsp = wait; in waitForRsp()