Home
last modified time | relevance | path

Searched refs:GetPanChannel (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp197 frame->SetChannel(mCslTxNeighbor->GetCslChannel() == 0 ? Get<Mac::Mac>().GetPanChannel() in HandleFrameRequest()
200 if (frame->GetChannel() != Get<Mac::Mac>().GetPanChannel()) in HandleFrameRequest()
202 frame->SetRxChannelAfterTxDone(Get<Mac::Mac>().GetPanChannel()); in HandleFrameRequest()
Dannounce_sender.cpp259 SetStartingChannel(Get<Mac::Mac>().GetPanChannel()); in HandleThreadChannelChanged()
Dmle.cpp1221 … if (!channelMask.ContainsChannel(Get<Mac::Mac>().GetPanChannel()) && (mRole != kRoleDisabled)) in HandleNotifierEvents()
1224 Get<Mac::Mac>().GetPanChannel(), channelMask.ToString().AsCString()); in HandleNotifierEvents()
2159 …rExit(error = Tlv::Append<ChannelTlv>(*message, ChannelTlvValue(Get<Mac::Mac>().GetPanChannel()))); in SendAnnounce()
3675 …channelAndPanIdMatch = (channel == Get<Mac::Mac>().GetPanChannel()) && (panId == Get<Mac::Mac>().G… in HandleAnnounce()
3839 mAlternateChannel = Get<Mac::Mac>().GetPanChannel(); in ProcessAnnounce()
Dmesh_forwarder.cpp934 aFrame.SetRxChannelAfterTxDone(Get<Mac::Mac>().GetPanChannel()); in PrepareDataFrame()
/openthread-latest/src/core/meshcop/
Ddataset_manager_ftd.cpp90 (channelValue.GetChannel() != Get<Mac::Mac>().GetPanChannel())) in ProcessSetOrReplaceRequest()
282 channelValue.SetChannelAndPage(Get<Mac::Mac>().GetPanChannel()); in GenerateLocal()
Djoiner.cpp520 datasetInfo.Set<Dataset::kChannel>(Get<Mac::Mac>().GetPanChannel()); in HandleTmf()
/openthread-latest/src/core/utils/
Dchannel_manager.cpp88 if (aChannel == Get<Mac::Mac>().GetPanChannel()) in RequestNetworkChannelChange()
360 curChannel = Get<Mac::Mac>().GetPanChannel(); in RequestChannelSelect()
/openthread-latest/tests/nexus/
Dtest_border_agent.cpp61 SuccessOrQuit(node1.Get<Mac::Mac>().SetPanChannel(node0.Get<Mac::Mac>().GetPanChannel())); in TestBorderAgent()
210 SuccessOrQuit(node1.Get<Mac::Mac>().SetPanChannel(node0.Get<Mac::Mac>().GetPanChannel())); in TestBorderAgentEphemeralKey()
/openthread-latest/src/core/mac/
Dmac.hpp285 uint8_t GetPanChannel(void) const { return mPanChannel; } in GetPanChannel() function in ot::Mac::Mac
Dmac.cpp2572 mWakeupChannel = GetPanChannel(); in SetWakeupChannel()
/openthread-latest/src/core/api/
Dlink_api.cpp53 channel = instance.Get<Mac::Mac>().GetPanChannel(); in otLinkGetChannel()