Searched refs:psScheme (Results 1 - 9 of 9) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DqosMngr.c301 pQosMngr->acParams[acID].QtrafficParams.psScheme = PS_SCHEME_LEGACY;
1092 pQosMngr->acParams[acID].QtrafficParams.psScheme = pQosMngr->acParams[acID].currentWmeAcPsMode;
1382 if(pQtrafficParams->psScheme > MAX_PS_SCHEME)
1385 ("verifyAndConfigTrafficParams :Error trying to set invalid psScheme: %d param",pQtrafficParams->psScheme));
1415 switch (queueTrafficParams.psScheme)
1418 queueTrafficParams.psScheme = PS_SCHEME_LEGACY;
1421 queueTrafficParams.psScheme = PS_SCHEME_UPSD_TRIGGER;
1424 queueTrafficParams.psScheme = PS_SCHEME_LEGACY;
1427 queueTrafficParams.psScheme
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DqosMngr.c300 pQosMngr->acParams[acID].QtrafficParams.psScheme = PS_SCHEME_LEGACY;
1106 pQosMngr->acParams[acID].QtrafficParams.psScheme = pQosMngr->acParams[acID].currentWmeAcPsMode;
1273 if(pQtrafficParams->psScheme > MAX_PS_SCHEME)
1275 TRACE1(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "verifyAndConfigTrafficParams :Error trying to set invalid psScheme: %d param",pQtrafficParams->psScheme);
2011 pQosMngr->acParams[acID].QtrafficParams.psScheme = pQosMngr->acParams[acID].currentWmeAcPsMode;
2475 pQosMngr->acParams[acID].QtrafficParams.psScheme = pQosMngr->acParams[acID].currentWmeAcPsMode;
2680 pQosMngr->acParams[acID].QtrafficParams.psScheme = pQosMngr->acParams[acID].currentWmeAcPsMode;
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCfgIE.c821 pCfg->psScheme = pQtrafficParams->psScheme;
825 TRACE7(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "ID=%u: queue-id=%u, chan-type=%u, tsid=%u, ps-scheme=%u, apsd-1=0x%x, apsd-2=0x%x\n", pCfg->EleHdr.id, pCfg->queueID, pCfg->channelType, pCfg->tsid, pCfg->psScheme, pCfg->APSDConf[0], pCfg->APSDConf[1]);
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h757 UINT8 psScheme; member in struct:__anon227
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.c2274 pCfg->psScheme = pQtrafficParams->psScheme;
2279 ("%s queueID = 0x%x, channelType = 0x%x, tsid = 0x%x, psScheme = 0x%x\n",
2280 __FUNCTION__,pCfg->queueID,pCfg->channelType,pCfg->tsid,pCfg->psScheme));
H A DwhalHwCtrl.c2510 WLAN_REPORT_DEBUG_CONTROL(pHwCtrl->hReport,("whal_hwCtrl_TrafficConf : psScheme = 0x%x , ackPolicy %d APSDConf[0] = 0x%x ,APSDConf[1] = 0x%x\n",pQtrafficParams->psScheme,pQtrafficParams->ackPolicy,pQtrafficParams->APSDConf[0],pQtrafficParams->APSDConf[1]));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h1175 PSScheme_e psScheme; /* The power save scheme of the specified queue.*/ member in struct:__anon835
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_infoele.h1106 in the ACXTIDConfig_t structure we need only the fields psScheme, and one other field for AC id (queue? tsid?).
1120 PSScheme_e psScheme; /* The power save scheme of the specified queue.*/ member in struct:__anon1164
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h2096 TI_UINT8 psScheme; /**< The power save scheme of the specified queue. Refer to PSScheme_enum */ member in struct:__anon1377

Completed in 128 milliseconds