Lines Matching refs:pRsp
174 pNanPublishTerminatedIndMsg pRsp = (pNanPublishTerminatedIndMsg)mNanVendorEvent; in getNanPublishTerminated() local
175 event->publish_id = pRsp->fwHeader.handle; in getNanPublishTerminated()
176 event->reason = (NanStatusType)pRsp->reason; in getNanPublishTerminated()
188 pNanMatchIndMsg pRsp = (pNanMatchIndMsg)mNanVendorEvent; in getNanMatch() local
189 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
308 event->publish_subscribe_id = pRsp->fwHeader.handle; in getNanMatchExpired()
309 event->requestor_instance_id = pRsp->matchExpiredIndParams.matchHandle; in getNanMatchExpired()
321 pNanSubscribeTerminatedIndMsg pRsp = (pNanSubscribeTerminatedIndMsg)mNanVendorEvent; in getNanSubscribeTerminated() local
322 event->subscribe_id = pRsp->fwHeader.handle; in getNanSubscribeTerminated()
323 event->reason = (NanStatusType)pRsp->reason; in getNanSubscribeTerminated()
335 pNanFollowupIndMsg pRsp = (pNanFollowupIndMsg)mNanVendorEvent; in getNanFollowup() local
336 event->publish_subscribe_id = pRsp->fwHeader.handle; in getNanFollowup()
337 event->requestor_instance_id = pRsp->followupIndParams.matchHandle; in getNanFollowup()
338 event->dw_or_faw = pRsp->followupIndParams.window; in getNanFollowup()
340 u8 *pInputTlv = pRsp->ptlv; in getNanFollowup()
392 pNanEventIndMsg pRsp = (pNanEventIndMsg)mNanVendorEvent; in getNanDiscEngEvent() local
395 u8 *pInputTlv = pRsp->ptlv; in getNanDiscEngEvent()
463 pNanDisableIndMsg pRsp = (pNanDisableIndMsg)mNanVendorEvent; in getNanDisabled() local
464 event->reason = (NanStatusType)pRsp->reason; in getNanDisabled()
477 pNanTcaIndMsg pRsp = (pNanTcaIndMsg)mNanVendorEvent; in getNanTca() local
480 u8 *pInputTlv = pRsp->ptlv; in getNanTca()
531 pNanBeaconSdfPayloadIndMsg pRsp = (pNanBeaconSdfPayloadIndMsg)mNanVendorEvent; in getNanBeaconSdfPayload() local
534 u8 *pInputTlv = pRsp->ptlv; in getNanBeaconSdfPayload()
715 pNanFurtherAvailabilityChan pRsp = \ in getNanFurtherAvailabilityMap() local
720 (NanAvailDuration)(pRsp->entryCtrl.availIntDuration); in getNanFurtherAvailabilityMap()
721 pFac->mapid = pRsp->entryCtrl.mapId; in getNanFurtherAvailabilityMap()
722 pFac->class_val = pRsp->opClass; in getNanFurtherAvailabilityMap()
723 pFac->channel = pRsp->channel; in getNanFurtherAvailabilityMap()
725 &pRsp->availIntBitmap, in getNanFurtherAvailabilityMap()
733 NanStaParameter *pRsp) in getNanStaParameter() argument
766 mStaParam = pRsp; in getNanStaParameter()
791 pRsp->master_pref, pRsp->random_factor, in getNanStaParameter()
792 pRsp->hop_count, pRsp->beacon_transmit_time); in getNanStaParameter()