Skip to content
Snippets Groups Projects
Commit 3a2d4d31 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

simplify EASYMESH_VENDOR_EXT_OUI definition and usage

Pass -DEASYMESH_VENDOR_EXT_OUI=0xAABBCC during build to override the
default vendor OUI with the passed value. Here, AABBCC are hex
characters representing the three octets of vendor OUI.
parent 9f15e813
No related branches found
No related tags found
1 merge request!114simplify EASYMESH_VENDOR_EXT_OUI definition and usage
Pipeline #108484 failed
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#define HOST_AGE_TIMER_DEFAULT 1440 #define HOST_AGE_TIMER_DEFAULT 1440
#ifndef EASYMESH_VENDOR_EXT_OUI #ifndef EASYMESH_VENDOR_EXT_OUI_DEFAULT
#define EASYMESH_VENDOR_EXT_OUI (uint8_t *)"\x00\x11\x22" #define EASYMESH_VENDOR_EXT_OUI_DEFAULT 0xB456FA /* IOPSYS OUI */
#endif #endif
#define MIN_VENDOR_TLV_LEN 5 #define MIN_VENDOR_TLV_LEN 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment