aboutsummaryrefslogtreecommitdiff
path: root/src/eap_peer/eap_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eap_peer/eap_config.h')
-rw-r--r--src/eap_peer/eap_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eap_peer/eap_config.h b/src/eap_peer/eap_config.h
index 16521c3a..d416afd5 100644
--- a/src/eap_peer/eap_config.h
+++ b/src/eap_peer/eap_config.h
@@ -46,6 +46,9 @@ struct eap_peer_config {
*/
size_t anonymous_identity_len;
+ u8 *imsi_identity;
+ size_t imsi_identity_len;
+
/**
* password - Password string for EAP
*