Skip to content

Commit c61066a

Browse files
author
Mika Leppänen
committed
Corrected GKH to set eapol-KEY message group key negotation bit correctly
1 parent dfe52d9 commit c61066a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/Security/kmp/gkh_sec_prot.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ static int8_t gkh_sec_prot_message_send(sec_prot_t *prot, gkh_sec_prot_msg_e msg
175175
if (!eapol_decoded_data) {
176176
data->result = SEC_RESULT_ERR_NO_MEM;
177177
} else {
178-
eapol_pdu.msg.key.key_information.pairwise_key = true;
179-
180178
switch (msg) {
181179
case GKH_MESSAGE_1:
182180
eapol_pdu.msg.key.replay_counter = ++data->replay_counter;

0 commit comments

Comments
 (0)