Home | History | Annotate | Download | only in RegulatoryDomain

Lines Matching refs:pSupportedChannels

741 	channelCapability_t *pSupportedChannels;
775 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
809 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
834 pSupportedChannels[channelIndex].channelValidityActive = FALSE;
835 pSupportedChannels[channelIndex].channelValidityPassive = FALSE;
836 pSupportedChannels[channelIndex].bChanneInCountryIe = FALSE;
837 pSupportedChannels[channelIndex].uMaxTxPowerDomain = MIN_TX_POWER;
862 pSupportedChannels[channelIndex4Band].bChanneInCountryIe = TRUE;
863 pSupportedChannels[channelIndex4Band].channelValidityPassive = TRUE;
864 pSupportedChannels[channelIndex4Band].channelValidityActive = TRUE;
867 pSupportedChannels[channelIndex4Band].uMaxTxPowerDomain =
872 channelNumber, pSupportedChannels[channelIndex4Band].uMaxTxPowerDomain));
898 channelCapability_t *pSupportedChannels;
912 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
917 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
922 && ((os_timeStampMs(pRegulatoryDomain->hOs)-pSupportedChannels[channelIndex].timestamp) >=CHANNEL_VALIDITY_TS_THRESHOLD ))
925 pSupportedChannels[channelIndex].channelValidityActive = FALSE;
931 return (pSupportedChannels[channelIndex].channelValidityActive);
961 channelCapability_t *pSupportedChannels;
978 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
983 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
988 if((pSupportedChannels[channelIndex].bChanneInCountryIe == FALSE) && (pRegulatoryDomain->regulatoryDomainEnabled == TRUE))
999 pSupportedChannels[channelIndex].channelValidityActive = channelValidity;
1139 channelCapability_t *pSupportedChannels;
1160 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1166 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1189 channelCapabilityRet->channelValidity = pSupportedChannels[channelIndex].channelValidityActive;
1215 channelCapabilityRet->channelValidity = pSupportedChannels[channelIndex].channelValidityPassive;
1223 && ((os_timeStampMs(pRegulatoryDomain->hOs)-pSupportedChannels[channelIndex].timestamp) >=CHANNEL_VALIDITY_TS_THRESHOLD ))
1226 pSupportedChannels[channelIndex].channelValidityActive = FALSE;
1246 channelCapability_t *pSupportedChannels;
1261 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1266 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1269 if((pSupportedChannels[channelIndex].bChanneInCountryIe == FALSE) && (pRegulatoryDomain->regulatoryDomainEnabled == TRUE))
1276 pSupportedChannels[channelIndex].timestamp = os_timeStampMs(pRegulatoryDomain->hOs);
1277 pSupportedChannels[channelIndex].channelValidityActive = TRUE;
1398 channelCapability_t *pSupportedChannels;
1403 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1408 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1413 uTxPower = pSupportedChannels[uChannelIndex].uMaxTxPowerDomain;
1443 channelCapability_t *pSupportedChannels;
1455 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_2_4;
1461 pSupportedChannels = pRegulatoryDomain->supportedChannels_band_5;
1467 if (pSupportedChannels[channelIndex].channelValidityPassive)