Searched refs:channelIndex (Results 1 – 2 of 2) sorted by relevance
85 for (std::size_t channelIndex = 0; channelIndex < channelNames.size(); in linkMux() local86 channelIndex++) in linkMux()88 const std::string& channelName = channelNames[channelIndex]; in linkMux()95 devDir / ("channel-" + std::to_string(channelIndex)); in linkMux()
817 s8 powerLimit = 0, prevPowerLimit, channelIndex; in PHY_SetTxPowerLimit() local847 channelIndex = phy_GetChannelIndexOfTxPowerLimit(channel); in PHY_SetTxPowerLimit()849 if (channelIndex == -1) in PHY_SetTxPowerLimit()852 …prevPowerLimit = pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][RF_PA… in PHY_SetTxPowerLimit()855 …pHalData->TxPwrLimit_2_4G[regulation][bandwidth][rateSection][channelIndex][RF_PATH_A] = powerLimi… in PHY_SetTxPowerLimit()