summaryrefslogtreecommitdiff
path: root/src/common/sae.h
diff options
context:
space:
mode:
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;