Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dsub_mac.cpp816 bool swTxSecurity = true; in ShouldHandleTransmitSecurity() local
818 VerifyOrExit(!RadioSupportsTransmitSecurity(), swTxSecurity = false); in ShouldHandleTransmitSecurity()
825 swTxSecurity = OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE; in ShouldHandleTransmitSecurity()
829 return swTxSecurity; in ShouldHandleTransmitSecurity()