Fixed bug.
authorJaehwan Lee <jh8379.lee@samsung.com>
Wed, 3 Apr 2013 08:40:11 +0000 (17:40 +0900)
committerJaehwan Lee <jh8379.lee@samsung.com>
Wed, 3 Apr 2013 08:40:11 +0000 (17:40 +0900)
The problem is that state management

Change-Id: Ib5cb1ee43946f78aa118470fe054ccbd02c67d40
Signed-off-by: Jaehwan Lee <jh8379.lee@samsung.com>
src/wifi/FNetWifi_WifiManagerImpl.cpp

index ca7c4ce..014e003 100644 (file)
@@ -692,7 +692,7 @@ _WifiManagerImpl::OnWifiDisconnected(void)
         break;
 
     case WIFI_MANAGER_CONNECTING:
-               __currentState = WIFI_MANAGER_DEACTIVATED;
+               __currentState = WIFI_MANAGER_ACTIVATED;
                if (__wasConnected == true)
                {
                        isFired = true;