Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dopenthread-core-simulation-config.h72 #ifndef OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE
73 #define OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE 1 macro
/openthread-latest/src/core/config/
Dmac.h345 #ifndef OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE
346 #define OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE 0 macro
/openthread-latest/tests/toranj/
Dopenthread-core-toranj-config.h219 #define OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE 1 macro
/openthread-latest/src/core/mac/
Dsub_mac.cpp127 #if OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE && (OPENTHREAD_CONFIG_THREAD_VERSION >= OT_TH… in GetCaps()
814 swTxSecurity = OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE; in ShouldHandleTransmitSecurity()
Dmac_frame.cpp44 #if !OPENTHREAD_RADIO || OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE
1339 #if OPENTHREAD_RADIO && !OPENTHREAD_CONFIG_MAC_SOFTWARE_TX_SECURITY_ENABLE in ProcessTransmitAesCcm()