Replaced Wi-Fi CAPI with Wi-Fi manager CAPI
[apps/native/ug-mobile-ap.git] / include / mobile_hotspot.h
index 69dc646..2ac8ce1 100755 (executable)
@@ -48,9 +48,9 @@ extern "C" {
 #include <Elementary.h>
 #include <vconf.h>
 #include <ui-gadget-module.h>
-#include <wifi.h>
-#include <net_connection.h>
 #include <tethering.h>
+#include <net_connection.h>
+#include <wifi-manager.h>
 #include <dlog.h>
 #include <notification.h>
 
@@ -222,6 +222,7 @@ typedef struct {
 
        tethering_h             handle;
        connection_h    conn_handle;
+       wifi_manager_h  wifi_handle;
        tethering_type_e        type;
 
        Evas_Object             *win;