Home
last modified time | relevance | path

Searched refs:mRadioType (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/include/openthread/
Dmessage.h105 uint8_t mRadioType; ///< Radio link type. member
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp336 mRadioType = aFrame.mRadioType; in Frame()
/openthread-latest/src/core/radio/
Dtrel_link.cpp230 mRxFrame.mRadioType = Mac::kRadioTypeTrel; in BeginTransmit()
370 mRxFrame.mRadioType = Mac::kRadioTypeTrel; in ProcessReceivedPacket()
/openthread-latest/src/core/common/
Dmessage.hpp209 … uint8_t mRadioType : 2; // The radio link type the message was received on, or should be sent on. member
1450 …adioType GetRadioType(void) const { return static_cast<Mac::RadioType>(GetMetadata().mRadioType); } in GetRadioType()
1460 GetMetadata().mRadioType = aRadioType; in SetRadioType()
Dmessage.cpp820 aLinkInfo.mRadioType = GetRadioType(); in GetLinkInfo()
842 SetRadioType(static_cast<Mac::RadioType>(aLinkInfo.mRadioType)); in UpdateLinkInfoFrom()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp300 frame.mRadioType = 0; in TestMacHeader()
835 txFrame.mRadioType = 0; in TestMacWakeupFrameGeneration()
868 rxFrame.mRadioType = 0; in TestMacWakeupFrameGeneration()
990 rxFrame.mRadioType = 0; in TestMacWakeupFrameDetectionNegative()
/openthread-latest/src/core/mac/
Dmac_frame.hpp713 RadioType GetRadioType(void) const { return static_cast<RadioType>(mRadioType); } in GetRadioType()
720 void SetRadioType(RadioType aRadioType) { mRadioType = static_cast<uint8_t>(aRadioType); } in SetRadioType()
Dmac_frame.cpp1303 uint8_t radioType = mRadioType; in CopyFrom()
1315 mRadioType = radioType; in CopyFrom()
1326 if (mRadioType != aFromFrame.GetRadioType()) in CopyFrom()
/openthread-latest/include/openthread/platform/
Dradio.h250 uint8_t mRadioType; ///< Radio link type - should be ignored by radio driver. member
/openthread-latest/src/core/thread/
Dmle.hpp1121 Mac::RadioType mRadioType; member
Dmesh_forwarder.cpp89 mRadioType = static_cast<uint8_t>(aFrame.GetRadioType()); in SetFrom()
Dmle_router.cpp2802 responseInfo.mRadioType = aRxInfo.mMessage.GetRadioType(); in HandleDiscoveryRequest()
2824 message->SetRadioType(aInfo.mRadioType); in SendDiscoveryResponse()