Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mac_frame.cpp790 constexpr uint16_t kMpFcfSrcAddrShort = 2 << kMpFcfSrcAddrShift; variable
904 Mac::Frame::kTypeMultipurpose | kMpFcfLongFrame | kMpFcfDstAddrExt | kMpFcfSrcAddrShort, in TestMacWakeupFrameDetectionNegative()
/openthread-latest/src/core/mac/
Dmac_frame.hpp819 static constexpr uint16_t kMpFcfSrcAddrShort = kFcfAddrShort << kMpFcfSrcAddrShift; member in ot::Mac::Frame