mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
eap-tls-common: Add missing data
This commit is contained in:
parent
686f515e04
commit
a98089ed65
@ -514,7 +514,7 @@ static bool eap_tls_tunnel_init(struct eap_state *eap)
|
||||
}
|
||||
|
||||
if (getenv("IWD_TLS_DEBUG"))
|
||||
l_tls_set_debug(eap_tls->tunnel, eap_tls_tunnel_debug, NULL,
|
||||
l_tls_set_debug(eap_tls->tunnel, eap_tls_tunnel_debug, eap,
|
||||
NULL);
|
||||
|
||||
if (!l_tls_set_auth_data(eap_tls->tunnel, eap_tls->client_cert,
|
||||
|
Loading…
Reference in New Issue
Block a user