Tethering: Add hidden access point support in technology
[platform/upstream/connman.git] / include / technology.h
index b13d4ec..8efe9e7 100644 (file)
@@ -63,7 +63,7 @@ struct connman_technology_driver {
                                                                int index);
        int (*set_tethering) (struct connman_technology *technology,
                                const char *identifier, const char *passphrase,
-                               const char *bridge, bool enabled);
+                               const char *bridge, bool enabled, bool hidden);
        int (*set_regdom) (struct connman_technology *technology,
                                                const char *alpha2);
 };