Skip to content

Commit be360e7

Browse files
edmontrlubos
authored andcommitted
[nrf fromtree] net: openthread: enable default software tx security in 1.3
Make sure MAC software transmission security is enabled by default for Thread 1.3 builds as well. Signed-off-by: Eduardo Montoya <[email protected]> (cherry picked from commit 848fd44)
1 parent 23b57b3 commit be360e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/net/l2/openthread/Kconfig.thread

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ config OPENTHREAD_PLATFORM_CSL_UNCERT
105105

106106
config OPENTHREAD_MAC_SOFTWARE_TX_SECURITY_ENABLE
107107
bool "Software transmission security logic"
108-
default y if OPENTHREAD_THREAD_VERSION_1_2
108+
default y if !OPENTHREAD_THREAD_VERSION_1_1
109109

110110
config OPENTHREAD_MLE_INFORM_PREVIOUS_PARENT_ON_REATTACH
111111
bool "Inform previous parent on reattach"

0 commit comments

Comments
 (0)