Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_radio.cpp450 bool isSecurityProcessed; in DecodeStreamRawTxRequest() local
492 SuccessOrExit(mDecoder.ReadBool(isSecurityProcessed)); in DecodeStreamRawTxRequest()
493 aFrame.mInfo.mTxInfo.mIsSecurityProcessed = isSecurityProcessed; in DecodeStreamRawTxRequest()