]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Clear STA state at the end of ap_ft_reassoc_proto
authorJouni Malinen <j@w1.fi>
Sun, 10 Dec 2023 10:37:58 +0000 (12:37 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 10 Dec 2023 17:30:44 +0000 (19:30 +0200)
commit45817ad1a3debbe7efb0f17b0e0c979e58485c45
treec55969a3536b059a2ae526d2aeff44282be6d438
parent8e294c3a2c8f1d13a0979f9b6e2081d67d4d5e04
tests: Clear STA state at the end of ap_ft_reassoc_proto

Do not leave dev[0] in state where it is waiting for
NL80211_CMD_ASSOCIATE to complete since that might deliver an
ASSOC_TIMED_OUT event to the next test case.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_ft.py