Home
last modified time | relevance | path

Searched refs:GetChannel (Results 1 – 25 of 25) sorted by relevance

/openthread-latest/src/core/radio/
Dtrel_packet.cpp82 string.Append("broadcast ch:%d", GetChannel()); in ToString()
86 string.Append("unicast ch:%d", GetChannel()); in ToString()
Dtrel_link.cpp128 mRxChannel = mTxFrame.GetChannel(); in BeginTransmit()
199 txPacket.GetHeader().SetChannel(mTxFrame.GetChannel()); in BeginTransmit()
228 mRxFrame.mChannel = mTxFrame.GetChannel(); in BeginTransmit()
332 VerifyOrExit(aPacket.GetHeader().GetChannel() == mRxChannel); in ProcessReceivedPacket()
368 mRxFrame.mChannel = aPacket.GetHeader().GetChannel(); in ProcessReceivedPacket()
466 ackPacket.GetHeader().SetChannel(aRxPacket.GetHeader().GetChannel()); in SendAck()
Dtrel_packet.hpp130 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Trel::Header
/openthread-latest/src/core/mac/
Dsub_mac.cpp467 IgnoreError(Get<Radio>().Receive(mTransmitFrame.GetChannel())); in StartTimerForBackoff()
496 SuccessOrAssert(Get<Radio>().Receive(mTransmitFrame.GetChannel())); in BeginTransmit()
558 mCallbacks.RecordCcaStatus(ccaSuccess, aFrame.GetChannel()); in HandleTransmitDone()
612 if (aFrame.GetChannel() != aFrame.GetRxChannelAfterTxDone() && mRxOnWhenIdle) in HandleTransmitDone()
784 IgnoreError(Get<Radio>().Receive(mTransmitFrame.GetChannel())); in HandleTimer()
Dlink_raw.hpp218 uint8_t GetChannel(void) const { return mReceiveChannel; } in GetChannel() function in ot::Mac::LinkRaw
Dmac_frame.hpp545 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Mac::Frame
Dmac.cpp250 aResult.mChannel = aBeaconFrame->GetChannel(); in ConvertBeaconToActiveScanResult()
/openthread-latest/src/core/thread/
Dmle_tlvs.cpp131 channel = GetChannel(); in IsValid()
Dcsl_tx_scheduler.cpp200 if (frame->GetChannel() != Get<Mac::Mac>().GetPanChannel()) in HandleFrameRequest()
Ddiscover_scanner.cpp321 result.mChannel = aRxInfo.mMessage.GetChannel(); in HandleDiscoveryResponse()
Dmesh_forwarder.hpp96 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::ThreadLinkInfo
Dmle_tlvs.hpp1001 uint16_t GetChannel(void) const { return BigEndian::HostSwap16(mChannel); } in GetChannel() function in ot::Mle::ChannelTlvValue
Dmesh_forwarder.cpp78 mChannel = aFrame.GetChannel(); in SetFrom()
933 aFrame.SetChannel(aMessage.GetChannel()); in PrepareDataFrame()
Dmle_router.cpp2395 child->SetCslChannel(static_cast<uint8_t>(cslChannelTlvValue.GetChannel())); in HandleChildUpdateRequestOnParent()
Dmle.cpp3666 channel = static_cast<uint8_t>(channelTlvValue.GetChannel()); in HandleAnnounce()
/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp137 … if ((&rxNode == &aNode) || !rxNode.mRadio.CanReceiveOnChannel(aNode.mRadio.mTxFrame.GetChannel())) in ProcessRadio()
/openthread-latest/src/core/utils/
Dotns.cpp132 uint8_t channel = aFrame.GetChannel(); in EmitTransmit()
/openthread-latest/src/core/meshcop/
Ddataset.cpp249 aDatasetInfo.Set<kChannel>(cur->ReadValueAs<ChannelTlv>().GetChannel()); in ConvertTo()
253 aDatasetInfo.Set<kWakeupChannel>(cur->ReadValueAs<WakeupChannelTlv>().GetChannel()); in ConvertTo()
Ddataset_manager_ftd.cpp90 (channelValue.GetChannel() != Get<Mac::Mac>().GetPanChannel())) in ProcessSetOrReplaceRequest()
Ddataset_manager.cpp183 uint8_t channel = static_cast<uint8_t>(cur->ReadValueAs<ChannelTlv>().GetChannel()); in ApplyConfiguration()
198 … uint8_t channel = static_cast<uint8_t>(cur->ReadValueAs<WakeupChannelTlv>().GetChannel()); in ApplyConfiguration()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp237 …etChannel(otInstance *aInstance) { return AsCoreType(aInstance).Get<Mac::LinkRaw>().GetChannel(); } in otLinkGetChannel()
Dlink_api.cpp48 channel = instance.Get<Mac::LinkRaw>().GetChannel(); in otLinkGetChannel()
/openthread-latest/src/core/common/
Dmessage.cpp787 messageCopy->SetChannel(GetChannel()); in Clone()
808 aLinkInfo.mChannel = GetChannel(); in GetLinkInfo()
Dmessage.hpp1131 uint8_t GetChannel(void) const { return GetMetadata().mChannel; } in GetChannel() function in ot::Message
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp374 uint8_t GetChannel(void) const { return mChannel; } in GetChannel() function in ot::Spinel::RadioSpinel