Skip to content

Commit afe3ec6

Browse files
author
Mika Leppänen
committed
Added Wi-Sun flagging to eapol helper
1 parent 28d10d6 commit afe3ec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/Security/eapol/eapol_helper.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "Security/PANA/pana_eap_header.h"
2828
#include "Security/eapol/eapol_helper.h"
2929

30+
#ifdef HAVE_WS
3031

3132
#define KEY_INFO_VERSION_BIT_MASK 0x0007
3233
#define KEY_INFO_VERSION_BIT_SHIFT 0
@@ -273,3 +274,5 @@ uint16_t eapol_pdu_key_frame_init(eapol_pdu_t * eapol_pdu, uint16_t data_length,
273274

274275
}
275276

277+
#endif
278+

0 commit comments

Comments
 (0)