Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwificonfigcommand.h53 bool mWaitforRsp; variable
Dwificonfig.cpp444 mWaitforRsp = false; in WiFiConfigCommand()
479 mWaitforRsp = wait; in waitForRsp()
558 if (mWaitforRsp == true) { in requestEvent()
567 __FUNCTION__, res, mWaitforRsp); in requestEvent()
Dwifiloggercmd.h85 bool mWaitforRsp; variable
Dwifilogger.cpp792 mWaitforRsp = false; in WifiLoggerCommand()
986 ALOGV("%s: Msg sent, status=%d, mWaitForRsp=%d", __FUNCTION__, status, mWaitforRsp); in requestEvent()
988 if (!status && (mWaitforRsp == true)) { in requestEvent()
997 __FUNCTION__, res, mWaitforRsp); in requestEvent()
1378 mWaitforRsp = wait; in waitForRsp()