]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix connect_cmd_roam with old scan results
authorJouni Malinen <j@w1.fi>
Sat, 3 Oct 2015 21:35:12 +0000 (00:35 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 3 Oct 2015 21:35:12 +0000 (00:35 +0300)
commit7d56bd734ce8f0a456f686496d18b3eb40abcb7c
treea9174fdcfe246b10de7a57453644f5fa8d1a6c97
parentcd27374f5f9f9ecd7a2fb8a9c0771f57037f2693
tests: Fix connect_cmd_roam with old scan results

connect_cmd_roam did not force a new scan to find the second AP. This
could result in failures due to the ROAM command getting rejected, e.g.,
in the following test case sequence: wext_pmksa_cache connect_cmd_roam.

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