summaryrefslogtreecommitdiff
path: root/include/technology.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-02-02 18:33:09 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-02-02 18:33:09 +0100
commit260095318c13cf05b4272b30251d34df5b836196 (patch)
treec1c0b84d6c7b37959bb79fa8caf5d4c32216f351 /include/technology.h
parentcde0b261b8976d168af0cfa05f68f0d2543c501e (diff)
downloadconnman-260095318c13cf05b4272b30251d34df5b836196.tar.gz
connman-260095318c13cf05b4272b30251d34df5b836196.tar.bz2
connman-260095318c13cf05b4272b30251d34df5b836196.zip
tethering: Add a tethering property per technology
The manager tethering property is now gone.
Diffstat (limited to 'include/technology.h')
-rw-r--r--include/technology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/technology.h b/include/technology.h
index ad6d43e9..39fcbbb1 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -54,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);