Home
last modified time | relevance | path

Searched defs:SetExtendedPanId (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/core/meshcop/
Ddataset.hpp350 void SetExtendedPanId(const ExtendedPanId &aExtendedPanId) in SetExtendedPanId() function in ot::MeshCoP::Dataset::Info
Dmeshcop_tlvs.hpp498 void SetExtendedPanId(const ExtendedPanId &aExtendedPanId) { mExtendedPanId = aExtendedPanId; } in SetExtendedPanId() function in ot::MeshCoP::ExtendedPanIdTlv
/openthread-3.4.0/src/core/mac/
Dmac_frame.hpp1702 void SetExtendedPanId(const otExtendedPanId &aExtPanId) { mExtendedPanId = aExtPanId; } in SetExtendedPanId() function in ot::Mac::BeaconPayload