Reject GPSK-3 if ID_Server in it does not match with the value in GPSK-1
This commit is contained in:
parent
afc7a7ad3c
commit
d268507aa0
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ const u8 * eap_gpsk_validate_id_server(struct eap_gpsk_data *data,
|
|||
data->id_server, data->id_server_len);
|
||||
wpa_hexdump_ascii(MSG_DEBUG, "EAP-GPSK: ID_Server in GPSK-3",
|
||||
pos, len);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
pos += len;
|
||||
|
|
Loading…
Reference in a new issue