Home | History | Annotate | Download | only in AirLink_Managment

Lines Matching refs:pSupportedChannels

734 	channelCapability_t *pSupportedChannels;
765 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
793 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
815 pSupportedChannels[channelIndex].channelValidityActive = TI_FALSE;
816 pSupportedChannels[channelIndex].channelValidityPassive = TI_FALSE;
817 pSupportedChannels[channelIndex].bChanneInCountryIe = TI_FALSE;
818 pSupportedChannels[channelIndex].uMaxTxPowerDomain = MIN_TX_POWER;
841 pSupportedChannels[channelIndex4Band].bChanneInCountryIe = TI_TRUE;
842 pSupportedChannels[channelIndex4Band].channelValidityPassive = TI_TRUE;
843 pSupportedChannels[channelIndex4Band].channelValidityActive = TI_TRUE;
846 pSupportedChannels[channelIndex4Band].uMaxTxPowerDomain =
849 TRACE2(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "channel = %d uMaxTxPowerDomain=%d\n", channelNumber, pSupportedChannels[channelIndex4Band].uMaxTxPowerDomain);
875 channelCapability_t *pSupportedChannels;
889 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
900 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
905 && ((os_timeStampMs(pRegulatoryDomain->hOs)-pSupportedChannels[channelIndex].timestamp) >=CHANNEL_VALIDITY_TS_THRESHOLD ))
908 pSupportedChannels[channelIndex].channelValidityActive = TI_FALSE;
913 return (pSupportedChannels[channelIndex].channelValidityActive);
943 channelCapability_t *pSupportedChannels;
959 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
964 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
969 if((pSupportedChannels[channelIndex].bChanneInCountryIe == TI_FALSE) && (pRegulatoryDomain->regulatoryDomainEnabled == TI_TRUE))
978 pSupportedChannels[channelIndex].channelValidityActive = channelValidity;
1110 channelCapability_t *pSupportedChannels;
1130 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1142 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1175 channelCapabilityRet->channelValidity = pSupportedChannels[channelIndex].channelValidityActive;
1202 channelCapabilityRet->channelValidity = pSupportedChannels[channelIndex].channelValidityPassive;
1210 && ((os_timeStampMs(pRegulatoryDomain->hOs)-pSupportedChannels[channelIndex].timestamp) >=CHANNEL_VALIDITY_TS_THRESHOLD ))
1213 pSupportedChannels[channelIndex].channelValidityActive = TI_FALSE;
1227 channelCapability_t *pSupportedChannels;
1242 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1253 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1256 if((pSupportedChannels[channelIndex].bChanneInCountryIe == TI_FALSE) && (pRegulatoryDomain->regulatoryDomainEnabled == TI_TRUE))
1262 pSupportedChannels[channelIndex].timestamp = os_timeStampMs(pRegulatoryDomain->hOs);
1263 pSupportedChannels[channelIndex].channelValidityActive = TI_TRUE;
1399 channelCapability_t *pSupportedChannels;
1404 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1409 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1414 uTxPower = pSupportedChannels[uChannelIndex].uMaxTxPowerDomain;
1442 channelCapability_t *pSupportedChannels;
1454 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1460 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1466 if (pSupportedChannels[channelIndex].channelValidityPassive)