mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
unit: Fix a typo in test-eapol
This commit is contained in:
parent
8173ded0eb
commit
6f9b087304
@ -3571,7 +3571,7 @@ static void test_ap_sta_run(struct test_ap_sta_data *s)
|
|||||||
s->sta_success = false;
|
s->sta_success = false;
|
||||||
s->to_sta_msg_cnt = 0;
|
s->to_sta_msg_cnt = 0;
|
||||||
s->to_ap_msg_cnt = 0;
|
s->to_ap_msg_cnt = 0;
|
||||||
s->to_sta_data_len = 0,
|
s->to_sta_data_len = 0;
|
||||||
|
|
||||||
s->ap_sm = eapol_sm_new(s->ap_hs);
|
s->ap_sm = eapol_sm_new(s->ap_hs);
|
||||||
eapol_register(s->ap_sm);
|
eapol_register(s->ap_sm);
|
||||||
|
Loading…
Reference in New Issue
Block a user