[Connection][WiFi][Non-ACR][Try to connect a Wi-Fi AP again] 09/212409/1
authorCheoleun Moon <chleun.moon@samsung.com>
Wed, 21 Aug 2019 07:24:30 +0000 (16:24 +0900)
committerCheoleun Moon <chleun.moon@samsung.com>
Wed, 21 Aug 2019 07:24:37 +0000 (16:24 +0900)
commitcd147e432265e11d706ee7a433dfa14b6e73d0b7
tree52ca41ef4ea7f600d45b61252c8d59eeb1bf3706
parent75c3eb04ac6599f6ecf6e501125f08f69087509f
[Connection][WiFi][Non-ACR][Try to connect a Wi-Fi AP again]

When the network is busy, it is possible that Wi-Fi connection is failed and an Exception is thrown from WiFiAP.ConnectAsync().
During the network setup, we need to try to connect to the Wi-Fi AP once
more.
Since the given preconditions are assumed to be correct, a Wi-Fi
connection failure is likely due to a temporary network issue.
If there are other issues, the retry will also fail.

Change-Id: I1e0f46a457e3946f99be49f896ddf5b90946ca9a
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