All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj at gmail.com>
To: iwd at lists.01.org
Subject: [PATCH v3 07/13] handshake: set extended key ID capable
Date: Thu, 07 Oct 2021 13:49:51 -0700	[thread overview]
Message-ID: <20211007204957.3745985-7-prestwoj@gmail.com> (raw)
In-Reply-To: 20211007204957.3745985-1-prestwoj@gmail.com

[-- 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

             reply	other threads:[~2021-10-07 20:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07 20:49 James Prestwood [this message]
2021-10-08 13:47 [PATCH v3 07/13] handshake: set extended key ID capable Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211007204957.3745985-7-prestwoj@gmail.com \
    --to=unknown@example.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.