Replace older system timeserver values with new ones instead of appending
[framework/connectivity/connman.git] / include / technology.h
index 9cf4656..39fcbbb 100644 (file)
@@ -38,6 +38,7 @@ struct connman_technology;
 
 void connman_technology_tethering_notify(struct connman_technology *technology,
                                                        connman_bool_t enabled);
+int connman_technology_set_regdom(const char *alpha2);
 void connman_technology_regdom_notify(struct connman_technology *technology,
                                                        const char *alpha2);
 
@@ -53,6 +54,7 @@ struct connman_technology_driver {
        void (*remove_interface) (struct connman_technology *technology,
                                                                int index);
        int (*set_tethering) (struct connman_technology *technology,
+                               const char *identifier, const char *passphrase,
                                const char *bridge, connman_bool_t enabled);
        int (*set_regdom) (struct connman_technology *technology,
                                                const char *alpha2);