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

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

Completed in 36 milliseconds