Searched refs:SPINEL_MD_FLAG_ACKED_SEC (Results 1 – 3 of 3) sorted by relevance
98 flags |= SPINEL_MD_FLAG_ACKED_SEC; in PackRadioFrame()
902 SPINEL_MD_FLAG_ACKED_SEC = 0x0020, //!< Packet was acknowledged with secure enhance ACK enumerator
704 if (flags & SPINEL_MD_FLAG_ACKED_SEC) in ParseRadioFrame()716 aFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = ((flags & SPINEL_MD_FLAG_ACKED_SEC) != 0); in ParseRadioFrame()