Home
last modified time | relevance | path

Searched refs:channelValidityPassive (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
DregulatoryDomain.c819 pSupportedChannels[channelIndex].channelValidityPassive = TI_FALSE; in setSupportedChannelsAccording2CountryIe()
845 pSupportedChannels[channelIndex4Band].channelValidityPassive = TI_TRUE; in setSupportedChannelsAccording2CountryIe()
1043 pRegulatoryDomain->supportedChannels_band_2_4[channelIndex].channelValidityPassive = TI_TRUE; in setSupportedChannelsAccording2ScanControlTable()
1048 pRegulatoryDomain->supportedChannels_band_2_4[channelIndex].channelValidityPassive = TI_FALSE; in setSupportedChannelsAccording2ScanControlTable()
1082 … pRegulatoryDomain->supportedChannels_band_5[channelIndexInBand5].channelValidityPassive = TI_TRUE; in setSupportedChannelsAccording2ScanControlTable()
1087 …pRegulatoryDomain->supportedChannels_band_5[channelIndexInBand5].channelValidityPassive = TI_FALSE; in setSupportedChannelsAccording2ScanControlTable()
1205 channelCapabilityRet->channelValidity = pSupportedChannels[channelIndex].channelValidityPassive; in regulatoryDomain_getChannelCapability()
1485 if (pSupportedChannels[channelIndex].channelValidityPassive) in regulatoryDomain_buildDefaultListOfChannelsPerBand()
1533 if (pRegulatoryDomain->supportedChannels_band_2_4[channelIndex].channelValidityPassive) in regDomainPrintValidTables()
1546 if (pRegulatoryDomain->supportedChannels_band_5[channelIndex].channelValidityPassive) in regDomainPrintValidTables()
DregulatoryDomain.h66 TI_BOOL channelValidityPassive; /*TI_TRUE-valid, TI_FALSE-invalid */ member