bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type

This commit is contained in:
akshat
2025-07-10 10:05:05 +05:30
parent 5657981f4f
commit 1c4cdfbffa

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";