CONFIG_OPENTHREAD_MAC_SOFTWARE_TX_SECURITY_ENABLE

Enable software transmission security logic

Type: bool

Direct dependencies

(OPENTHREAD_THREAD_VERSION_1_2 && NET_L2_OPENTHREAD) || (NET_L2_OPENTHREAD && NETWORKING)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <nRF>/subsys/net/openthread/Kconfig.defconfig:144

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:7

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf)

config OPENTHREAD_MAC_SOFTWARE_TX_SECURITY_ENABLE
    bool
    default n
    depends on OPENTHREAD_THREAD_VERSION_1_2 && NET_L2_OPENTHREAD

At <Zephyr>/subsys/net/l2/openthread/Kconfig.thread:109

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/net/Kconfig:81<Zephyr>/subsys/net/l2/Kconfig:82<Zephyr>/subsys/net/l2/openthread/Kconfig:64

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Thread Network configuration

config OPENTHREAD_MAC_SOFTWARE_TX_SECURITY_ENABLE
    bool "Enable software transmission security logic"
    default y if OPENTHREAD_THREAD_VERSION_1_2
    depends on NET_L2_OPENTHREAD && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)