[WiFi/Connection][Non-ACR][Scan before check scan results] 54/213354/1
authorCheoleun Moon <chleun.moon@samsung.com>
Wed, 4 Sep 2019 10:22:10 +0000 (19:22 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Wed, 4 Sep 2019 10:22:17 +0000 (19:22 +0900)
Change-Id: Ifdef197b625833b8796236d3ea7b01f318a08954
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
tct-suite-vs/Tizen.Connection.Tests/testcase/support/networkSetup.cs
tct-suite-vs/Tizen.WiFi.Tests/testcase/support/networkSetup.cs

index 88783f0..152a351 100755 (executable)
@@ -109,7 +109,6 @@ namespace networkUtils
              * Find AP from scan results
              * If it fails, scan Wi-Fi APs maximum three times
              */
-            ap = FindAP(WiFiName);
             for (int i = 0; i < MAX_SCAN_TRY && ap == null; i++)
             {
                 await Task.Delay(1000);
index 6c10734..83edad3 100755 (executable)
@@ -109,7 +109,6 @@ namespace networkUtils
              * Find AP from scan results
              * If it fails, scan Wi-Fi APs maximum three times
              */
-            ap = FindAP(WiFiName);
             for (int i = 0; i < MAX_SCAN_TRY && ap == null; i++)
             {
                 await Task.Delay(1000);