Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_security_types.cc44 const std::string& security_type = (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in CreateSecurityConfigObject() local
45 if (security_type == "SecurityConfig") { in CreateSecurityConfigObject()
48 if (security_type == "WEPConfig") { in CreateSecurityConfigObject()
51 if (security_type == "WPAConfig") { in CreateSecurityConfigObject()
54 LOG(FATAL) << "Unexpected object received. Received: " << security_type; in CreateSecurityConfigObject()