diff options
Diffstat (limited to 'src/common/sae.h')
-rw-r--r-- | src/common/sae.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/sae.h b/src/common/sae.h index 3fbcb58d155a0..3eb6e323a68ff 100644 --- a/src/common/sae.h +++ b/src/common/sae.h @@ -40,6 +40,8 @@ struct sae_temporary_data { struct crypto_bignum *order_buf; struct wpabuf *anti_clogging_token; char *pw_id; + int vlan_id; + u8 bssid[ETH_ALEN]; }; enum sae_state { |