diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2013-02-25 14:11:05 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-02-26 12:37:40 +0200 |
commit | d58cb630cfaa01b9dc8b08135cf19f7f73d1caf0 (patch) | |
tree | bd7fdf7566c12d7548febc5fec618c69e7e0b25a /include/technology.h | |
parent | 8a457c7555c2d04a907c607a3444abceb7021e89 (diff) | |
download | connman-d58cb630cfaa01b9dc8b08135cf19f7f73d1caf0.tar.gz connman-d58cb630cfaa01b9dc8b08135cf19f7f73d1caf0.tar.bz2 connman-d58cb630cfaa01b9dc8b08135cf19f7f73d1caf0.zip |
technology: Provide a function to get WiFi tethering information
Diffstat (limited to 'include/technology.h')
-rw-r--r-- | include/technology.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/technology.h b/include/technology.h index f3fab203..71314f27 100644 --- a/include/technology.h +++ b/include/technology.h @@ -42,6 +42,9 @@ int connman_technology_set_regdom(const char *alpha2); void connman_technology_regdom_notify(struct connman_technology *technology, const char *alpha2); +connman_bool_t connman_technology_get_wifi_tethering(const char **ssid, + const char **psk); + struct connman_technology_driver { const char *name; enum connman_service_type type; |