]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add test reconnecting on assoc failure
authorJohannes Berg <johannes.berg@intel.com>
Sat, 2 Feb 2019 22:16:03 +0000 (23:16 +0100)
committerJouni Malinen <j@w1.fi>
Tue, 5 Feb 2019 21:51:31 +0000 (23:51 +0200)
commit3691db26f7d131d5fe9a6e851332d49ef5d5acc5
tree01631cb1f4a5c6ba845f37a0514e280f7781f953
parent73f285dad2be669f3220e4cca456293c8fc30293
tests: Add test reconnecting on assoc failure

Add a test that drops the authentication frame, so that
hostapd thinks the station is unknown, and then sends one
by itself, so the station thinks it's associated. This
tests mostly the kernel's capability to recover from this
scenario.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/test_ap_open.py