Home
last modified time | relevance | path

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

12

/openthread-latest/src/core/mac/
Dmac_links.hpp294 void SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Links
297 mSubMac.SetPanId(aPanId); in SetPanId()
300 mTrel.SetPanId(aPanId); in SetPanId()
Dlink_raw.cpp119 Error LinkRaw::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Mac::LinkRaw
124 mSubMac.SetPanId(aPanId); in SetPanId()
Dlink_raw.hpp211 Error SetPanId(PanId aPanId);
Dsub_mac.cpp156 void SubMac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::SubMac
158 Get<Radio>().SetPanId(aPanId); in SetPanId()
Dsub_mac.hpp219 void SetPanId(PanId aPanId);
Dmac.cpp118 SetPanId(mPanId); in Mac()
298 mLinks.SetPanId(mPanId); in PerformActiveScan()
480 void Mac::SetPanId(PanId aPanId) in SetPanId() function in ot::Mac::Mac
483 mLinks.SetPanId(mPanId); in SetPanId()
986 mLinks.SetPanId(kPanIdBroadcast); in BeginTransmit()
Dmac.hpp343 void SetPanId(PanId aPanId);
/openthread-latest/src/core/thread/
Ddiscover_scanner.cpp101 message->SetPanId(aPanId); in Discover()
141 Get<Mac::Mac>().SetPanId(Mac::GenerateRandomPanId()); in Discover()
262 Get<Mac::Mac>().SetPanId(Mac::kPanIdBroadcast); in HandleDiscoverComplete()
Dmle.cpp168 Get<Mac::Mac>().SetPanId(Mac::GenerateRandomPanId()); in Start()
1615 Get<Mac::Mac>().SetPanId(mAlternatePanId); in Reattach()
3844 Get<Mac::Mac>().SetPanId(newPanId); in ProcessAnnounce()
/openthread-latest/src/core/radio/
Dtrel_link.hpp101 void SetPanId(Mac::PanId aPanId) { mPanId = aPanId; } in SetPanId() function in ot::Trel::Link
Dradio.hpp334 void SetPanId(Mac::PanId aPanId);
883 inline void Radio::SetPanId(Mac::PanId aPanId) { otPlatRadioSetPanId(GetInstancePtr(), aPanId); } in SetPanId() function in ot::Radio
1046 inline void Radio::SetPanId(Mac::PanId) {} in SetPanId() function in ot::Radio
Dtrel_packet.hpp151 void SetPanId(Mac::PanId aPanId) { mPanId = BigEndian::HostSwap16(aPanId); } in SetPanId() function in ot::Trel::Header
Dtrel_link.cpp200 txPacket.GetHeader().SetPanId(destPanId); in BeginTransmit()
467 ackPacket.GetHeader().SetPanId(aRxPacket.GetHeader().GetPanId()); in SendAck()
Dradio.cpp65 SetPanId(Mac::kPanIdBroadcast); in Init()
/openthread-latest/tests/nexus/
Dtest_border_agent.cpp62 node1.Get<Mac::Mac>().SetPanId(node0.Get<Mac::Mac>().GetPanId()); in TestBorderAgent()
211 node1.Get<Mac::Mac>().SetPanId(node0.Get<Mac::Mac>().GetPanId()); in TestBorderAgentEphemeralKey()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp248 return AsCoreType(aInstance).Get<Mac::LinkRaw>().SetPanId(aPanId); in otLinkSetPanId()
Dlink_api.cpp157 instance.Get<Mac::Mac>().SetPanId(aPanId); in otLinkSetPanId()
/openthread-latest/src/core/common/
Dmessage.cpp786 messageCopy->SetPanId(GetPanId()); in Clone()
829 SetPanId(aLinkInfo.mPanId); in UpdateLinkInfoFrom()
Dmessage.hpp1112 void SetPanId(uint16_t aPanId) { GetMetadata().mPanId = aPanId; } in SetPanId() function in ot::Message
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp269 otError SetPanId(uint16_t aPanId);
Dradio_spinel.cpp970 otError RadioSpinel::SetPanId(uint16_t aPanId) in SetPanId() function in ot::Spinel::RadioSpinel
/openthread-latest/src/core/meshcop/
Djoiner.cpp357 Get<Mac::Mac>().SetPanId(aRouter.mPanId); in Connect()
Ddataset_manager.cpp210 Get<Mac::Mac>().SetPanId(cur->ReadValueAs<PanIdTlv>()); in ApplyConfiguration()
/openthread-latest/src/posix/platform/
Dradio.cpp237 SuccessOrDie(GetRadioSpinel().SetPanId(panid)); in otPlatRadioSetPanId()
Drcp_caps_diag.cpp98 return mRadioSpinel.SetPanId(kPanId); in HandleSpinelCommand()

12