mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
EAP-FAST peer: Fixed not to add PAC Request in PAC Acknowledgement message
This commit is contained in:
parent
2d86724409
commit
244e07c54d
@ -1194,7 +1194,7 @@ static int eap_fast_process_decrypted(struct eap_sm *sm,
|
||||
}
|
||||
|
||||
if (data->current_pac == NULL && data->provisioning &&
|
||||
!data->anon_provisioning) {
|
||||
!data->anon_provisioning && !tlv.pac) {
|
||||
/*
|
||||
* Need to request Tunnel PAC when using authenticated
|
||||
* provisioning.
|
||||
|
Loading…
Reference in New Issue
Block a user