EAP-FAST: Verify that identity from PAC-Opaque matches with Phase 2 (GTC)

This commit is contained in:
Jouni Malinen 2008-02-27 18:00:12 -08:00
parent 7914585fe0
commit 13b3f33942
3 changed files with 20 additions and 5 deletions

View file

@ -150,6 +150,8 @@ struct eap_sm {
void *eap_method_priv;
u8 *identity;
size_t identity_len;
/* Whether Phase 2 method should validate identity match */
int require_identity_match;
int lastId; /* Identifier used in the last EAP-Packet */
struct eap_user *user;
int user_eap_method_index;