Searched refs:mIsSecurityProcessed (Results 1 – 9 of 9) sorted by relevance
327 …tMacFrameIsSecurityEnabled(aFrame) && processKeyId && !aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in otMacFrameProcessTransmitSecurity()371 VerifyOrExit(!aFrame->mInfo.mTxInfo.mIsSecurityProcessed); in otMacFrameProcessTransmitSecurity()
267 bool mIsSecurityProcessed : 1; member in ot::FactoryDiags::Diags
214 mIsSecurityProcessed = false;323 mIsSecurityProcessed = securityProcessed;567 mTxPacket->mInfo.mTxInfo.mIsSecurityProcessed = mIsSecurityProcessed;
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
237 mIsSecurityProcessed=True -------------------------------- OK238 mIsSecurityProcessed=False ------------------------------- OK
251 SuccessOrQuit(mEncoder.WriteBool(sTxFrame[mIid].mInfo.mTxInfo.mIsSecurityProcessed)); in createTransmitFrame()
1693 … mTransmitFrame->mInfo.mTxInfo.mIsARetx, mTransmitFrame->mInfo.mTxInfo.mIsSecurityProcessed, in Transmit()