summaryrefslogtreecommitdiff
path: root/include/technology.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/technology.h')
-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
}