From cdc3af7c29f82b71c2ce76fb6aa28dd6b3d9e5cd Mon Sep 17 00:00:00 2001 From: Chengyi Zhao Date: Thu, 11 Jul 2013 10:00:31 +0800 Subject: Tethering: Add hidden access point support in technology Change-Id: I73fccf5f322ee2597f8f58d5e3d7f60ddeb0a641 --- include/technology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/technology.h') diff --git a/include/technology.h b/include/technology.h index b13d4ec8..8efe9e74 100644 --- a/include/technology.h +++ b/include/technology.h @@ -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); }; -- cgit v1.2.3