Updated connman to version 1.35
[platform/upstream/connman.git] / include / device.h
old mode 100644 (file)
new mode 100755 (executable)
index 9ac800a..36b2f55
@@ -126,6 +126,11 @@ struct connman_device_driver {
                        const char *security, void *user_data);
        int (*set_regdom) (struct connman_device *device,
                                                const char *alpha2);
+#if defined TIZEN_EXT
+       int (*specific_scan) (enum connman_service_type type,
+                       struct connman_device *device, int scan_type,
+                       GSList *specific_scan_list, void *user_data);
+#endif
 };
 
 int connman_device_driver_register(struct connman_device_driver *driver);