summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAbhishek Sansanwal <abhishek.s94@samsung.com>2018-12-13 10:51:58 +0530
committerAbhishek Sansanwal <abhishek.s94@samsung.com>2018-12-17 16:18:23 +0530
commit48e25ec7f60ffcba067708732298fd85a2b3ed47 (patch)
treec28087ff852425f2cfa0e5914982ad8f7e16d26f /include
parentbf7dbf8354f076ec768ae24e61d6fb1e46c623af (diff)
downloadconnman-48e25ec7f60ffcba067708732298fd85a2b3ed47.tar.gz
connman-48e25ec7f60ffcba067708732298fd85a2b3ed47.tar.bz2
connman-48e25ec7f60ffcba067708732298fd85a2b3ed47.zip
Added dbus method to get whether 5Ghz band is supportedsubmit/tizen/20181217.121131accepted/tizen/unified/20181218.063104
Change-Id: Ib3b189615648a35aa876eab3e3f61c47ac0c1e68 Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/technology.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/technology.h b/include/technology.h
index 73cd8e7a..29cdddf9 100755
--- a/include/technology.h
+++ b/include/technology.h
@@ -83,6 +83,10 @@ struct connman_technology_driver {
int connman_technology_driver_register(struct connman_technology_driver *driver);
void connman_technology_driver_unregister(struct connman_technology_driver *driver);
+#if defined TIZEN_EXT
+void connman_techonology_wifi_set_5ghz_supported(struct connman_technology *technology,
+ bool is_5_0_Ghz_supported);
+#endif
#ifdef __cplusplus
}