aboutsummaryrefslogtreecommitdiff
path: root/include/weave/provider/test/mock_wifi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/weave/provider/test/mock_wifi.h')
-rw-r--r--include/weave/provider/test/mock_wifi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/weave/provider/test/mock_wifi.h b/include/weave/provider/test/mock_wifi.h
index 7ede55e..8fff0a3 100644
--- a/include/weave/provider/test/mock_wifi.h
+++ b/include/weave/provider/test/mock_wifi.h
@@ -25,6 +25,7 @@ class MockWifi : public Wifi {
MOCK_METHOD0(StopAccessPoint, void());
MOCK_CONST_METHOD0(IsWifi24Supported, bool());
MOCK_CONST_METHOD0(IsWifi50Supported, bool());
+ MOCK_CONST_METHOD0(GetConnectedSsid, std::string());
};
} // namespace test