Home
last modified time | relevance | path

Searched refs:otPlatRadioSetChannelMaxTransmitPower (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/radio/
Dradio_platform.cpp322 extern "C" OT_TOOL_WEAK otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, in otPlatRadioSetChannelMaxTransmitPower() function
/openthread-latest/include/openthread/platform/
Dradio.h1251 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP…
/openthread-latest/src/posix/platform/
Dradio.cpp966 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
/openthread-latest/examples/platforms/simulation/
Dradio.c1177 otError otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxP… in otPlatRadioSetChannelMaxTransmitPower() function
/openthread-latest/src/ncp/
Dncp_base.cpp2520 error = otPlatRadioSetChannelMaxTransmitPower(mInstance, channel, maxPower); in HandlePropertySet()