Searched refs:qosOsParams (Results 1 – 2 of 2) sorted by relevance
1084 if((EAcTrfcType)pParamInfo->content.qosOsParams.acID > QOS_HIGHEST_AC_INDEX) in qosMngr_setParams()1086 …gr_setParams :Error trying to set invalid acId: %d param\n",pParamInfo->content.qosOsParams.acID); in qosMngr_setParams()1091 …heme_e)pParamInfo->content.qosOsParams.PSDeliveryProtocol != PS_SCHEME_LEGACY) && ((PSScheme_e)pPa… in qosMngr_setParams()1093 …ing to set invalid PSDeliveryProtocol: %d param\n",pParamInfo->content.qosOsParams.PSDeliveryProto… in qosMngr_setParams()1099 acID = (EAcTrfcType)pParamInfo->content.qosOsParams.acID; in qosMngr_setParams()1101 …if( (pParamInfo->content.qosOsParams.PSDeliveryProtocol != pQosMngr->acParams[acID].desiredWmeAcPs… in qosMngr_setParams()1114 pQosMngr->acParams[acID].msduLifeTimeParam = pParamInfo->content.qosOsParams.MaxLifeTime; in qosMngr_setParams()1121 …txCtrlParams_setAcMsduLifeTime(pQosMngr->hTxCtrl, acID, pParamInfo->content.qosOsParams.MaxLifeTim… in qosMngr_setParams()1125 …pQosMngr->acParams[acID].desiredWmeAcPsMode = (PSScheme_e) pParamInfo->content.qosOsParams.PSDeliv… in qosMngr_setParams()
773 OS_802_11_QOS_PARAMS qosOsParams; member