Correct the wrong handle name in the test tool 08/243008/1 submit/tizen/20200902.111409
authorJaehyun Kim <jeik01.kim@samsung.com>
Wed, 2 Sep 2020 11:03:25 +0000 (20:03 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Wed, 2 Sep 2020 11:03:25 +0000 (20:03 +0900)
Change-Id: Ib042166184542210bda9e142377cd62d4d0e18c4
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
tool/wifi_mgr_tool.c

index 2c12518..4c9c439 100755 (executable)
@@ -484,7 +484,7 @@ static int _test_wifi_mgr_deinitialize(void)
                        ret = wifi_manager_deinitialize(g_wifi2_h);
 
                if (ret == WIFI_MANAGER_ERROR_NONE) {
-                       wifi_manager_get_network_interface_name(g_wifi_h, &if_name);
+                       wifi_manager_get_network_interface_name(g_wifi2_h, &if_name);
                        msg(LOG_GREEN "[2:%s] Succeeded to deinitialize wifi handle" LOG_END, if_name);
                        FREE(if_name);
                } else