mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-05 12:52:37 +01:00
peap: send ack on established tunnel
This commit is contained in:
parent
43c650a2b4
commit
487c5cbafc
@ -228,6 +228,8 @@ static void eap_peap_tunnel_ready(const char *peer_identity, void *user_data)
|
|||||||
msk_emsk, 128);
|
msk_emsk, 128);
|
||||||
|
|
||||||
eap_set_key_material(eap, msk_emsk + 0, 64, NULL, 0, NULL, 0);
|
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,
|
static void eap_peap_tunnel_disconnected(enum l_tls_alert_desc reason,
|
||||||
|
Loading…
Reference in New Issue
Block a user