CONFIG_NET_L2_CUSTOM_IEEE802154_MTU

MTU for the custom IEEE802154 L2

Type: int

Direct dependencies

NET_L2_CUSTOM_IEEE802154 && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 127

Kconfig definition

At <Subsystem>/net/l2/Kconfig:92

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

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable custom IEEE802154 L2

config NET_L2_CUSTOM_IEEE802154_MTU
    int "MTU for the custom IEEE802154 L2"
    default 127
    depends on NET_L2_CUSTOM_IEEE802154 && NETWORKING

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