Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.h296 uint32_t otMacFrameGetFrameCounter(otRadioFrame *aFrame);
Dmac_frame.cpp248 uint32_t otMacFrameGetFrameCounter(otRadioFrame *aFrame) in otMacFrameGetFrameCounter() function
/openthread-latest/examples/platforms/simulation/
Dradio.c878 sReceiveFrame.mInfo.mRxInfo.mAckFrameCounter = otMacFrameGetFrameCounter(&sAckFrame); in radioProcessFrame()