Searched refs:mIsSecurityProcessed (Results 1 – 7 of 7) sorted by relevance
327 …tMacFrameIsSecurityEnabled(aFrame) && processKeyId && !aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in otMacFrameProcessTransmitSecurity()371 VerifyOrExit(!aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in otMacFrameProcessTransmitSecurity()
470 aFrame.mInfo.mTxInfo.mIsSecurityProcessed = false; in DecodeStreamRawTxRequest()493 aFrame.mInfo.mTxInfo.mIsSecurityProcessed = isSecurityProcessed; in DecodeStreamRawTxRequest()
1217 bool IsSecurityProcessed(void) const { return mInfo.mTxInfo.mIsSecurityProcessed; } in IsSecurityProcessed()1226 mInfo.mTxInfo.mIsSecurityProcessed = aIsSecurityProcessed; in SetIsSecurityProcessed()
374 … bool mIsSecurityProcessed : 1; ///< True if SubMac should skip the AES processing of this frame. member
224 mTxPacket->mInfo.mTxInfo.mIsSecurityProcessed = false;315 mTxPacket->mInfo.mTxInfo.mIsSecurityProcessed = securityProcessed;
251 SuccessOrQuit(mEncoder.WriteBool(sTxFrame[mIid].mInfo.mTxInfo.mIsSecurityProcessed)); in createTransmitFrame()
1690 … mTransmitFrame->mInfo.mTxInfo.mIsARetx, mTransmitFrame->mInfo.mTxInfo.mIsSecurityProcessed, in Transmit()