Home
last modified time | relevance | path

Searched refs:OT_RADIO_POWER_INVALID (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/radio/
Dmax_power_table.hpp69 if (mPowerTable[i - Radio::kChannelMin] != OT_RADIO_POWER_INVALID) in GetSupportedChannelMask()
Dradio.hpp56 static constexpr int8_t kRadioPowerInvalid = OT_RADIO_POWER_INVALID; ///< Invalid TX power value
/openthread-latest/include/openthread/platform/
Dradio.h84 OT_RADIO_POWER_INVALID = 127, ///< Invalid or unknown power value enumerator
/openthread-latest/src/core/diags/
Dfactory_diags.cpp219 mTxPacket->mInfo.mTxInfo.mTxPower = OT_RADIO_POWER_INVALID;
234 int8_t txPower = OT_RADIO_POWER_INVALID;
/openthread-latest/src/ncp/
Dncp_base_radio.cpp473 aFrame.mInfo.mTxInfo.mTxPower = OT_RADIO_POWER_INVALID; in DecodeStreamRawTxRequest()
/openthread-latest/examples/platforms/simulation/
Dradio.c426 sChannelMaxTransmitPower[i] = OT_RADIO_POWER_INVALID; in platformRadioInit()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp2252 if (power != OT_RADIO_POWER_INVALID) in RestoreProperties()