summaryrefslogtreecommitdiff
path: root/src/common/sae.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-10-18 03:44:27 +0000
committerCy Schubert <cy@FreeBSD.org>2017-10-18 03:44:27 +0000
commit256810032c472505440606bd9c1c4f7dbf06b0a2 (patch)
treed019f4f1ae29b86cbd3e9e74f832689976a267cf /src/common/sae.h
parentb834757ea3bcd1bba3381ff7cab216458d8f7efb (diff)
downloadsrc-test2-vendor/wpa/2.6.tar.gz
src-test2-vendor/wpa/2.6.zip
Diffstat (limited to 'src/common/sae.h')
-rw-r--r--src/common/sae.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sae.h b/src/common/sae.h
index c07026cd497c..a4270bc22d14 100644
--- a/src/common/sae.h
+++ b/src/common/sae.h
@@ -45,6 +45,7 @@ struct sae_data {
enum { SAE_NOTHING, SAE_COMMITTED, SAE_CONFIRMED, SAE_ACCEPTED } state;
u16 send_confirm;
u8 pmk[SAE_PMK_LEN];
+ u8 pmkid[SAE_PMKID_LEN];
struct crypto_bignum *peer_commit_scalar;
int group;
int sync;