Home
last modified time | relevance | path

Searched refs:key_rotation (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service.cc867 bool key_rotation = false; in UpdateSecurity() local
874 key_rotation = Is8021x(); in UpdateSecurity()
879 key_rotation = true; in UpdateSecurity()
883 key_rotation = true; in UpdateSecurity()
887 key_rotation = true; in UpdateSecurity()
890 SetSecurity(algorithm, key_rotation, endpoint_auth); in UpdateSecurity()
Dwifi_service_unittest.cc1792 EXPECT_FALSE(service->key_rotation()); in TEST_F()
1798 EXPECT_FALSE(service->key_rotation()); in TEST_F()
1804 EXPECT_TRUE(service->key_rotation()); in TEST_F()
1810 EXPECT_TRUE(service->key_rotation()); in TEST_F()
1816 EXPECT_TRUE(service->key_rotation()); in TEST_F()
1826 EXPECT_TRUE(service->key_rotation()); in TEST_F()
1836 EXPECT_TRUE(service->key_rotation()); in TEST_F()
1846 EXPECT_TRUE(service->key_rotation()); in TEST_F()
1856 EXPECT_TRUE(service->key_rotation()); in TEST_F()
/system/connectivity/shill/
Dservice.h414 bool key_rotation() const { return key_rotation_; } in key_rotation() function
Dservice.cc1535 void Service::SetSecurity(CryptoAlgorithm crypto_algorithm, bool key_rotation, in SetSecurity() argument
1538 key_rotation_ = key_rotation; in SetSecurity()
Dmanager.cc1954 << " key_rotation: " << service->key_rotation() in AutoConnect()
2054 << " key_rotation: " << service->key_rotation() in ConnectToBestServicesTask()