Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwificonfig.cpp301 mWaitforRsp = false; in WiFiConfigCommand()
337 mWaitforRsp = wait; in waitForRsp()
409 if (!res && (mWaitforRsp == true)) { in requestEvent()
419 __FUNCTION__, res, mWaitforRsp); in requestEvent()
Dwificonfigcommand.h54 bool mWaitforRsp; variable
Dwifiloggercmd.h82 bool mWaitforRsp; variable
Dwifilogger.cpp783 mWaitforRsp = false; in WifiLoggerCommand()
965 ALOGV("%s: Msg sent, res=%d, mWaitForRsp=%d", __FUNCTION__, res, mWaitforRsp); in requestEvent()
967 if (!res && (mWaitforRsp == true)) { in requestEvent()
977 __FUNCTION__, res, mWaitforRsp); in requestEvent()
1364 mWaitforRsp = wait; in waitForRsp()