Home
last modified time | relevance | path

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

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