Searched refs:otMacFrameGetSequence (Results 1 – 4 of 4) sorted by relevance
185 otError otMacFrameGetSequence(const otRadioFrame *aFrame, uint8_t *aSequence);
157 otError otMacFrameGetSequence(const otRadioFrame *aFrame, uint8_t *aSequence) in otMacFrameGetSequence() function
81 otError otMacFrameGetSequence(const otRadioFrame *aFrame, uint8_t *aSequence) in otMacFrameGetSequence() function123 … error = otMacFrameGetSequence(&sRadioTransmitFrame, &sRadioAckFrame.mPsdu[2]); in FuzzerPlatformProcess()
596 isTxDone = isAck && otMacFrameGetSequence(&sReceiveFrame, &rxSeq) == OT_ERROR_NONE && in radioReceive()597 … otMacFrameGetSequence(&sTransmitFrame, &txSeq) == OT_ERROR_NONE && rxSeq == txSeq; in radioReceive()