Searched defs:SetExtendedPanId (Results 1 – 3 of 3) sorted by relevance
/openthread-3.4.0/src/core/meshcop/ | ||
D | dataset.hpp | 350 void SetExtendedPanId(const ExtendedPanId &aExtendedPanId) in SetExtendedPanId() function in ot::MeshCoP::Dataset::Info |
D | meshcop_tlvs.hpp | 498 void SetExtendedPanId(const ExtendedPanId &aExtendedPanId) { mExtendedPanId = aExtendedPanId; } in SetExtendedPanId() function in ot::MeshCoP::ExtendedPanIdTlv |
/openthread-3.4.0/src/core/mac/ | ||
D | mac_frame.hpp | 1702 void SetExtendedPanId(const otExtendedPanId &aExtPanId) { mExtendedPanId = aExtPanId; } in SetExtendedPanId() function in ot::Mac::BeaconPayload |