Home
last modified time | relevance | path

Searched refs:tripletChannels (Results 1 – 8 of 8) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
Dtemplates.c536 *(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()
DmlmeParser.c1086 countryIE->countryIE.tripletChannels[i].firstChannelNumber = *(pData + j + 5); in mlmeParser_readCountry()
1087 countryIE->countryIE.tripletChannels[i].numberOfChannels = *(pData + j + 6); in mlmeParser_readCountry()
1088 countryIE->countryIE.tripletChannels[i].maxTxPowerLevel = *(pData + j + 7); in mlmeParser_readCountry()
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
DregulatoryDomain.c827 …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/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
DregulatoryDomain.c846 …firstChannelNumInTriplet = pCountry->countryIE.tripletChannels[tripletChannelIndex].firstChannelNu… in setSupportedChannelsAccording2CountryIe()
849 …for (channelIndex=0; channelIndex<pCountry->countryIE.tripletChannels[tripletChannelIndex].numberO… in setSupportedChannelsAccording2CountryIe()
868 DBM2DBMDIV10(pCountry->countryIE.tripletChannels[tripletChannelIndex].maxTxPowerLevel); in setSupportedChannelsAccording2CountryIe()
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
DcommonTypes.h650 TripletCahnnel_t tripletChannels[NUM_OF_MAX_TRIPLET_CHANNEL];
/system/wlan/ti/wilink_6_1/utils/
D802_11Defs.h584 dot11_TripletChannel_t tripletChannels[DOT11_NUM_OF_MAX_TRIPLET_CHANNEL]; member
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dcu_cmd.c2734 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()
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/wilink_6_1/CUDK/configurationutility/src/
Dcu_cmd.c1685 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()
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()