From c3dc8929286e3f3b46d4d014c5b7aeecb416f4e0 Mon Sep 17 00:00:00 2001 From: Irfan Sheriff Date: Mon, 5 Nov 2012 07:44:10 -0800 Subject: Use updated stop supplicant API Bug: 7227463 Change-Id: Ifecb256fed68c2046b77a5ce7a8c9f25c8e3fe62 --- tests/wifi/stress/wifiLoadScanAssoc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/wifi/stress/wifiLoadScanAssoc.c b/tests/wifi/stress/wifiLoadScanAssoc.c index 17536e41..801e44a7 100644 --- a/tests/wifi/stress/wifiLoadScanAssoc.c +++ b/tests/wifi/stress/wifiLoadScanAssoc.c @@ -311,7 +311,7 @@ main(int argc, char *argv[]) // Stop Supplicant randBind(&availCPU, &cpu); - if ((rv = wifi_stop_supplicant()) != 0) { + if ((rv = wifi_stop_supplicant(false)) != 0) { testPrintE("CPU: %i wifi_stop_supplicant() failed, rv: %i\n", cpu, rv); exit(23); @@ -420,7 +420,7 @@ init(void) // Stop wpa_supplicant // Might already be stopped, in which case request should // return immediately with success. - if ((rv = wifi_stop_supplicant()) != 0) { + if ((rv = wifi_stop_supplicant(false)) != 0) { testPrintE("init stop supplicant failed, rv: %i", rv); exit(42); } -- cgit v1.2.3