Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.h117 bool otMacFrameIsAckRequested(const otRadioFrame *aFrame);
Dmac_frame.cpp104 bool otMacFrameIsAckRequested(const otRadioFrame *aFrame) in otMacFrameIsAckRequested() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp76 bool otMacFrameIsAckRequested(const otRadioFrame *aFrame) in otMacFrameIsAckRequested() function
115 if (otMacFrameIsAckRequested(&sRadioTransmitFrame)) in FuzzerPlatformProcess()
/openthread-latest/examples/platforms/simulation/
Dradio.c591 if (otMacFrameIsAckRequested(&sTransmitFrame)) in radioReceive()
664 sTxWait = otMacFrameIsAckRequested(&sTransmitFrame); in radioSendMessage()
871 if (otMacFrameIsAckRequested(&sReceiveFrame)) in radioProcessFrame()