Searched refs:pRsp (Results 1 – 3 of 3) sorted by relevance
54 int NanCommand::getNanResponse(transaction_id *id, NanResponseMsg *pRsp) in getNanResponse() argument56 if (mNanVendorEvent == NULL || pRsp == NULL) { in getNanResponse()69 pRsp->status = (NanStatusType)pFwRsp->status; in getNanResponse()70 pRsp->value = pFwRsp->value; in getNanResponse()71 pRsp->response_type = NAN_RESPONSE_ERROR; in getNanResponse()79 pRsp->status = (NanStatusType)pFwRsp->status; in getNanResponse()80 pRsp->value = pFwRsp->value; in getNanResponse()81 pRsp->response_type = NAN_RESPONSE_CONFIG; in getNanResponse()89 pRsp->status = (NanStatusType)pFwRsp->status; in getNanResponse()90 pRsp->value = pFwRsp->value; in getNanResponse()[all …]
174 pNanPublishTerminatedIndMsg pRsp = (pNanPublishTerminatedIndMsg)mNanVendorEvent; in getNanPublishTerminated() local175 event->publish_id = pRsp->fwHeader.handle; in getNanPublishTerminated()176 event->reason = (NanStatusType)pRsp->reason; in getNanPublishTerminated()188 pNanMatchIndMsg pRsp = (pNanMatchIndMsg)mNanVendorEvent; in getNanMatch() local189 event->publish_subscribe_id = pRsp->fwHeader.handle; in getNanMatch()190 event->requestor_instance_id = pRsp->matchIndParams.matchHandle; in getNanMatch()191 event->match_occured_flag = pRsp->matchIndParams.matchOccuredFlag; in getNanMatch()192 event->out_of_resource_flag = pRsp->matchIndParams.outOfResourceFlag; in getNanMatch()194 u8 *pInputTlv = pRsp->ptlv; in getNanMatch()307 pNanMatchExpiredIndMsg pRsp = (pNanMatchExpiredIndMsg)mNanVendorEvent; in getNanMatchExpired() local[all …]
39 int getNanResponse(transaction_id *id, NanResponseMsg *pRsp);90 NanStatsResponse *pRsp);118 int getNanStaParameter(wifi_interface_handle iface, NanStaParameter *pRsp);