]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Return result from WpaSupplicant::global_request() in all cases
authorJouni Malinen <j@w1.fi>
Sun, 20 Mar 2016 09:08:12 +0000 (11:08 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 20 Mar 2016 09:08:12 +0000 (11:08 +0200)
commit2b5488a4e114fe2ae8dfb32b88c5b07473449dbf
treea167dfc602b546eb94702c8f9ad81cb5c90d03fa
parent29eddc3d8cf824e058cccade7ffacf0cea109697
tests: Return result from WpaSupplicant::global_request() in all cases

The no self.global_iface case was not returning the result from the
self.request() case. While this is not really a path that is supposed to
be used, make it return the response since it is at least theoretically
possible to get here.

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