Searched refs:SetChannelMaxTransmitPower (Results 1 – 3 of 3) sorted by relevance
179 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()192 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()969 return GetRadioSpinel().SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
872 otError SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower);
2255 otError error = SetChannelMaxTransmitPower(channel, power); in RestoreProperties()2310 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() function in ot::Spinel::RadioSpinel