bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type

This commit is contained in:
akshat
2025-05-28 15:20:28 +05:30
parent d39dd3a7b1
commit 76455646a0

View File

@@ -31,6 +31,9 @@
#else
#define EXAMPLE_NAN_SVC_MSG "Hello"
#endif
#ifndef ETH_ALEN
#define ETH_ALEN 6
#endif
static const char *TAG = "subscriber";