Home
last modified time | relevance | path

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

/openthread-2.7.6/src/ncp/
Dncp_base_radio.cpp411 aFrame.mInfo.mTxInfo.mIsSecurityProcessed = false; in DecodeStreamRawTxRequest()
431 aFrame.mInfo.mTxInfo.mIsSecurityProcessed = isSecurityProcessed; in DecodeStreamRawTxRequest()
/openthread-2.7.6/src/core/mac/
Dmac_frame.hpp1326 bool IsSecurityProcessed(void) const { return mInfo.mTxInfo.mIsSecurityProcessed; } in IsSecurityProcessed()
1336 mInfo.mTxInfo.mIsSecurityProcessed = aIsSecurityProcessed; in SetIsSecurityProcessed()
/openthread-2.7.6/include/openthread/platform/
Dradio.h266 … bool mIsSecurityProcessed : 1; ///< True if SubMac should skip the AES processing of this frame. member
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c612 !aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in radioProcessTransmitSecurity()
652 otEXPECT(!aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in radioProcessTransmitSecurity()
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel_impl.hpp1931 … mTransmitFrame->mInfo.mTxInfo.mIsARetx, mTransmitFrame->mInfo.mTxInfo.mIsSecurityProcessed, in Transmit()