Searched refs:security_type (Results 1 – 1 of 1) sorted by relevance
44 const std::string& security_type = (*xml_rpc_value_in)[kXmlRpcStructTypeKey]; in CreateSecurityConfigObject() local45 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()