summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChengyi Zhao <chengyi1.zhao@archermind.com>2013-07-10 17:54:32 +0800
committerZhang zhengguang <zhengguang.zhang@intel.com>2013-07-12 16:28:11 +0800
commit0865b085d44beb197d0b0d79c3335941868b2a7d (patch)
tree8e6ffde06faa8347a598dd8d3241b9aff7e23d17 /include
parent5832e8fd04b57c7b4e7e01f3b0464bcf523a3401 (diff)
downloadconnman-0865b085d44beb197d0b0d79c3335941868b2a7d.tar.gz
connman-0865b085d44beb197d0b0d79c3335941868b2a7d.tar.bz2
connman-0865b085d44beb197d0b0d79c3335941868b2a7d.zip
Tethering: Add station information management feature
Diffstat (limited to 'include')
-rw-r--r--include/technology.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/technology.h b/include/technology.h
index 9fe994cd..b724cbfd 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,
connman_bool_t enabled);
int connman_technology_set_regdom(const char *alpha2);