Searched refs:SetChannelMaxTransmitPower (Results 1 – 3 of 3) sorted by relevance
197 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()210 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()987 return GetRadioSpinel().SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
894 otError SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower);
2258 otError error = SetChannelMaxTransmitPower(channel, power); in RestoreProperties()2313 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() function in ot::Spinel::RadioSpinel