CONFIG_NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_RX

Print-out only RX packets

Type: bool

Help

This will print-out received packets only.

Direct dependencies

<choice: Which packet do you want to print-out?>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Subsystem>/net/l2/ieee802154/Kconfig:47

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:39<Subsystem>/net/Kconfig:81<Subsystem>/net/l2/Kconfig:80

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable IEEE 802.15.4 Radio → Enable IEEE 802.15.4 packet display → Which packet do you want to print-out?

config NET_DEBUG_L2_IEEE802154_DISPLAY_PACKET_RX
    bool "Print-out only RX packets"
    depends on <choice>
    help
      This will print-out received packets only.

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