Home | History | Annotate | Download | only in AirLink_Managment

Lines Matching refs:TI_UINT8

94 static void regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel);
96 static void regulatoryDomain_buildDefaultListOfChannelsPerBand(regulatoryDomain_t *pRegulatoryDomain, ERadioBand band, TI_UINT8 *listSize);
100 static TI_BOOL regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel);
107 static TI_UINT8 regulatoryDomain_getMaxPowerAllowed(regulatoryDomain_t *pRegulatoryDomain,
108 TI_UINT8 uChannel,
279 TI_UINT8 uNewPowerConstraint = DBM2DBMDIV10(pParam->content.powerConstraint);
297 TI_UINT8 uNewTPC = DBM2DBMDIV10(pParam->content.ExternTxPowerPreferred);
404 TRACE_INFO_HEX(pRegulatoryDomain->hReport, (TI_UINT8*)pParam->content.pCountry, sizeof(TCountry));
423 pRegulatoryDomain->minDFS_channelNum = (TI_UINT8)pParam->content.DFS_ChannelRange.minDFS_channelNum;
424 pRegulatoryDomain->maxDFS_channelNum = (TI_UINT8)pParam->content.DFS_ChannelRange.maxDFS_channelNum;
738 TI_UINT8 channelIndex;
739 TI_UINT8 tripletChannelIndex, tripletChannelCnt;
740 TI_UINT8 channelStep, numberOfChannels, minChannelNumber, maxChannelNumber;
828 TI_UINT8 firstChannelNumInTriplet;
841 TI_UINT8 channelIndex4Band;
875 static TI_BOOL regulatoryDomain_isChannelSupprted(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel)
877 TI_UINT8 channelIndex;
947 TI_UINT8 channelIndex;
1008 TI_UINT8 channelIndex;
1009 TI_UINT8 channelMask;
1055 TI_UINT8 channelIndexInBand5;
1114 TI_UINT8 channelIndex;
1227 static void regulatoryDomain_updateChannelsTs(regulatoryDomain_t *pRegulatoryDomain, TI_UINT8 channel)
1229 TI_UINT8 channelIndex;
1288 TI_UINT8 uCurrChannel, uNewTxPower;
1413 static TI_UINT8 regulatoryDomain_getMaxPowerAllowed(regulatoryDomain_t *pRegulatoryDomain,
1414 TI_UINT8 uChannel,
1419 TI_UINT8 uChannelIndex, uTxPower;
1457 static void regulatoryDomain_buildDefaultListOfChannelsPerBand(regulatoryDomain_t *pRegulatoryDomain, ERadioBand band, TI_UINT8 *listSize)
1459 TI_UINT8 channelIndex;
1460 TI_UINT8 numberOfChannels, minChannelNumber;
1462 TI_UINT8 maxSupportedChannels=0;
1509 TI_UINT8 i;
1544 TI_UINT8 channelNum;