Home | History | Annotate | Download | only in automation

Lines Matching refs:config_data

806     chromeos::NetworkLibrary::EAPConfigData config_data;
828 config_data.method = eap_method_map[eap_method];
844 config_data.auth = eap_auth_map[eap_auth];
846 config_data.identity = eap_identity;
849 config_data.use_system_cas = false;
850 config_data.client_cert_pkcs11_id = "";
853 ssid, chromeos::SECURITY_8021X, password, &config_data,
902 chromeos::NetworkLibrary::VPNConfigData config_data;
903 config_data.psk = key;
904 config_data.username = username;
905 config_data.user_passphrase = password;
910 config_data);
920 chromeos::NetworkLibrary::VPNConfigData config_data;
921 config_data.client_cert_pkcs11_id = cert_id;
922 config_data.username = username;
923 config_data.user_passphrase = password;
928 config_data);
934 chromeos::NetworkLibrary::VPNConfigData config_data;
935 config_data.client_cert_pkcs11_id = cert_id;
936 config_data.username = username;
937 config_data.user_passphrase = password;
938 config_data.otp = otp;
943 config_data);