Added support to set and get IP configuration details.
[platform/core/connectivity/net-config.git] / include / wifi-config.h
index 86002a0..dd871a1 100755 (executable)
@@ -34,6 +34,14 @@ extern "C" {
 #define WIFI_CONFIG_FAVORITE                   "Favorite"
 #define WIFI_CONFIG_AUTOCONNECT                "AutoConnect"
 #define WIFI_CONFIG_HIDDEN                             "Hidden"
+#define WIFI_CONFIG_IPV4_METHOD                        "IPv4.method"
+#define WIFI_CONFIG_IPV6_METHOD                        "IPv6.method"
+#define WIFI_CONFIG_IPV4_DNS_METHOD                    "Nameservers.IPv4method"
+#define WIFI_CONFIG_IPV6_DNS_METHOD                    "Nameservers.IPv6method"
+#define WIFI_CONFIG_IPV4_ADDRESS                       "IPv4.local_address"
+#define WIFI_CONFIG_IPV4_SUBNET_MASK                   "IPv4.netmask_prefixlen"
+#define WIFI_CONFIG_IPV4_GATEWAY_ADDRESS               "IPv4.gateway"
+#define WIFI_CONFIG_DNS_ADDRESS                        "Nameservers"
 #define WIFI_CONFIG_FAILURE                    "Failure"
 #define WIFI_CONFIG_PROXYADDRESS               "ProxyAddress"
 #define WIFI_CONFIG_PROXY_METHOD               "Proxy.Method"