Searched refs:OT_RADIO_POWER_INVALID (Results 1 – 7 of 7) sorted by relevance
69 if (mPowerTable[i - Radio::kChannelMin] != OT_RADIO_POWER_INVALID) in GetSupportedChannelMask()
56 static constexpr int8_t kRadioPowerInvalid = OT_RADIO_POWER_INVALID; ///< Invalid TX power value
84 OT_RADIO_POWER_INVALID = 127, ///< Invalid or unknown power value enumerator
219 mTxPacket->mInfo.mTxInfo.mTxPower = OT_RADIO_POWER_INVALID;234 int8_t txPower = OT_RADIO_POWER_INVALID;
473 aFrame.mInfo.mTxInfo.mTxPower = OT_RADIO_POWER_INVALID; in DecodeStreamRawTxRequest()
426 sChannelMaxTransmitPower[i] = OT_RADIO_POWER_INVALID; in platformRadioInit()
2252 if (power != OT_RADIO_POWER_INVALID) in RestoreProperties()