Skip to content

Commit 9d7414b

Browse files
author
Juha Heiskanen
committed
Limit PAE supplikant GTK re-use for authentication from 2->1.
Change-Id: Id6c92e3bbe046d19ff0acf7c0fdffc97572aa47a
1 parent 662df08 commit 9d7414b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_pae_supp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#define WAIT_FOR_REAUTHENTICATION_TICKS 120 * 10 // 120 seconds
6868

6969
// How many times in maximum stored keys are used for authentication
70-
#define STORED_KEYS_MAXIMUM_USE_COUNT 2
70+
#define STORED_KEYS_MAXIMUM_USE_COUNT 1
7171

7272
// Delay for sending the initial EAPOL-Key
7373
#define INITIAL_KEY_TIMER_MIN 3

0 commit comments

Comments
 (0)