Home
last modified time | relevance | path

Searched refs:SetExtendedPanId (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp1507 void SetExtendedPanId(const otExtendedPanId &aExtPanId) { mExtendedPanId = aExtPanId; } in SetExtendedPanId() function in ot::Mac::BeaconPayload
Dmac.cpp824 beaconPayload->SetExtendedPanId(Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId()); in PrepareBeacon()