mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
eap-peap: Print alert number
This commit is contained in:
parent
8ea4f82166
commit
961c3e849d
@ -532,7 +532,7 @@ static void eap_peap_tunnel_ready(const char *peer_identity, void *user_data)
|
||||
static void eap_peap_tunnel_disconnected(enum l_tls_alert_desc reason,
|
||||
bool remote, void *user_data)
|
||||
{
|
||||
l_info("PEAP TLS tunnel has disconnected");
|
||||
l_info("PEAP TLS tunnel has disconnected with alert: %d", reason);
|
||||
}
|
||||
|
||||
static bool eap_peap_tunnel_init(struct eap_state *eap)
|
||||
|
Loading…
Reference in New Issue
Block a user