Home
last modified time | relevance | path

Searched refs:otMacFrameIsSecurityEnabled (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/examples/platforms/utils/
Dmac_frame.h250 bool otMacFrameIsSecurityEnabled(otRadioFrame *aFrame);
Dmac_frame.cpp212 bool otMacFrameIsSecurityEnabled(otRadioFrame *aFrame) in otMacFrameIsSecurityEnabled() function
327 …VerifyOrExit(otMacFrameIsSecurityEnabled(aFrame) && processKeyId && !aFrame->mInfo.mTxInfo.mIsSecu… in otMacFrameProcessTransmitSecurity()
/openthread-latest/examples/platforms/simulation/
Dradio.c875 if (otMacFrameIsSecurityEnabled(&sAckFrame)) in radioProcessFrame()