Home
last modified time | relevance | path

Searched refs:mRxRadioFrame (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp169 mRxRadioFrame.mPsdu = mRxPsdu; in Init()
506 SuccessOrExit(error = ParseRadioFrame(mRxRadioFrame, aBuffer, aLength, unpacked)); in HandleValueIs()
759 mCallbacks.mDiagReceiveDone(mInstance, &mRxRadioFrame, OT_ERROR_NONE); in RadioReceive()
764 mCallbacks.mReceiveDone(mInstance, &mRxRadioFrame, OT_ERROR_NONE); in RadioReceive()
Dradio_spinel.hpp1235 otRadioFrame mRxRadioFrame; member in ot::Spinel::RadioSpinel