Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_services.c93 struct htc_service_connect_resp *pConnectResp) in htc_connect_service() argument
265 pConnectResp->ConnectRespCode = rsp_msg_status; in htc_connect_service()
287 if ((pConnectResp->pMetaData) && in htc_connect_service()
295 min((int)pConnectResp->BufferLength, in htc_connect_service()
298 qdf_mem_copy(pConnectResp->pMetaData, in htc_connect_service()
303 pConnectResp->ActualLength = copyLength; in htc_connect_service()
331 pConnectResp->Endpoint = assignedEndpoint; in htc_connect_service()
332 pConnectResp->MaxMsgLength = maxMsgSize; in htc_connect_service()