mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 10:52:33 +01:00
unit/test-eapol: fixed handshake frame in tls test
eapol_sm_test_tls was using an incorrect frame in handshake_state_set_own_wpa.
This commit is contained in:
parent
71932acd2d
commit
0453b4e52f
@ -2625,7 +2625,7 @@ static void eapol_sm_test_tls(struct eapol_8021x_tls_test_state *s,
|
|||||||
__eapol_set_tx_user_data(s);
|
__eapol_set_tx_user_data(s);
|
||||||
|
|
||||||
r = handshake_state_set_own_wpa(hs,
|
r = handshake_state_set_own_wpa(hs,
|
||||||
eapol_key_data_20 + sizeof(struct eapol_key));
|
eapol_key_data_14 + sizeof(struct eapol_key));
|
||||||
assert(r);
|
assert(r);
|
||||||
|
|
||||||
handshake_state_set_ap_wpa(hs, ap_wpa_ie);
|
handshake_state_set_ap_wpa(hs, ap_wpa_ie);
|
||||||
|
Loading…
Reference in New Issue
Block a user