Lines Matching refs:pFwRsp
428 pNanErrorRspMsg pFwRsp = \ in getNanResponse() local
430 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
431 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
437 pNanConfigurationRspMsg pFwRsp = \ in getNanResponse() local
439 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
440 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
446 pNanPublishServiceCancelRspMsg pFwRsp = \ in getNanResponse() local
448 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
449 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
452 pFwRsp->fwHeader.handle; in getNanResponse()
457 pNanPublishServiceRspMsg pFwRsp = \ in getNanResponse() local
459 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
460 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
463 pFwRsp->fwHeader.handle; in getNanResponse()
468 pNanSubscribeServiceRspMsg pFwRsp = \ in getNanResponse() local
470 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
471 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
474 pFwRsp->fwHeader.handle; in getNanResponse()
479 pNanSubscribeServiceCancelRspMsg pFwRsp = \ in getNanResponse() local
481 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
482 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
485 pFwRsp->fwHeader.handle; in getNanResponse()
490 pNanTransmitFollowupRspMsg pFwRsp = \ in getNanResponse() local
492 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
493 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
499 pNanStatsRspMsg pFwRsp = \ in getNanResponse() local
501 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
502 NanErrorTranslation((NanInternalStatusType)pFwRsp->statsRspParams.status, in getNanResponse()
503 pFwRsp->statsRspParams.value, pRsp, false); in getNanResponse()
506 (NanStatsType)pFwRsp->statsRspParams.statsType; in getNanResponse()
509 u8 *pInputTlv = pFwRsp->ptlv; in getNanResponse()
533 pNanEnableRspMsg pFwRsp = \ in getNanResponse() local
535 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
536 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
542 pNanDisableRspMsg pFwRsp = \ in getNanResponse() local
544 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
545 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, 0, pRsp, false); in getNanResponse()
551 pNanTcaRspMsg pFwRsp = \ in getNanResponse() local
553 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
554 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
560 pNanBeaconSdfPayloadRspMsg pFwRsp = \ in getNanResponse() local
562 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
563 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, 0, pRsp, false); in getNanResponse()
569 pNanCapabilitiesRspMsg pFwRsp = \ in getNanResponse() local
571 *id = (transaction_id)pFwRsp->fwHeader.transactionId; in getNanResponse()
572 NanErrorTranslation((NanInternalStatusType)pFwRsp->status, pFwRsp->value, pRsp, false); in getNanResponse()
575 pFwRsp->max_concurrent_nan_clusters; in getNanResponse()
577 pFwRsp->max_publishes; in getNanResponse()
579 pFwRsp->max_subscribes; in getNanResponse()
581 pFwRsp->max_service_name_len; in getNanResponse()
583 pFwRsp->max_match_filter_len; in getNanResponse()
585 pFwRsp->max_total_match_filter_len; in getNanResponse()
587 pFwRsp->max_service_specific_info_len; in getNanResponse()
589 pFwRsp->max_vsa_data_len; in getNanResponse()
591 pFwRsp->max_mesh_data_len; in getNanResponse()
593 pFwRsp->max_ndi_interfaces; in getNanResponse()
595 pFwRsp->max_ndp_sessions; in getNanResponse()
597 pFwRsp->max_app_info_len; in getNanResponse()
599 pFwRsp->max_queued_transmit_followup_msgs; in getNanResponse()
601 pFwRsp->ndp_supported_bands; in getNanResponse()
603 pFwRsp->cipher_suites_supported; in getNanResponse()
605 pFwRsp->max_scid_len; in getNanResponse()
607 pFwRsp->is_ndp_security_supported; in getNanResponse()
609 pFwRsp->max_sdea_service_specific_info_len; in getNanResponse()
611 pFwRsp->max_subscribe_address; in getNanResponse()
613 pFwRsp->ndpe_attr_supported; in getNanResponse()