Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dsub_mac.cpp992 void SubMac::SetFrameCounter(uint32_t aFrameCounter, bool aSetIfLarger) in SetFrameCounter() function in ot::Mac::SubMac
Dmac_frame.cpp733 void Frame::SetFrameCounter(uint32_t aFrameCounter) in SetFrameCounter() function in ot::Mac::Frame
/external/openthread/src/core/thread/
Dmle.hpp1201 …void SetFrameCounter(uint32_t aCounter) { mFrameCounter = LittleEndian::HostSwap32(aCounter); } in SetFrameCounter() function in ot::Mle::Mle::SecurityHeader