Home
last modified time | relevance | path

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

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