Home | History | Annotate | Download | only in RegulatoryDomain

Lines Matching refs:countryIE

271 			    /* Setting the CountryIE for every Band */
614 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, COUNTRY_STRING_LEN);
630 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, COUNTRY_STRING_LEN);
724 The function sets the local countryIE per band with the CountryIE
759 if (os_memoryCompare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE,
760 (void *)&pRegulatoryDomain->country24.countryIE, sizeof(countryIE_t)))
764 pRegulatoryDomain->country24.countryIE.CountryString, pCountry->countryIE.CountryString));
784 ("Country 2.4 =%c%c%c\n",pRegulatoryDomain->country24.countryIE.CountryString[0],
785 pRegulatoryDomain->country24.countryIE.CountryString[1],
786 pRegulatoryDomain->country24.countryIE.CountryString[2]));
793 if (os_memoryCompare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE,
794 (void *)&pRegulatoryDomain->country5.countryIE, sizeof(countryIE_t)))
798 pRegulatoryDomain->country5.countryIE.CountryString, pCountry->countryIE.CountryString));
818 ("Country 5 =%c%c%c\n",pRegulatoryDomain->country5.countryIE.CountryString[0],
819 pRegulatoryDomain->country5.countryIE.CountryString[1],
820 pRegulatoryDomain->country5.countryIE.CountryString[2]));
846 firstChannelNumInTriplet = pCountry->countryIE.tripletChannels[tripletChannelIndex].firstChannelNumber;
849 for (channelIndex=0; channelIndex<pCountry->countryIE.tripletChannels[tripletChannelIndex].numberOfChannels; channelIndex++)
868 DBM2DBMDIV10(pCountry->countryIE.tripletChannels[tripletChannelIndex].maxTxPowerLevel);