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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/weave/provider/test/mock_wifi.h b/include/weave/provider/test/mock_wifi.h
index 9fbe10f..7ede55e 100644
--- a/include/weave/provider/test/mock_wifi.h
+++ b/include/weave/provider/test/mock_wifi.h
@@ -23,6 +23,8 @@ class MockWifi : public Wifi {
const DoneCallback&));
MOCK_METHOD1(StartAccessPoint, void(const std::string&));
MOCK_METHOD0(StopAccessPoint, void());
+ MOCK_CONST_METHOD0(IsWifi24Supported, bool());
+ MOCK_CONST_METHOD0(IsWifi50Supported, bool());
};
} // namespace test