Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp327 …tMacFrameIsSecurityEnabled(aFrame) && processKeyId && !aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in otMacFrameProcessTransmitSecurity()
371 VerifyOrExit(!aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in otMacFrameProcessTransmitSecurity()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp470 aFrame.mInfo.mTxInfo.mIsSecurityProcessed = false; in DecodeStreamRawTxRequest()
493 aFrame.mInfo.mTxInfo.mIsSecurityProcessed = isSecurityProcessed; in DecodeStreamRawTxRequest()
/openthread-latest/src/core/mac/
Dmac_frame.hpp1217 bool IsSecurityProcessed(void) const { return mInfo.mTxInfo.mIsSecurityProcessed; } in IsSecurityProcessed()
1226 mInfo.mTxInfo.mIsSecurityProcessed = aIsSecurityProcessed; in SetIsSecurityProcessed()
/openthread-latest/include/openthread/platform/
Dradio.h374 … bool mIsSecurityProcessed : 1; ///< True if SubMac should skip the AES processing of this frame. member
/openthread-latest/src/core/diags/
Dfactory_diags.cpp224 mTxPacket->mInfo.mTxInfo.mIsSecurityProcessed = false;
315 mTxPacket->mInfo.mTxInfo.mIsSecurityProcessed = securityProcessed;
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp251 SuccessOrQuit(mEncoder.WriteBool(sTxFrame[mIid].mInfo.mTxInfo.mIsSecurityProcessed)); in createTransmitFrame()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1690 … mTransmitFrame->mInfo.mTxInfo.mIsARetx, mTransmitFrame->mInfo.mTxInfo.mIsSecurityProcessed, in Transmit()