Home
last modified time | relevance | path

Searched refs:SetPanChannel (Results 1 – 7 of 7) sorted by relevance

/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.hpp295 Error SetPanChannel(uint8_t aChannel);
Dmac.cpp423 Error Mac::SetPanChannel(uint8_t aChannel) in SetPanChannel() function in ot::Mac::Mac
/openthread-latest/src/core/meshcop/
Djoiner.cpp358 SuccessOrExit(error = Get<Mac::Mac>().SetPanChannel(aRouter.mChannel)); in Connect()
Ddataset_manager.cpp185 error = Get<Mac::Mac>().SetPanChannel(channel); in ApplyConfiguration()
/openthread-latest/src/core/api/
Dlink_api.cpp74 SuccessOrExit(error = instance.Get<Mac::Mac>().SetPanChannel(aChannel)); in otLinkSetChannel()
/openthread-latest/src/core/thread/
Dmle.cpp1614 IgnoreError(Get<Mac::Mac>().SetPanChannel(mAlternateChannel)); in Reattach()
3843 IgnoreError(Get<Mac::Mac>().SetPanChannel(newChannel)); in ProcessAnnounce()