Added dbus method to get whether 6GHz band is supported
[platform/upstream/connman.git] / include / device.h
index 8cc8cce..acbd1d5 100755 (executable)
@@ -118,7 +118,10 @@ void connman_device_set_max_scan_ssids(struct connman_device *device,
 int connman_device_get_max_scan_ssids(struct connman_device *device);
 void connman_device_set_wifi_5ghz_supported(struct connman_device *device,
                                                        bool is_5_0_ghz_supported);
+void connman_device_set_wifi_6ghz_supported(struct connman_device *device,
+                                                       bool is_6_0_ghz_supported);
 bool connman_device_get_wifi_5ghz_supported(struct connman_device *device);
+bool connman_device_get_wifi_6ghz_supported(struct connman_device *device);
 #endif
 int connman_device_remove_network(struct connman_device *device,
                                        struct connman_network *network);