/openthread-3.4.0/src/core/mac/ |
D | mac_links.hpp | 210 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrames 213 mTxFrame802154.SetChannel(aChannel); in SetChannel() 216 mTxFrameTrel.SetChannel(aChannel); in SetChannel()
|
D | link_raw.hpp | 234 Error SetChannel(uint8_t aChannel);
|
D | link_raw.cpp | 137 Error LinkRaw::SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::LinkRaw
|
D | mac.cpp | 940 frame->SetChannel(mScanChannel); in BeginTransmit() 949 frame->SetChannel(mRadioChannel); in BeginTransmit() 956 txFrames.SetChannel(mRadioChannel); in BeginTransmit() 968 txFrames.SetChannel(mRadioChannel); in BeginTransmit() 978 txFrames.SetChannel(mRadioChannel); in BeginTransmit()
|
D | mac_frame.hpp | 1266 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::Mac::TxFrame
|
/openthread-3.4.0/src/core/radio/ |
D | trel_packet.hpp | 149 void SetChannel(uint8_t aChannel) { mChannel = aChannel; } in SetChannel() function in ot::Trel::Header
|
D | trel_link.cpp | 203 txPacket.GetHeader().SetChannel(mTxFrame.GetChannel()); in BeginTransmit() 431 ackPacket.GetHeader().SetChannel(aRxPacket.GetHeader().GetChannel()); in SendAck()
|
/openthread-3.4.0/src/core/meshcop/ |
D | dataset.cpp | 197 aDatasetInfo.SetChannel(As<ChannelTlv>(cur)->GetChannel()); in ConvertTo() 309 tlv.SetChannel(aDatasetInfo.GetChannel()); in SetFrom()
|
D | dataset.hpp | 477 void SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::Dataset::Info
|
D | meshcop_tlvs.cpp | 183 void ChannelTlv::SetChannel(uint16_t aChannel) in SetChannel() function in ot::MeshCoP::ChannelTlv
|
D | meshcop_tlvs.hpp | 403 void SetChannel(uint16_t aChannel); 1325 void SetChannel(uint8_t aChannel) in SetChannel() function in ot::MeshCoP::ChannelMaskEntryBase
|
D | dataset_manager_ftd.cpp | 321 tlv.SetChannel(Get<Mac::Mac>().GetPanChannel()); in GenerateLocal()
|
D | joiner.cpp | 533 datasetInfo.SetChannel(Get<Mac::Mac>().GetPanChannel()); in HandleTmf()
|
/openthread-3.4.0/src/core/thread/ |
D | mle_tlvs.hpp | 1087 void SetChannel(uint16_t aChannel) { mChannel = HostSwap16(aChannel); } in SetChannel() function in ot::Mle::ChannelTlv 1225 void SetChannel(uint16_t aChannel) { mChannel = HostSwap16(aChannel); } in SetChannel() function in ot::Mle::CslChannelTlv
|
D | csl_tx_scheduler.cpp | 215 frame->SetChannel(mCslTxChild->GetCslChannel() == 0 ? Get<Mac::Mac>().GetPanChannel() in HandleFrameRequest()
|
D | discover_scanner.cpp | 200 frame->SetChannel(mScanChannel); in PrepareDiscoveryRequestFrame()
|
D | mle.cpp | 2241 message->SetChannel(aChannel); in SendAnnounce() 2245 channelTlv.SetChannel(Get<Mac::Mac>().GetPanChannel()); in SendAnnounce() 4806 cslChannel.SetChannel(Get<Mac::Mac>().GetCslChannel()); in AppendCslChannelTlv()
|
D | mesh_forwarder.cpp | 873 aFrame.SetChannel(aMessage.GetChannel()); in PrepareDataFrame()
|
/openthread-3.4.0/src/core/utils/ |
D | channel_manager.cpp | 109 dataset.SetChannel(mChannel); in StartDatasetUpdate()
|
/openthread-3.4.0/src/core/api/ |
D | link_raw_api.cpp | 252 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
|
D | link_api.cpp | 72 error = instance.Get<Mac::LinkRaw>().SetChannel(aChannel); in otLinkSetChannel()
|
/openthread-3.4.0/src/core/common/ |
D | message.hpp | 1037 void SetChannel(uint8_t aChannel) { GetMetadata().mChannel = aChannel; } in SetChannel() function in ot::Message
|