/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/ |
D | regulatoryDomain.c | 614 …id*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, C… in regulatoryDomain_getParam() 630 …oid*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, C… in regulatoryDomain_getParam() 759 if (os_memoryCompare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE, in setSupportedChannelsAccording2CountryIe() 760 (void *)&pRegulatoryDomain->country24.countryIE, sizeof(countryIE_t))) in setSupportedChannelsAccording2CountryIe() 764 pRegulatoryDomain->country24.countryIE.CountryString, pCountry->countryIE.CountryString)); in setSupportedChannelsAccording2CountryIe() 784 … ("Country 2.4 =%c%c%c\n",pRegulatoryDomain->country24.countryIE.CountryString[0], in setSupportedChannelsAccording2CountryIe() 785 pRegulatoryDomain->country24.countryIE.CountryString[1], in setSupportedChannelsAccording2CountryIe() 786 pRegulatoryDomain->country24.countryIE.CountryString[2])); in setSupportedChannelsAccording2CountryIe() 793 if (os_memoryCompare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE, in setSupportedChannelsAccording2CountryIe() 794 (void *)&pRegulatoryDomain->country5.countryIE, sizeof(countryIE_t))) in setSupportedChannelsAccording2CountryIe() [all …]
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
D | regulatoryDomain.c | 554 …id*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country24.countryIE.CountryString, D… in regulatoryDomain_getParam() 567 …oid*)pParam->content.pCountryString, (void*)pRegulatoryDomain->country5.countryIE.CountryString, D… in regulatoryDomain_getParam() 752 …are(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE, (void *)&pRegulatoryDomain->country24.co… in setSupportedChannelsAccording2CountryIe() 773 …ain->country24.countryIE.CountryString[0], pRegulatoryDomain->country24.countryIE.CountryString[1]… in setSupportedChannelsAccording2CountryIe() 780 …pare(pRegulatoryDomain->hOs, (void *)&pCountry->countryIE, (void *)&pRegulatoryDomain->country5.co… in setSupportedChannelsAccording2CountryIe() 801 …omain->country5.countryIE.CountryString[0], pRegulatoryDomain->country5.countryIE.CountryString[1]… in setSupportedChannelsAccording2CountryIe() 827 …firstChannelNumInTriplet = pCountry->countryIE.tripletChannels[tripletChannelIndex].firstChannelNu… in setSupportedChannelsAccording2CountryIe() 829 …for (channelIndex=0; channelIndex<pCountry->countryIE.tripletChannels[tripletChannelIndex].numberO… in setSupportedChannelsAccording2CountryIe() 847 DBM2DBMDIV10(pCountry->countryIE.tripletChannels[tripletChannelIndex].maxTxPowerLevel); in setSupportedChannelsAccording2CountryIe()
|
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
D | mlmeParser.c | 1061 …(mlme_t *pMlme,TI_UINT8 *pData, TI_UINT32 dataLen, TI_UINT32 *pReadLen, dot11_COUNTRY_t *countryIE) in mlmeParser_readCountry() argument 1065 countryIE->hdr[0] = *pData; in mlmeParser_readCountry() 1066 countryIE->hdr[1] = *(pData+1); in mlmeParser_readCountry() 1068 *pReadLen = countryIE->hdr[1] + 2; in mlmeParser_readCountry() 1070 if ((dataLen < 8) || (dataLen < (TI_UINT32)(countryIE->hdr[1] + 2))) in mlmeParser_readCountry() 1075 if (countryIE->hdr[1] > DOT11_COUNTRY_ELE_LEN_MAX) in mlmeParser_readCountry() 1077 …EVERITY_ERROR, "MLME_PARSER: country IE error: eleLen=%d, maxLen=%d\n", countryIE->hdr[1], DOT11_C… in mlmeParser_readCountry() 1081 …os_memoryCopy(pMlme->hOs,&(countryIE->countryIE.CountryString), pData+2, DOT11_COUNTRY_STRING_LEN); in mlmeParser_readCountry() 1084 for (i = 0, j = 0; j < (countryIE->hdr[1] - DOT11_COUNTRY_STRING_LEN); i++, j+=3) in mlmeParser_readCountry() 1086 countryIE->countryIE.tripletChannels[i].firstChannelNumber = *(pData + j + 5); in mlmeParser_readCountry() [all …]
|
D | templates.c | 529 … os_memoryCopy(pSiteMgr->hOs, pBuf , &pCountry->countryIE.CountryString, DOT11_COUNTRY_STRING_LEN); in buildProbeRspTemplate() 536 *(pBuf + j ) = pCountry->countryIE.tripletChannels[i].firstChannelNumber; in buildProbeRspTemplate() 537 *(pBuf + j + 1) = pCountry->countryIE.tripletChannels[i].maxTxPowerLevel; in buildProbeRspTemplate() 538 *(pBuf + j + 2) = pCountry->countryIE.tripletChannels[i].numberOfChannels; in buildProbeRspTemplate()
|
D | mlmeParser.h | 133 dot11_COUNTRY_t *countryIE);
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
D | STADExternalIf.h | 250 dot11_countryIE_t countryIE; /**< Country IE (country string and tripple channel) */ member
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/ |
D | mlmeParser.c | 1133 …adCountry(mlme_t *pMlme,UINT8 *pData, UINT32 dataLen, UINT32 *pReadLen, dot11_COUNTRY_t *countryIE) in mlmeParser_readCountry() argument 1135 countryIE->hdr.eleId = *pData; in mlmeParser_readCountry() 1136 countryIE->hdr.eleLen = *(pData+1); in mlmeParser_readCountry() 1138 *pReadLen = countryIE->hdr.eleLen + 2; in mlmeParser_readCountry() 1140 if ((dataLen < 8) || (dataLen < (UINT32)(countryIE->hdr.eleLen + 2))) in mlmeParser_readCountry() 1145 if (countryIE->hdr.eleLen > DOT11_COUNTRY_ELE_LEN_MAX) in mlmeParser_readCountry() 1149 countryIE->hdr.eleLen, DOT11_COUNTRY_ELE_LEN_MAX)); in mlmeParser_readCountry() 1153 os_memoryCopy(pMlme->hOs,&(countryIE->countryIE), pData+2, countryIE->hdr.eleLen); in mlmeParser_readCountry()
|
D | mlmeParser.h | 144 dot11_COUNTRY_t *countryIE);
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
D | cu_cmd.c | 2733 memcpy( countryWorld.countryIE.CountryString,"GB ", 3); in cmd_d_Country_2_4Ie() 2734 countryWorld.countryIE.tripletChannels[0].firstChannelNumber = 1; in cmd_d_Country_2_4Ie() 2735 countryWorld.countryIE.tripletChannels[0].maxTxPowerLevel = 23; in cmd_d_Country_2_4Ie() 2736 countryWorld.countryIE.tripletChannels[0].numberOfChannels = 11; in cmd_d_Country_2_4Ie() 2775 memcpy( countryWorld.countryIE.CountryString,"US ", 3); in cmd_d_Country_5Ie() 2776 countryWorld.countryIE.tripletChannels[0].firstChannelNumber = 36; in cmd_d_Country_5Ie() 2777 countryWorld.countryIE.tripletChannels[0].maxTxPowerLevel = 16; in cmd_d_Country_5Ie() 2778 countryWorld.countryIE.tripletChannels[0].numberOfChannels = 8; in cmd_d_Country_5Ie()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
D | templates.c | 415 …os_memoryCopy(pSiteMgr->hOs, pBuf , ¶m.content.pCountry->countryIE, param.content.pCountry->le… in buildProbeRspTemplate()
|
/system/wlan/ti/wilink_6_1/utils/ |
D | 802_11Defs.h | 594 dot11_countryIE_t countryIE; member
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/ |
D | 802_11Defs.h | 544 countryIE_t countryIE;
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
D | cu_cmd.c | 1684 os_memcpy( (PVOID)CountryWorld.countryIE.CountryString,(PVOID)"GB ", 3); in CuCmd_D_Country_2_4Ie() 1685 CountryWorld.countryIE.tripletChannels[0].firstChannelNumber = 1; in CuCmd_D_Country_2_4Ie() 1686 CountryWorld.countryIE.tripletChannels[0].maxTxPowerLevel = 23; in CuCmd_D_Country_2_4Ie() 1687 CountryWorld.countryIE.tripletChannels[0].numberOfChannels = 11; in CuCmd_D_Country_2_4Ie() 1724 os_memcpy((PVOID) CountryWorld.countryIE.CountryString,(PVOID)"US ", 3); in CuCmd_D_Country_5Ie() 1725 CountryWorld.countryIE.tripletChannels[0].firstChannelNumber = 36; in CuCmd_D_Country_5Ie() 1726 CountryWorld.countryIE.tripletChannels[0].maxTxPowerLevel = 13; in CuCmd_D_Country_5Ie() 1727 CountryWorld.countryIE.tripletChannels[0].numberOfChannels = 8; in CuCmd_D_Country_5Ie()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
D | paramOut.h | 182 countryIE_t countryIE;
|