[capi-tethering] Add APIs for dhcp feature
[platform/core/api/tethering.git] / include / tethering_private.h
index f2b78b3..0190036 100644 (file)
@@ -294,10 +294,11 @@ typedef struct {
        char *ap_ssid;
        char passphrase[TETHERING_WIFI_KEY_MAX_LEN + 1];
        tethering_wifi_security_type_e sec_type;
+       tethering_wifi_mode_type_e mode_type;
        bool visibility;
        bool mac_filter;
+       bool dhcp_enabled;
        int channel;
-       tethering_wifi_mode_type_e mode_type;
 } __tethering_h;
 
 typedef struct {