Home
last modified time | relevance | path

Searched refs:IsWakeupFrame (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/tests/unit/
Dtest_mac_frame.cpp871 VerifyOrQuit(rxFrame.IsWakeupFrame()); in TestMacWakeupFrameGeneration()
993 VerifyOrQuit(!rxFrame.IsWakeupFrame()); in TestMacWakeupFrameDetectionNegative()
/openthread-latest/src/core/mac/
Dmac.cpp930 if (aFrame.IsWakeupFrame()) in ProcessTransmitSecurity()
1654 if (aFrame.IsWakeupFrame()) in ProcessReceiveSecurity()
2656 VerifyOrExit(mWakeupListenEnabled && aFrame.IsWakeupFrame()); in HandleWakeupFrame()
Dmac_frame.hpp188 bool IsWakeupFrame(void) const;
Dmac_frame.cpp284 bool Frame::IsWakeupFrame(void) const in IsWakeupFrame() function in ot::Mac::Frame