Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dwakeup_tx_scheduler.cpp101 …VerifyOrExit(frame->GenerateWakeupFrame(Get<Mac::Mac>().GetPanId(), target, source) == kErrorNone,… in PrepareWakeupFrame()
Dmac_frame.hpp1324 Error GenerateWakeupFrame(PanId aPanId, const Address &aDest, const Address &aSource);
Dmac_frame.cpp1472 Error TxFrame::GenerateWakeupFrame(PanId aPanId, const Address &aDest, const Address &aSource) in GenerateWakeupFrame() function in ot::Mac::TxFrame
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp837 SuccessOrQuit(txFrame.GenerateWakeupFrame(0xface, dst, src)); in TestMacWakeupFrameGeneration()