Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base_radio.cpp91 flags |= SPINEL_MD_FLAG_ACKED_SEC; in PackRadioFrame()
/external/openthread/src/lib/spinel/
Dspinel.h851 SPINEL_MD_FLAG_ACKED_SEC = 0x0020, //!< Packet was acknowledged with secure enhance ACK enumerator
Dradio_spinel_impl.hpp1006 aFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = ((flags & SPINEL_MD_FLAG_ACKED_SEC) != 0); in ParseRadioFrame()