]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Replace hapd_connected() with hapd.wait_sta()
authorJouni Malinen <j@w1.fi>
Thu, 26 Dec 2019 17:36:31 +0000 (19:36 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Dec 2019 17:36:31 +0000 (19:36 +0200)
commitc0d607ec8f479aa517f145fb7f3645dd8b4cbbd5
tree6757c79d250f065de3a799784768a640197057fb
parente2c364e2cd3485b5a0beff173c0f1608c3f45668
tests: Replace hapd_connected() with hapd.wait_sta()

These were doing practically the same thing, so get rid of the external
helper function and standardize on using hapd.wait_sta().

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