Add technology driver callbacks for adding/removing interfaces
[framework/connectivity/connman.git] / include / technology.h
index 7638454..256a2eb 100644 (file)
@@ -42,6 +42,10 @@ struct connman_technology_driver {
        int priority;
        int (*probe) (struct connman_technology *technology);
        void (*remove) (struct connman_technology *technology);
+       void (*add_interface) (struct connman_technology *technology,
+                                               int index, const char *name);
+       void (*remove_interface) (struct connman_technology *technology,
+                                                               int index);
        int (*set_tethering) (struct connman_technology *technology,
                                                connman_bool_t enabled);
 };