The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_OPENTHREAD_L2_DEBUG_DUMP_15_4

Dump 802.15.4 packets

Type: bool

Help

This option enables dumping of 802.15.4 packets

Direct dependencies

OPENTHREAD_L2_DEBUG && NET_L2_OPENTHREAD && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/l2/openthread/Kconfig:69

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80subsys/net/l2/Kconfig:76

Menu path: (top menu) → Networking → Link layer options → OpenThread L2 → OpenThread L2 log support

config OPENTHREAD_L2_DEBUG_DUMP_15_4
    bool
    prompt "Dump 802.15.4 packets" if OPENTHREAD_L2_DEBUG && NET_L2_OPENTHREAD && NETWORKING
    depends on OPENTHREAD_L2_DEBUG && NET_L2_OPENTHREAD && NETWORKING
    help
      This option enables dumping of 802.15.4 packets

(Definitions include propagated dependencies, including from if’s and menus.)