Home
last modified time | relevance | path

Searched refs:VoiceDeliveryProtocol (Results 1 – 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
DqosMngr.c1033 …pParamInfo->content.qosOsParams.VoiceDeliveryProtocol != TRUE) && (pParamInfo->content.qosOsParams… in qosMngr_setParams()
1036 … invalid VoiceDeliveryProtocol: %d param",pParamInfo->content.qosOsParams.VoiceDeliveryProtocol)); in qosMngr_setParams()
1041 …if((pParamInfo->content.qosOsParams.VoiceDeliveryProtocol == TRUE) && ((PSScheme_e)pParamInfo->con… in qosMngr_setParams()
1049 …if((pParamInfo->content.qosOsParams.VoiceDeliveryProtocol == TRUE) && ((acTrfcType_e)pParamInfo->c… in qosMngr_setParams()
1069 if (pParamInfo->content.qosOsParams.VoiceDeliveryProtocol == FALSE) in qosMngr_setParams()
1071 pParamInfo->content.qosOsParams.VoiceDeliveryProtocol = PS_SCHEME_LEGACY; in qosMngr_setParams()
1073 if (pParamInfo->content.qosOsParams.VoiceDeliveryProtocol == TRUE) in qosMngr_setParams()
1075 pParamInfo->content.qosOsParams.VoiceDeliveryProtocol = PS_SCHEME_LEGACY_PSPOLL; in qosMngr_setParams()
1101 pQosMngr->desiredVoiceDeliveryProtocol = pParamInfo->content.qosOsParams.VoiceDeliveryProtocol; in qosMngr_setParams()
1104 ….content.txDataQosParams.acTrfcCtrl.PsMode = pParamInfo->content.qosOsParams.VoiceDeliveryProtocol; in qosMngr_setParams()
[all …]
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
DtiQosTypes.h88 tiUINT32 VoiceDeliveryProtocol; member
/system/wlan/ti/wilink_6_1/utils/
DtiQosTypes.h159 TI_UINT32 VoiceDeliveryProtocol; member
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dcu_cmd.c1693 pQosParams.VoiceDeliveryProtocol=0; in cmd_set_qos_params()
1698 pQosParams.VoiceDeliveryProtocol=parm[5].value; in cmd_set_qos_params()
1704 pQosParams.VoiceDeliveryProtocol = 0; in cmd_set_qos_params()
1707 if ((pQosParams.VoiceDeliveryProtocol == 1) && (pQosParams.PSDeliveryProtocol == 1)) in cmd_set_qos_params()
1709 pQosParams.VoiceDeliveryProtocol = 1; in cmd_set_qos_params()
1720 pQosParams.VoiceDeliveryProtocol, in cmd_set_qos_params()