Searched refs:CountryString (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
H A DregulatoryDomain.c554 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
567 os_memoryCopy(pRegulatoryDomain->hOs, (void*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
776 TRACE3(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "Country 2.4 =%c%c%c\n",pRegulatoryDomain->country24.countryIE.CountryString[0], pRegulatoryDomain->country24.countryIE.CountryString[1], pRegulatoryDomain->country24.countryIE.CountryString[2]);
804 TRACE3(pRegulatoryDomain->hReport, REPORT_SEVERITY_INFORMATION, "Country 5 =%c%c%c\n",pRegulatoryDomain->country5.countryIE.CountryString[0], pRegulatoryDomain->country5.countryIE.CountryString[1], pRegulatoryDomain->country5.countryIE.CountryString[2]);
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
H A Dcu_cmd.c1692 U8 CountryString[DOT11_COUNTRY_STRING_LEN+1]; local
1694 CountryString, DOT11_COUNTRY_STRING_LEN+1)) return;
1695 CountryString[DOT11_COUNTRY_STRING_LEN] = '\0';
1696 if (CountryString[0] == '\0')
1702 os_error_printf(CU_MSG_INFO2, (PS8)"802_11d Country for 2.4 GHz is %s \n", CountryString );
1711 os_memcpy( (PVOID)CountryWorld.countryIE.CountryString,(PVOID)"GB ", 3);
1730 U8 CountryString[DOT11_COUNTRY_STRING_LEN+1]; local
1733 CountryString, DOT11_COUNTRY_STRING_LEN+1)) return;
1735 CountryString[DOT11_COUNTRY_STRING_LEN] = '\0';
1736 if (CountryString[
[all...]
/hardware/ti/wlan/wl1271/utils/
H A D802_11Defs.h583 TI_UINT8 CountryString[DOT11_COUNTRY_STRING_LEN]; member in struct:__anon3147
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
H A Dtemplates.c556 os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN);
H A DmlmeParser.c1082 os_memoryCopy(pMlme->hOs,&(countryIE->countryIE.CountryString), pData+2, DOT11_COUNTRY_STRING_LEN);

Completed in 95 milliseconds