]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Stop wpa_supplicant before hostapd
authorJouni Malinen <j@w1.fi>
Sun, 31 Mar 2013 21:59:50 +0000 (00:59 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 31 Mar 2013 21:59:50 +0000 (00:59 +0300)
commit6b67117a34e3c683cee6965c016b36d94c56bcae
tree2c7268ce1c7e8d616eb7cc9dca5f158ab34affb1
parent3db5439a5f87ccd6cc128ca588dae67766d25b97
tests: Stop wpa_supplicant before hostapd

Stopping the AP first was not ideal for the test cases since it could
result in wpa_supplicant trying to connect back and start a scan at the
end of a test case and cause problems for the following test case that
tried to scan in the beginning while the previously started scan was
still in progress.

Signed-hostap: Jouni Malinen <j@w1.fi>
tests/hwsim/run-tests.py