bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type

This commit is contained in:
akshat
2025-05-28 15:20:28 +05:30
committed by BOT
parent 696d65c7b4
commit 74ffc556cb
2 changed files with 5 additions and 2 deletions
@@ -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";