Home
last modified time | relevance | path

Searched defs:GetFcsSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp1319 uint8_t Frame::GetFcsSize(void) const in GetFcsSize() function in ot::Mac::Frame
1344 uint8_t Frame::GetFcsSize(void) const { return Trel::Link::kFcsSize; } in GetFcsSize() function in ot::Mac::Frame
H A Dmac_frame.hpp1168 uint8_t GetFcsSize(void) const in GetFcsSize() function in ot::Mac::Frame