Home | History | Annotate | Download | only in cros

Lines Matching defs:encryption

1010   ConnectionSecurity encryption = encryption_;
1013 if (encryption == SECURITY_WPA || encryption == SECURITY_RSN)
1014 encryption = SECURITY_PSK;
1015 std::string security = std::string(SecurityToString(encryption));