Searched refs:IsWifi24Supported (Results 1 – 5 of 5) sorted by relevance
26 MOCK_CONST_METHOD0(IsWifi24Supported, bool());
31 virtual bool IsWifi24Supported() const = 0;
38 bool IsWifi24Supported() const override {return true;}; in IsWifi24Supported() function
208 if (wifi_->IsWifi24Supported()) in GetTypes()
185 EXPECT_CALL(wifi_, IsWifi24Supported()).WillRepeatedly(Return(true)); in SetUp()