Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
Dtemplates.c559 *(pBuf + j ) = pCountry->countryIE.tripletChannels[i].firstChannelNumber; in buildProbeRspTemplate()
560 *(pBuf + j + 1) = pCountry->countryIE.tripletChannels[i].maxTxPowerLevel; in buildProbeRspTemplate()
561 *(pBuf + j + 2) = pCountry->countryIE.tripletChannels[i].numberOfChannels; in buildProbeRspTemplate()
DmlmeParser.c1087 countryIE->countryIE.tripletChannels[i].firstChannelNumber = *(pData + j + 5); in mlmeParser_readCountry()
1088 countryIE->countryIE.tripletChannels[i].numberOfChannels = *(pData + j + 6); in mlmeParser_readCountry()
1089 countryIE->countryIE.tripletChannels[i].maxTxPowerLevel = *(pData + j + 7); in mlmeParser_readCountry()
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c830 …firstChannelNumInTriplet = pCountry->countryIE.tripletChannels[tripletChannelIndex].firstChannelNu… in setSupportedChannelsAccording2CountryIe()
832 …for (channelIndex=0; channelIndex<pCountry->countryIE.tripletChannels[tripletChannelIndex].numberO… in setSupportedChannelsAccording2CountryIe()
850 DBM2DBMDIV10(pCountry->countryIE.tripletChannels[tripletChannelIndex].maxTxPowerLevel); in setSupportedChannelsAccording2CountryIe()
/hardware/ti/wlan/wl1271/utils/
D802_11Defs.h583 dot11_TripletChannel_t tripletChannels[DOT11_NUM_OF_MAX_TRIPLET_CHANNEL]; member
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c1712 CountryWorld.countryIE.tripletChannels[0].firstChannelNumber = 1; in CuCmd_D_Country_2_4Ie()
1713 CountryWorld.countryIE.tripletChannels[0].maxTxPowerLevel = 23; in CuCmd_D_Country_2_4Ie()
1714 CountryWorld.countryIE.tripletChannels[0].numberOfChannels = 11; in CuCmd_D_Country_2_4Ie()
1752 CountryWorld.countryIE.tripletChannels[0].firstChannelNumber = 36; in CuCmd_D_Country_5Ie()
1753 CountryWorld.countryIE.tripletChannels[0].maxTxPowerLevel = 13; in CuCmd_D_Country_5Ie()
1754 CountryWorld.countryIE.tripletChannels[0].numberOfChannels = 8; in CuCmd_D_Country_5Ie()