Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.h185 otError otMacFrameGetSequence(const otRadioFrame *aFrame, uint8_t *aSequence);
Dmac_frame.cpp157 otError otMacFrameGetSequence(const otRadioFrame *aFrame, uint8_t *aSequence) in otMacFrameGetSequence() function
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp81 otError otMacFrameGetSequence(const otRadioFrame *aFrame, uint8_t *aSequence) in otMacFrameGetSequence() function
123 … error = otMacFrameGetSequence(&sRadioTransmitFrame, &sRadioAckFrame.mPsdu[2]); in FuzzerPlatformProcess()
/openthread-latest/examples/platforms/simulation/
Dradio.c596 isTxDone = isAck && otMacFrameGetSequence(&sReceiveFrame, &rxSeq) == OT_ERROR_NONE && in radioReceive()
597otMacFrameGetSequence(&sTransmitFrame, &txSeq) == OT_ERROR_NONE && rxSeq == txSeq; in radioReceive()