HomeSort by relevance Sort by last modified time
    Searched refs:pRsp (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_rsp.cpp 54 int NanCommand::getNanResponse(transaction_id *id, NanResponseMsg *pRsp)
56 if (mNanVendorEvent == NULL || pRsp == NULL) {
69 pRsp->status = (NanStatusType)pFwRsp->status;
70 pRsp->value = pFwRsp->value;
71 pRsp->response_type = NAN_RESPONSE_ERROR;
79 pRsp->status = (NanStatusType)pFwRsp->status;
80 pRsp->value = pFwRsp->value;
81 pRsp->response_type = NAN_RESPONSE_CONFIG;
89 pRsp->status = (NanStatusType)pFwRsp->status;
90 pRsp->value = pFwRsp->value
    [all...]
nan_ind.cpp 174 pNanPublishTerminatedIndMsg pRsp = (pNanPublishTerminatedIndMsg)mNanVendorEvent;
175 event->publish_id = pRsp->fwHeader.handle;
176 event->reason = (NanStatusType)pRsp->reason;
188 pNanMatchIndMsg pRsp = (pNanMatchIndMsg)mNanVendorEvent;
189 event->publish_subscribe_id = pRsp->fwHeader.handle;
190 event->requestor_instance_id = pRsp->matchIndParams.matchHandle;
191 event->match_occured_flag = pRsp->matchIndParams.matchOccuredFlag;
192 event->out_of_resource_flag = pRsp->matchIndParams.outOfResourceFlag;
194 u8 *pInputTlv = pRsp->ptlv;
307 pNanMatchExpiredIndMsg pRsp = (pNanMatchExpiredIndMsg)mNanVendorEvent
    [all...]
nancommand.h 39 int getNanResponse(transaction_id *id, NanResponseMsg *pRsp);
90 NanStatsResponse *pRsp);
118 int getNanStaParameter(wifi_interface_handle iface, NanStaParameter *pRsp);

Completed in 3726 milliseconds