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 <Zephyr>/subsys/net/l2/Kconfig:92

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:39<Zephyr>/subsys/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.)