Home | History | Annotate | Download | only in cros

Lines Matching refs:SetStringProperty

1139 void Network::SetStringProperty(
1155 SetStringProperty(prop, str, dest);
1348 SetStringProperty(kL2TPIPSecCACertProperty, ca_cert, &ca_cert_);
1352 SetStringProperty(kL2TPIPSecPSKProperty, psk_passphrase,
1357 SetStringProperty(kL2TPIPSecCertProperty, user_cert, &user_cert_);
1361 SetStringProperty(kL2TPIPSecKeyProperty, key, &user_cert_key_);
1365 SetStringProperty(kL2TPIPSecUserProperty, username, &username_);
1369 SetStringProperty(kL2TPIPSecPasswordProperty, user_passphrase,
1964 SetStringProperty(kIdentityProperty, identity, &identity_);
1968 SetStringProperty(kCertPathProperty, cert_path, &cert_path_);
1975 SetStringProperty(kEapMethodProperty, kEapMethodPEAP, NULL);
1978 SetStringProperty(kEapMethodProperty, kEapMethodTLS, NULL);
1981 SetStringProperty(kEapMethodProperty, kEapMethodTTLS, NULL);
1984 SetStringProperty(kEapMethodProperty, kEapMethodLEAP, NULL);
2000 SetStringProperty(kEapPhase2AuthProperty,
2006 SetStringProperty(kEapPhase2AuthProperty,
2012 SetStringProperty(kEapPhase2AuthProperty, kEapPhase2AuthTTLSMSCHAP, NULL);
2015 SetStringProperty(kEapPhase2AuthProperty, kEapPhase2AuthTTLSPAP, NULL);
2018 SetStringProperty(kEapPhase2AuthProperty, kEapPhase2AuthTTLSCHAP, NULL);