Skip to content

Commit 1bcf070

Browse files
author
Mika Leppänen
committed
Enable EAPOL flags
1 parent 83fc53a commit 1bcf070

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

source/configs/base/cfg_ws_border_router.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@
2424
#define HAVE_WS_BORDER_ROUTER
2525
#define HAVE_ND_PROXY
2626
#define MULTICAST_FORWARDING
27+
#define HAVE_PAE_AUTH
28+
#define HAVE_EAPOL_RELAY

source/configs/base/cfg_ws_router.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@
2222
#define HAVE_6LOWPAN_ND
2323
#define HAVE_MPL
2424
#define HAVE_WS
25+
#define HAVE_PAE_SUPP
26+
#define HAVE_EAPOL_RELAY

source/configs/cfg_generic.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@
3333
#define THREAD_THCI_SUPPORT
3434
#define HAVE_WS
3535
#define MLE_TEST
36-
//#define HAVE_PAE_SUPP
37-
//#define HAVE_PAE_AUTH
38-
//#define HAVE_EAPOL_RELAY

source/configs/cfg_ws_border_router.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@
2323
#define HAVE_DHCPV6_SERVER
2424
#define EXTRA_CONSISTENCY_CHECKS
2525

26-
//#define HAVE_PAE_SUPP
27-
//#define HAVE_PAE_AUTH
28-
//#define HAVE_EAPOL_RELAY

0 commit comments

Comments
 (0)