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

/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCfgIE.c819 pCfg->channelType = pQtrafficParams->channelType;
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.h754 UINT8 channelType; member in struct:__anon227
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
H A DqosMngr.c298 pQosMngr->acParams[acID].QtrafficParams.channelType = CHANNEL_TYPE_EDCF;
1362 if(pQtrafficParams->channelType > MAX_CHANNEL_TYPE)
1365 ("verifyAndConfigTrafficParams :Error trying to set invalid channelType: %d param",pQtrafficParams->channelType));
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.c2272 pCfg->channelType = pQtrafficParams->channelType;
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.c2507 WLAN_REPORT_DEBUG_CONTROL(pHwCtrl->hReport,(" whal_hwCtrl_TrafficConf: pQtrafficParams->aQueueId = 0x%x , pQtrafficParams->channelType %x pQtrafficParams->tsid %d pQtrafficParams->dot11EDCATableMSDULifeTime %d \n",
2508 pQtrafficParams->queueID,pQtrafficParams->channelType,pQtrafficParams->tsid,pQtrafficParams->dot11EDCATableMSDULifeTime));
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DqosMngr.c297 pQosMngr->acParams[acID].QtrafficParams.channelType = CHANNEL_TYPE_EDCF;
1256 if(pQtrafficParams->channelType > MAX_CHANNEL_TYPE)
1258 TRACE1(pQosMngr->hReport, REPORT_SEVERITY_ERROR, "verifyAndConfigTrafficParams :Error trying to set invalid channelType: %d param",pQtrafficParams->channelType);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h1169 uint8 channelType; /* Channel access type for the queue.*/ member in struct:__anon835
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_infoele.h1114 uint8 channelType; /* Channel access type for the queue.*/ member in struct:__anon1164
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h2091 TI_UINT8 channelType; /**< Channel access type for the queue Refer to ChannelType_enum */ member in struct:__anon1377

Completed in 165 milliseconds