aboutsummaryrefslogtreecommitdiff
path: root/include/weave/provider/wifi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/weave/provider/wifi.h')
-rw-r--r--include/weave/provider/wifi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/weave/provider/wifi.h b/include/weave/provider/wifi.h
index 9c7cfca..7162084 100644
--- a/include/weave/provider/wifi.h
+++ b/include/weave/provider/wifi.h
@@ -31,6 +31,9 @@ class Wifi {
virtual bool IsWifi24Supported() const = 0;
virtual bool IsWifi50Supported() const = 0;
+ // Get SSID of the network device is connected.
+ virtual std::string GetConnectedSsid() const = 0;
+
protected:
virtual ~Wifi() {}
};