Home
last modified time | relevance | path

Searched refs:mAckedWithFramePending (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Dradio.c800 sReceiveFrame.mInfo.mRxInfo.mAckedWithFramePending = true; in radioSendAck()
827 …EXPECT(otMacFrameGenerateEnhAck(&sReceiveFrame, sReceiveFrame.mInfo.mRxInfo.mAckedWithFramePending, in radioSendAck()
834 …otMacFrameGenerateImmAck(&sReceiveFrame, sReceiveFrame.mInfo.mRxInfo.mAckedWithFramePending, &sAck… in radioSendAck()
857 sReceiveFrame.mInfo.mRxInfo.mAckedWithFramePending = false; in radioProcessFrame()
/openthread-latest/src/core/radio/
Dtrel_link.cpp235 mRxFrame.mInfo.mRxInfo.mAckedWithFramePending = false; in BeginTransmit()
375 mRxFrame.mInfo.mRxInfo.mAckedWithFramePending = true; in ProcessReceivedPacket()
/openthread-latest/tests/nexus/platform/
Dnexus_core.cpp164 rxFrame.mInfo.mRxInfo.mAckedWithFramePending = true; in ProcessRadio()
/openthread-latest/include/openthread/platform/
Dradio.h402 …bool mAckedWithFramePending : 1; ///< This indicates if this frame was acknowledged with frame pen… member
/openthread-latest/src/ncp/
Dncp_base_radio.cpp91 if (aFrame->mInfo.mRxInfo.mAckedWithFramePending) in PackRadioFrame()
/openthread-latest/src/core/mac/
Dmac_frame.hpp962 bool IsAckedWithFramePending(void) const { return mInfo.mRxInfo.mAckedWithFramePending; } in IsAckedWithFramePending()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp721 aFrame.mInfo.mRxInfo.mAckedWithFramePending = ((flags & SPINEL_MD_FLAG_ACKED_FP) != 0); in ParseRadioFrame()