Home
last modified time | relevance | path

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

/openthread-3.5.0/examples/platforms/utils/
Dmac_frame.h80 bool otMacFrameIsAck(const otRadioFrame *aFrame);
Dmac_frame.cpp69 bool otMacFrameIsAck(const otRadioFrame *aFrame) in otMacFrameIsAck() function
/openthread-3.5.0/examples/platforms/simulation/
Dradio.c665 bool isAck = otMacFrameIsAck(&sReceiveFrame); in radioReceive()
739 if (otMacFrameIsAck(aFrame)) in radioProcessTransmitSecurity()