Searched refs:kShortFcfSize (Results 1 – 1 of 1) sorted by relevance
778 static constexpr uint8_t kShortFcfSize = sizeof(uint8_t); member in ot::Mac::Frame862 static uint8_t GetFcfSize(uint16_t aFcf) { return IsShortFcf(aFcf) ? kShortFcfSize : kFcfSize; } in GetFcfSize()