3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

peap: send ack on established tunnel

This commit is contained in:
Tim Kourt 2018-02-13 16:14:46 -08:00 committed by Denis Kenzior
parent 43c650a2b4
commit 487c5cbafc

View File

@ -228,6 +228,8 @@ static void eap_peap_tunnel_ready(const char *peer_identity, void *user_data)
msk_emsk, 128);
eap_set_key_material(eap, msk_emsk + 0, 64, NULL, 0, NULL, 0);
eap_peap_send_empty_response(eap);
}
static void eap_peap_tunnel_disconnected(enum l_tls_alert_desc reason,