Wireless Daemon for Linux
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH v4 3/5] mpdu: add MMPDU_STATUS_CODE_SAE_PK
Date: Wed, 08 Sep 2021 14:31:59 -0700	[thread overview]
Message-ID: <20210908213201.97115-3-prestwoj@gmail.com> (raw)
In-Reply-To: <20210908213201.97115-1-prestwoj@gmail.com>

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

---
 src/mpdu.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mpdu.h b/src/mpdu.h
index 98c264f9..36fe2470 100644
--- a/src/mpdu.h
+++ b/src/mpdu.h
@@ -232,6 +232,7 @@ enum mmpdu_status_code {
 	MMPDU_STATUS_CODE_RESTRICT_AUTH_GDB = 106,
 	MMPDU_STATUS_CODE_AUTHORIZATION_DEENABLED = 107,
 	MMPDU_STATUS_CODE_SAE_HASH_TO_ELEMENT = 126,
+	MMPDU_STATUS_CODE_SAE_PK = 127,
 };
 
 /* 802.11, Section 8.2.4.1.1, Figure 8-2 */
-- 
2.31.1

  parent reply	other threads:[~2021-09-08 21:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08 21:31 [PATCH v4 1/5] sae: don't send commit/confirm in confirmed state James Prestwood
2021-09-08 21:31 ` [PATCH v4 2/5] auth-proto: document acceptable return values for auth-protos James Prestwood
2021-09-08 21:31 ` James Prestwood [this message]
2021-09-08 21:32 ` [PATCH v4 4/5] netdev: handle non-fatal auth-proto returns James Prestwood
2021-09-08 21:32 ` [PATCH v4 5/5] auto-t: add sae test for non-acked commit James Prestwood
2021-09-08 21:48 ` [PATCH v4 1/5] sae: don't send commit/confirm in confirmed state 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=20210908213201.97115-3-prestwoj@gmail.com \
    --to=prestwoj@gmail.com \
    --cc=iwd@lists.01.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox