Home
last modified time | relevance | path

Searched refs:SetExtPanId (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/src/core/meshcop/
Dextended_panid.cpp60 SetExtPanId(AsCoreType(&sExtendedPanidInit)); in ExtendedPanIdManager()
63 void ExtendedPanIdManager::SetExtPanId(const ExtendedPanId &aExtendedPanId) in SetExtPanId() function in ot::MeshCoP::ExtendedPanIdManager
Dextended_panid.hpp103 void SetExtPanId(const ExtendedPanId &aExtendedPanId);
Ddataset.cpp552 … aInstance.Get<ExtendedPanIdManager>().SetExtPanId(As<ExtendedPanIdTlv>(cur)->GetExtendedPanId()); in ApplyConfiguration()
/openthread-3.5.0/src/core/radio/
Dtrel_interface.hpp143 void SetExtPanId(const MeshCoP::ExtendedPanId &aExtPanId) { mExtPanId = aExtPanId; } in SetExtPanId() function in ot::Trel::Interface::Peer
Dtrel_interface.cpp240 entry->SetExtPanId(extPanId); in HandleDiscoveredPeerInfo()
/openthread-3.5.0/src/core/api/
Dthread_api.cpp71 instance.Get<MeshCoP::ExtendedPanIdManager>().SetExtPanId(extPanId); in otThreadSetExtendedPanId()