Home
last modified time | relevance | path

Searched refs:SetChannelMaxTransmitPower (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/posix/platform/
Dradio.cpp179 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()
192 error = mRadioSpinel.SetChannelMaxTransmitPower(channel, power); in ProcessMaxPowerTable()
969 return GetRadioSpinel().SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp872 otError SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower);
Dradio_spinel.cpp2255 otError error = SetChannelMaxTransmitPower(channel, power); in RestoreProperties()
2310 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() function in ot::Spinel::RadioSpinel