Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/mac/
Dmac_links.hpp213 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames
216 mTxFrame802154.SetChannel(aChannel); in SetChannel()
219 mTxFrameTrel.SetChannel(aChannel); in SetChannel()
Dlink_raw.hpp234 Error SetChannel(uint8_t aChannel);
Dlink_raw.cpp137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
Dmac.cpp958 frame->SetChannel(mScanChannel); in BeginTransmit()
967 frame->SetChannel(mRadioChannel); in BeginTransmit()
974 txFrames.SetChannel(mRadioChannel); in BeginTransmit()
986 txFrames.SetChannel(mRadioChannel); in BeginTransmit()
996 txFrames.SetChannel(mRadioChannel); in BeginTransmit()
Dmac_frame.hpp1273 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
/openthread-3.6.0/src/core/thread/
Dmle_tlvs.cpp120 SetChannel(aChannel); in SetChannelAndPage()
Dcsl_tx_scheduler.cpp217 frame->SetChannel(mCslTxChild->GetCslChannel() == 0 ? Get<Mac::Mac>().GetPanChannel() in HandleFrameRequest()
Ddiscover_scanner.cpp200 frame->SetChannel(mScanChannel); in PrepareDiscoveryRequestFrame()
Dmle_tlvs.hpp1097 void SetChannel(uint16_t aChannel) { mChannel = BigEndian::HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlvValue
Dmesh_forwarder.cpp935 aFrame.SetChannel(aMessage.GetChannel()); in PrepareDataFrame()
Dmle.cpp2219 message->SetChannel(aChannel); in SendAnnounce()
/openthread-3.6.0/src/core/radio/
Dtrel_packet.hpp149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
Dtrel_link.cpp203 txPacket.GetHeader().SetChannel(mTxFrame.GetChannel()); in BeginTransmit()
431 ackPacket.GetHeader().SetChannel(aRxPacket.GetHeader().GetChannel()); in SendAck()
/openthread-3.6.0/src/core/utils/
Dchannel_manager.cpp109 dataset.SetChannel(mChannel); in StartDatasetUpdate()
/openthread-3.6.0/src/core/meshcop/
Ddataset.hpp477 void SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::Dataset::Info
Djoiner.cpp533 datasetInfo.SetChannel(Get<Mac::Mac>().GetPanChannel()); in HandleTmf()
Ddataset.cpp197 aDatasetInfo.SetChannel(cur->ReadValueAs<ChannelTlv>().GetChannel()); in ConvertTo()
/openthread-3.6.0/src/core/api/
Dlink_raw_api.cpp252 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
Dlink_api.cpp72 error = instance.Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
/openthread-3.6.0/src/core/common/
Dmessage.hpp1055 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message