EAP-FAST: Verify that identity from PAC-Opaque matches with Phase 2 (GTC)
This commit is contained in:
parent
7914585fe0
commit
13b3f33942
3 changed files with 20 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue