Searched defs:pRsp (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_rsp.cpp346 NanResponseMsg *pRsp; local
352 pRsp = (NanResponseMsg*)pResponse;
355 pRsp->status = errorCodeTranslation[i].frameworkError;
356 strlcpy(pRsp->nan_error, errorCodeTranslation[i].nan_error, NAN_ERROR_STR_LEN);
365 strlcat(pRsp->nan_error, tlvInfo, sizeof(pRsp->nan_error));
370 pRsp->status = NAN_STATUS_INTERNAL_FAILURE;
371 strlcpy(pRsp->nan_error, "NAN Discovery engine failure", NAN_ERROR_STR_LEN);
373 ALOGD("%s: Status: %d Error Info[value %d]: %s", __FUNCTION__, pRsp->status, valueRcvd, pRsp
414 getNanResponse(transaction_id *id, NanResponseMsg *pRsp) argument
663 handleNanStatsResponse(NanStatsType stats_type, char *rspBuf, NanStatsResponse *pRsp, u32 message_len) argument
[all...]
H A Dnan_ind.cpp206 pNanPublishTerminatedIndMsg pRsp = (pNanPublishTerminatedIndMsg)mNanVendorEvent; local
207 event->publish_id = pRsp->fwHeader.handle;
208 NanErrorTranslation((NanInternalStatusType)pRsp->reason, 0,
221 pNanMatchIndMsg pRsp = (pNanMatchIndMsg)mNanVendorEvent; local
222 event->publish_subscribe_id = pRsp->fwHeader.handle;
223 event->requestor_instance_id = pRsp->matchIndParams.matchHandle;
224 event->match_occured_flag = pRsp->matchIndParams.matchOccuredFlag;
225 event->out_of_resource_flag = pRsp->matchIndParams.outOfResourceFlag;
227 u8 *pInputTlv = pRsp->ptlv;
377 pNanMatchExpiredIndMsg pRsp local
391 pNanSubscribeTerminatedIndMsg pRsp = (pNanSubscribeTerminatedIndMsg)mNanVendorEvent; local
406 pNanFollowupIndMsg pRsp = (pNanFollowupIndMsg)mNanVendorEvent; local
471 pNanEventIndMsg pRsp = (pNanEventIndMsg)mNanVendorEvent; local
542 pNanDisableIndMsg pRsp = (pNanDisableIndMsg)mNanVendorEvent; local
557 pNanTcaIndMsg pRsp = (pNanTcaIndMsg)mNanVendorEvent; local
611 pNanBeaconSdfPayloadIndMsg pRsp = (pNanBeaconSdfPayloadIndMsg)mNanVendorEvent; local
814 pNanFurtherAvailabilityChan pRsp = \\ local
831 getNanStaParameter(wifi_interface_handle iface, NanStaParameter *pRsp) argument
898 pNanSelfTransmitFollowupIndMsg pRsp = (pNanSelfTransmitFollowupIndMsg)mNanVendorEvent; local
1057 pNanFWRangeReqRecvdInd pRsp = (pNanFWRangeReqRecvdInd)mNanVendorEvent; local
1106 pNanFWRangeReportInd pRsp = (pNanFWRangeReportInd)mNanVendorEvent; local
[all...]

Completed in 166 milliseconds