:orphan: .. title:: IEEE802154_VENDOR_OUI .. option:: CONFIG_IEEE802154_VENDOR_OUI *Vendor Organizationally Unique Identifier* Type: ``int`` Help ==== Custom vendor OUI, which makes 24 most-significant bits of MAC address Direct dependencies =================== \ :option:`IEEE802154_VENDOR_OUI_ENABLE ` && \ :option:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``drivers/ieee802154/Kconfig:52`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:10`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → Enables setting Vendor Organizationally Unique Identifier .. parsed-literal:: config IEEE802154_VENDOR_OUI int "Vendor Organizationally Unique Identifier" depends on \ :option:`IEEE802154_VENDOR_OUI_ENABLE ` && \ :option:`IEEE802154 ` help Custom vendor OUI, which makes 24 most-significant bits of MAC address *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*