Searched refs:aMaxPower (Results 1 – 5 of 5) sorted by relevance
/external/openthread/src/core/radio/ |
D | radio_platform.cpp | 276 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 280 OT_UNUSED_VARIABLE(aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
|
/external/openthread/src/posix/platform/ |
D | radio.cpp | 630 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 633 return sRadioSpinel.SetChannelMaxTransmitPower(aChannel, aMaxPower); in otPlatRadioSetChannelMaxTransmitPower()
|
/external/openthread/include/openthread/platform/ |
D | radio.h | 1086 …r otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower);
|
/external/openthread/examples/platforms/simulation/ |
D | radio.c | 1280 …or otPlatRadioSetChannelMaxTransmitPower(otInstance *aInstance, uint8_t aChannel, int8_t aMaxPower) in otPlatRadioSetChannelMaxTransmitPower() argument 1287 sChannelMaxTransmitPower[aChannel - kMinChannel] = aMaxPower; in otPlatRadioSetChannelMaxTransmitPower()
|
/external/openthread/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 2407 …<InterfaceType, ProcessContextType>::SetChannelMaxTransmitPower(uint8_t aChannel, int8_t aMaxPower) in SetChannelMaxTransmitPower() argument 2411 mMaxPowerTable.SetTransmitPower(aChannel, aMaxPower); in SetChannelMaxTransmitPower() 2412 …INEL_PROP_PHY_CHAN_MAX_POWER, SPINEL_DATATYPE_UINT8_S SPINEL_DATATYPE_INT8_S, aChannel, aMaxPower); in SetChannelMaxTransmitPower()
|