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

/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCfgIE.c822 pCfg->APSDConf[0] = pQtrafficParams->APSDConf[0];
823 pCfg->APSDConf[1] = pQtrafficParams->APSDConf[1];
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/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.c2275 pCfg->APSDConf[0] = pQtrafficParams->APSDConf[0];
2276 pCfg->APSDConf[1] = pQtrafficParams->APSDConf[1];
2283 ("APSDConf[0] = 0x%x, APSDConf[1] = 0x%x, len = 0x%x\n",
2284 pCfg->APSDConf[0],pCfg->APSDConf[0],pCfg->EleHdr.len));
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/inc/
H A DcommonTypes.h759 UINT32 APSDConf[2]; member in struct:__anon227
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DqosMngr.c303 pQosMngr->acParams[acID].QtrafficParams.APSDConf[0] = 0;
304 pQosMngr->acParams[acID].QtrafficParams.APSDConf[1] = 0;
1392 if(pQtrafficParams->APSDConf > MAX_APSD_CONF)
1395 ("verifyAndConfigTrafficParams :Error trying to set invalid APSDConf: %d param",pQtrafficParams->APSDConf));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h1179 uint32 APSDConf[2]; /* Not supported in this version !!!*/ member in struct:__anon835
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_infoele.h1124 uint32 APSDConf[2]; /* Not supported in this version !!!*/ member in struct:__anon1164
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DqosMngr.c302 pQosMngr->acParams[acID].QtrafficParams.APSDConf[0] = 0;
303 pQosMngr->acParams[acID].QtrafficParams.APSDConf[1] = 0;
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h2098 TI_UINT32 APSDConf[2]; /**< APSD Configuration */ member in struct:__anon1377

Completed in 1056 milliseconds