Home
last modified time | relevance | path

Searched defs:key_rotation (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi_service.cc867 bool key_rotation = false; in UpdateSecurity() local
/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()