All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH v3 07/13] handshake: set extended key ID capable
@ 2021-10-08 13:47 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-10-08 13:47 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

Hi James,

On 10/7/21 3:49 PM, James Prestwood wrote:
> ---
>   src/handshake.c | 1 +
>   1 file changed, 1 insertion(+)
> 

Applied after merging with patch 02.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH v3 07/13] handshake: set extended key ID capable
@ 2021-10-07 20:49 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2021-10-07 20:49 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

---
 src/handshake.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/handshake.c b/src/handshake.c
index 58326dcd..ea1c5e4b 100644
--- a/src/handshake.c
+++ b/src/handshake.c
@@ -240,6 +240,7 @@ valid_ie:
 	s->group_management_cipher = info.group_management_cipher;
 	s->akm_suite = info.akm_suites;
 	s->supplicant_ocvc = info.ocvc;
+	s->ext_key_id_capable = info.extended_key_id;
 
 	/*
 	 * Don't set MFP for OSEN otherwise EAPoL will attempt to negotiate a
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 13:47 [PATCH v3 07/13] handshake: set extended key ID capable Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2021-10-07 20:49 James Prestwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.