Home
last modified time | relevance | path

Searched refs:otMacFrameGetFrameCounter (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/examples/platforms/utils/
Dmac_frame.h287 uint32_t otMacFrameGetFrameCounter(otRadioFrame *aFrame);
Dmac_frame.cpp214 uint32_t otMacFrameGetFrameCounter(otRadioFrame *aFrame) in otMacFrameGetFrameCounter() function
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c949 sReceiveFrame.mInfo.mRxInfo.mAckFrameCounter = otMacFrameGetFrameCounter(&sAckFrame); in radioProcessFrame()