Searched refs:mWaitforRsp (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | wificonfigcommand.h | 52 bool mWaitforRsp; variable
|
D | wifiloggercmd.h | 84 bool mWaitforRsp; variable
|
D | wificonfig.cpp | 670 mWaitforRsp = false; in WiFiConfigCommand() 705 mWaitforRsp = wait; in waitForRsp() 789 if (mWaitforRsp == true) { in requestEvent() 798 __FUNCTION__, res, mWaitforRsp); in requestEvent()
|
D | wifilogger.cpp | 793 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() 1325 mWaitforRsp = wait; in waitForRsp()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | wificonfigcommand.h | 88 bool mWaitforRsp; variable
|
D | wifiloggercmd.h | 84 bool mWaitforRsp; variable
|
D | wifilogger.cpp | 840 mWaitforRsp = false; in WifiLoggerCommand() 1035 ALOGV("%s: Msg sent, status=%d, mWaitForRsp=%d", __FUNCTION__, status, mWaitforRsp); in requestEvent() 1037 if (!status && (mWaitforRsp == true)) { in requestEvent() 1046 __FUNCTION__, res, mWaitforRsp); in requestEvent() 1374 mWaitforRsp = wait; in waitForRsp()
|
D | wificonfig.cpp | 868 mWaitforRsp = false; in WiFiConfigCommand() 903 mWaitforRsp = wait; in waitForRsp() 987 if (mWaitforRsp == true) { in requestEvent() 996 __FUNCTION__, res, mWaitforRsp); in requestEvent()
|