Home | History | Annotate | Download | only in RegulatoryDomain

Lines Matching refs:country24

585                     pParam->content.pCountry = &pRegulatoryDomain->country24;
614 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, COUNTRY_STRING_LEN);
760 (void *)&pRegulatoryDomain->country24.countryIE, sizeof(countryIE_t)))
764 pRegulatoryDomain->country24.countryIE.CountryString, pCountry->countryIE.CountryString));
781 os_memoryCopy(pRegulatoryDomain->hOs, (void*)&pRegulatoryDomain->country24, (void *)pCountry, sizeof(country_t));
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]));