mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
unit: Call the new l_tls_start in eap-tls test
This commit is contained in:
parent
8f9408efc7
commit
1578a37ac2
@ -2937,6 +2937,7 @@ static void eapol_sm_test_tls(struct eapol_8021x_tls_test_state *s,
|
||||
assert(l_tls_set_auth_data(s->tls, "ell/unit/cert-server.pem",
|
||||
"ell/unit/cert-server-key-pkcs8.pem", NULL));
|
||||
assert(l_tls_set_cacert(s->tls, "ell/unit/cert-ca.pem"));
|
||||
assert(l_tls_start(s->tls));
|
||||
|
||||
start = 1;
|
||||
__eapol_set_tx_packet_func(verify_8021x_tls_resp);
|
||||
|
Loading…
Reference in New Issue
Block a user