mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-01 22:34:07 +01:00
eap-tls-common: Add comment
This commit is contained in:
parent
dd835aba2e
commit
4b9970bd99
@ -530,6 +530,11 @@ static void eap_tls_handle_phase2_payload(struct eap_state *eap,
|
||||
return;
|
||||
|
||||
if (!eap_tls->variant_ops->tunnel_handle_request(eap, pkt, pkt_len))
|
||||
/*
|
||||
* The tunneled packet payload that violates the protocol or
|
||||
* fails a method-specific integrity check result in tunnel
|
||||
* shutdown.
|
||||
*/
|
||||
l_tls_close(eap_tls->tunnel);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user