From c7d7214b511b0fa8b43f21b3b87416051fa9ef29 Mon Sep 17 00:00:00 2001 From: Chengyi Zhao Date: Wed, 10 Jul 2013 17:54:32 +0800 Subject: Tethering: Add station information management feature Change-Id: I2f699e42ec5ce7f148b8c1d685b52ee32e2e236b --- include/technology.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/technology.h b/include/technology.h index d7fcdde2..b13d4ec8 100644 --- a/include/technology.h +++ b/include/technology.h @@ -36,6 +36,10 @@ extern "C" { struct connman_technology; +int connman_technology_tethering_add_station(enum connman_service_type type, + const char *mac); +int connman_technology_tethering_remove_station(const char *mac); + void connman_technology_tethering_notify(struct connman_technology *technology, bool enabled); int connman_technology_set_regdom(const char *alpha2); -- cgit v1.2.3