Searched refs:otMacFrameIsSecurityEnabled (Results 1 – 3 of 3) sorted by relevance
250 bool otMacFrameIsSecurityEnabled(otRadioFrame *aFrame);
212 bool otMacFrameIsSecurityEnabled(otRadioFrame *aFrame) in otMacFrameIsSecurityEnabled() function327 …VerifyOrExit(otMacFrameIsSecurityEnabled(aFrame) && processKeyId && !aFrame->mInfo.mTxInfo.mIsSecu… in otMacFrameProcessTransmitSecurity()
875 if (otMacFrameIsSecurityEnabled(&sAckFrame)) in radioProcessFrame()