Searched refs:service_properties (Results 1 – 3 of 3) sorted by relevance
151 VariantDictionary service_properties; in Connect() local152 service_properties[shill::kTypeProperty] = Any{string{shill::kTypeWifi}}; in Connect()153 service_properties[shill::kSSIDProperty] = Any{ssid}; in Connect()155 service_properties[shill::kSecurityProperty] = Any{shill::kSecurityNone}; in Connect()157 service_properties[shill::kPassphraseProperty] = Any{passphrase}; in Connect()158 service_properties[shill::kSecurityProperty] = Any{shill::kSecurityPsk}; in Connect()160 service_properties[shill::kSaveCredentialsProperty] = Any{true}; in Connect()161 service_properties[shill::kAutoConnectProperty] = Any{true}; in Connect()164 if (!manager_proxy_.ConfigureService(service_properties, &service_path, in Connect()
105 const brillo::VariantDictionary& service_properties,147 const brillo::VariantDictionary& service_properties,155 const brillo::VariantDictionary& service_properties,
285 const brillo::VariantDictionary& service_properties, in WaitForMatchingServiceProxy() argument293 service_properties); in WaitForMatchingServiceProxy()297 service_properties, in WaitForMatchingServiceProxy()521 const brillo::VariantDictionary& service_properties, in IsMatchingServicePresent() argument526 auto service_proxy = GetMatchingServiceProxy(service_properties); in IsMatchingServicePresent()541 const brillo::VariantDictionary& service_properties, in FindServiceOrRestartScan() argument543 if (GetMatchingServiceProxy(service_properties)) { in FindServiceOrRestartScan()