Home
last modified time | relevance | path

Searched refs:GetSecurity (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service.cc115 &WiFiService::GetSecurity); in WiFiService()
1186 string WiFiService::GetSecurity(Error* /*error*/) { in GetSecurity() function in shill::WiFiService
1194 return ComputeSecurityClass(GetSecurity(error)); in GetSecurityClass()
Dwifi_service.h290 std::string GetSecurity(Error* error);
Dwifi_service_unittest.cc1776 EXPECT_EQ(kSecurityPsk, service->GetSecurity(nullptr)); in TEST_F()
1780 EXPECT_EQ(kSecurityPsk, service->GetSecurity(nullptr)); in TEST_F()
1782 EXPECT_EQ(kSecurityNone, service->GetSecurity(nullptr)); in TEST_F()
1784 EXPECT_EQ(kSecurityPsk, service->GetSecurity(nullptr)); in TEST_F()