Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_radio.cpp98 flags |= SPINEL_MD_FLAG_ACKED_SEC; in PackRadioFrame()
/openthread-latest/src/lib/spinel/
Dspinel.h902 SPINEL_MD_FLAG_ACKED_SEC = 0x0020, //!< Packet was acknowledged with secure enhance ACK enumerator
Dradio_spinel.cpp704 if (flags & SPINEL_MD_FLAG_ACKED_SEC) in ParseRadioFrame()
716 aFrame.mInfo.mRxInfo.mAckedWithSecEnhAck = ((flags & SPINEL_MD_FLAG_ACKED_SEC) != 0); in ParseRadioFrame()