Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dsub_mac.cpp805 bool swTxSecurity = true; in ShouldHandleTransmitSecurity() local
807 VerifyOrExit(!RadioSupportsTransmitSecurity(), swTxSecurity = false); in ShouldHandleTransmitSecurity()
814 swTxSecurity = OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE; in ShouldHandleTransmitSecurity()
818 return swTxSecurity; in ShouldHandleTransmitSecurity()