Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c740 TI_UINT8 channelStep, numberOfChannels, minChannelNumber, maxChannelNumber; in setSupportedChannelsAccording2CountryIe() local
772 numberOfChannels = NUM_OF_CHANNELS_24; in setSupportedChannelsAccording2CountryIe()
800 numberOfChannels = A_5G_BAND_NUM_CHANNELS; in setSupportedChannelsAccording2CountryIe()
816 for (channelIndex=0; channelIndex<numberOfChannels; channelIndex++) in setSupportedChannelsAccording2CountryIe()
832 …annelIndex<pCountry->countryIE.tripletChannels[tripletChannelIndex].numberOfChannels; channelIndex… in setSupportedChannelsAccording2CountryIe()
1460 TI_UINT8 numberOfChannels, minChannelNumber; in regulatoryDomain_buildDefaultListOfChannelsPerBand() local
1472 numberOfChannels = NUM_OF_CHANNELS_24; in regulatoryDomain_buildDefaultListOfChannelsPerBand()
1478 numberOfChannels = A_5G_BAND_NUM_CHANNELS; in regulatoryDomain_buildDefaultListOfChannelsPerBand()
1483 for (channelIndex=0; channelIndex<numberOfChannels; channelIndex++) in regulatoryDomain_buildDefaultListOfChannelsPerBand()
/hardware/ti/wlan/wl1271/utils/
D802_11Defs.h577 TI_UINT8 numberOfChannels; member
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
Dtemplates.c565 *(pBuf + j + 2) = pCountry->countryIE.tripletChannels[i].numberOfChannels; in buildProbeRspTemplate()
DmlmeParser.c1088 countryIE->countryIE.tripletChannels[i].numberOfChannels = *(pData + j + 6); in mlmeParser_readCountry()
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c1714 CountryWorld.countryIE.tripletChannels[0].numberOfChannels = 11; in CuCmd_D_Country_2_4Ie()
1754 CountryWorld.countryIE.tripletChannels[0].numberOfChannels = 8; in CuCmd_D_Country_5Ie()