Home
last modified time | relevance | path

Searched refs:aMaxPower (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/src/core/radio/
Dradio_platform.cpp290 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument
294 OT_UNUSED_VARIABLE(aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
/openthread-3.7.0/include/openthread/platform/
Dradio.h1231 …r otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower);
/openthread-3.7.0/src/posix/platform/
Dradio.cpp861 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument
864 return GetRadioSpinel().SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
/openthread-3.7.0/src/lib/spinel/
Dradio_spinel.hpp856 otError SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower);
Dradio_spinel.cpp2181 otError RadioSpinel::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() argument
2185 mMaxPowerTable.SetTransmitPower(aChannel, aMaxPower); in SetChannelMaxTransmitPower()
2186 …INEL_PROP_PHY_CHAN_MAX_POWER, SPINEL_DATATYPE_UINT8_S SPINEL_DATATYPE_INT8_S, aChannel, aMaxPower); in SetChannelMaxTransmitPower()
/openthread-3.7.0/examples/platforms/simulation/
Dradio.c1269 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument
1276 sChannelMaxTransmitPower[aChannel - kMinChannel] = aMaxPower; in otPlatRadioSetChannelMaxTransmitPower()