Add multi interfaces function
[platform/core/connectivity/libnet-client.git] / include / internal / network-internal.h
index 6c80c5f..d3b9c68 100755 (executable)
@@ -60,6 +60,7 @@ extern "C" {
 #define CONNMAN_MANAGER_PATH                   "/"
 #define CONNMAN_PATH                                   "/net/connman"
 #define CONNMAN_TECHNOLOGY_PATH                        "/net/connman/technology"
+#define CONNMAN_WIFI_TECHNOLOGY_PATH   "/net/connman/technology/wifi"
 
 #define NETCONFIG_SERVICE                              "net.netconfig"
 #define NETCONFIG_NETWORK_INTERFACE            NETCONFIG_SERVICE ".network"
@@ -67,11 +68,13 @@ extern "C" {
 #define NETCONFIG_WIFI_INTERFACE               NETCONFIG_SERVICE ".wifi"
 #define NETCONFIG_STATISTICS_INTERFACE NETCONFIG_SERVICE ".network_statistics"
 #define NETCONFIG_MPTCP_INTERFACE              NETCONFIG_SERVICE ".mptcp"
+#define NETCONFIG_ETHERNET_INTERFACE           NETCONFIG_SERVICE ".ethernet"
 
 #define NETCONFIG_NETWORK_PATH                 "/net/netconfig/network"
 #define NETCONFIG_WIFI_PATH                            "/net/netconfig/wifi"
 #define NETCONFIG_STATISTICS_PATH              "/net/netconfig/network_statistics"
 #define NETCONFIG_MPTCP_PATH                   "/net/netconfig/mptcp"
+#define NETCONFIG_ETHERNET_PATH                        "/net/netconfig/ethernet"
 
 #define NETCONFIG_TV_PROFILE_INTERFACE NETCONFIG_SERVICE ".tv_profile"