Home | History | Annotate | Download | only in RegulatoryDomain

Lines Matching refs:country5

596                    pParam->content.pCountry = &pRegulatoryDomain->country5;
630 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, COUNTRY_STRING_LEN);
794 (void *)&pRegulatoryDomain->country5.countryIE, sizeof(countryIE_t)))
798 pRegulatoryDomain->country5.countryIE.CountryString, pCountry->countryIE.CountryString));
815 os_memoryCopy(pRegulatoryDomain->hOs, (void*)&pRegulatoryDomain->country5, (void*)pCountry, sizeof(country_t));
818 ("Country 5 =%c%c%c\n",pRegulatoryDomain->country5.countryIE.CountryString[0],
819 pRegulatoryDomain->country5.countryIE.CountryString[1],
820 pRegulatoryDomain->country5.countryIE.CountryString[2]));