Home
last modified time | relevance | path

Searched refs:SetChannel (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_links.hpp201 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
204 mTxFrame802154.SetChannel(aChannel); in SetChannel()
207 mTxFrameTrel.SetChannel(aChannel); in SetChannel()
Dlink_raw.hpp225 Error SetChannel(uint8_t aChannel);
Dmac.cpp989 frame->SetChannel(mScanChannel); in BeginTransmit()
998 frame->SetChannel(mRadioChannel); in BeginTransmit()
1005 txFrames.SetChannel(mRadioChannel); in BeginTransmit()
1017 txFrames.SetChannel(mRadioChannel); in BeginTransmit()
1027 txFrames.SetChannel(mRadioChannel); in BeginTransmit()
1062 frame->SetChannel(mWakeupChannel); in BeginTransmit()
Dlink_raw.cpp131 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
Dmac_frame.hpp1079 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/openthread-latest/src/core/thread/
Dmle_tlvs.cpp121 SetChannel(aChannel); in SetChannelAndPage()
Dcsl_tx_scheduler.cpp197 frame->SetChannel(mCslTxNeighbor->GetCslChannel() == 0 ? Get<Mac::Mac>().GetPanChannel() in HandleFrameRequest()
Ddiscover_scanner.cpp193 frame->SetChannel(mScanChannel); in PrepareDiscoveryRequestFrame()
Dmle_tlvs.hpp1008 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
Dmesh_forwarder.cpp933 aFrame.SetChannel(aMessage.GetChannel()); in PrepareDataFrame()
Dmle.cpp2157 message->SetChannel(aChannel); in SendAnnounce()
/openthread-latest/src/core/radio/
Dtrel_packet.hpp137 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
Dtrel_link.cpp199 txPacket.GetHeader().SetChannel(mTxFrame.GetChannel()); in BeginTransmit()
466 ackPacket.GetHeader().SetChannel(aRxPacket.GetHeader().GetChannel()); in SendAck()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp241 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
Dlink_api.cpp67 error = instance.Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
/openthread-latest/src/core/common/
Dmessage.cpp787 messageCopy->SetChannel(GetChannel()); in Clone()
830 SetChannel(aLinkInfo.mChannel); in UpdateLinkInfoFrom()
Dmessage.hpp1140 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message