Searched refs:mRadioType (Results 1 – 12 of 12) sorted by relevance
105 uint8_t mRadioType; ///< Radio link type. member
336 mRadioType = aFrame.mRadioType; in Frame()
230 mRxFrame.mRadioType = Mac::kRadioTypeTrel; in BeginTransmit()370 mRxFrame.mRadioType = Mac::kRadioTypeTrel; in ProcessReceivedPacket()
209 … uint8_t mRadioType : 2; // The radio link type the message was received on, or should be sent on. member1450 …adioType GetRadioType(void) const { return static_cast<Mac::RadioType>(GetMetadata().mRadioType); } in GetRadioType()1460 GetMetadata().mRadioType = aRadioType; in SetRadioType()
820 aLinkInfo.mRadioType = GetRadioType(); in GetLinkInfo()842 SetRadioType(static_cast<Mac::RadioType>(aLinkInfo.mRadioType)); in UpdateLinkInfoFrom()
300 frame.mRadioType = 0; in TestMacHeader()835 txFrame.mRadioType = 0; in TestMacWakeupFrameGeneration()868 rxFrame.mRadioType = 0; in TestMacWakeupFrameGeneration()990 rxFrame.mRadioType = 0; in TestMacWakeupFrameDetectionNegative()
713 RadioType GetRadioType(void) const { return static_cast<RadioType>(mRadioType); } in GetRadioType()720 void SetRadioType(RadioType aRadioType) { mRadioType = static_cast<uint8_t>(aRadioType); } in SetRadioType()
1303 uint8_t radioType = mRadioType; in CopyFrom()1315 mRadioType = radioType; in CopyFrom()1326 if (mRadioType != aFromFrame.GetRadioType()) in CopyFrom()
250 uint8_t mRadioType; ///< Radio link type - should be ignored by radio driver. member
1121 Mac::RadioType mRadioType; member
89 mRadioType = static_cast<uint8_t>(aFrame.GetRadioType()); in SetFrom()
2802 responseInfo.mRadioType = aRxInfo.mMessage.GetRadioType(); in HandleDiscoveryRequest()2824 message->SetRadioType(aInfo.mRadioType); in SendDiscoveryResponse()