From: Jaehyun Kim Date: Tue, 1 Sep 2020 03:18:31 +0000 (+0900) Subject: Fix incorrect dbus call X-Git-Tag: submit/tizen/20200901.053326^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c234d9fdea92adefc63899b74ea97c8176ba87f5;p=platform%2Fcore%2Fapi%2Fwifi-manager.git Fix incorrect dbus call Change-Id: Idab8b7c00a8981f9ac0efb55111323948b5233d8 Signed-off-by: Jaehyun Kim --- diff --git a/src/network_interface.c b/src/network_interface.c index 428e7b8..98c5864 100755 --- a/src/network_interface.c +++ b/src/network_interface.c @@ -1383,8 +1383,8 @@ int _net_get_interface_list(network_info_s *network_info, GSList **interface_lis gchar *interface_name = NULL; message = _net_invoke_dbus_method(network_info, - CONNMAN_SERVICE, CONNMAN_WIFI_TECHNOLOGY_PATH, - CONNMAN_TECHNOLOGY_INTERFACE, "GetInterfaces", + CONNMAN_SERVICE, CONNMAN_MANAGER_PATH, + CONNMAN_MANAGER_INTERFACE, "GetInterfaces", NULL, &Error); if (message == NULL) { WIFI_LOG(WIFI_ERROR, "Failed to get interface list"); //LCOV_EXCL_LINE