Add missing export and import source files to password_manager's browser target.
[chromium-blink-merge.git] / chromeos / test / data / network / valid_wifi_clientref.onc
blob3a31e79e9b66d2d1a79c9fa60cd80cadd7665204
2     "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
3     "Type": "WiFi",
4     "Name": "SomeWifi-XY",
5     "WiFi": {
6         "HexSSID": "4F70656E577274", // "OpenWrt"
7         "Security": "WPA-EAP",
8         "Recommended": [ "AutoConnect" ],
9         "EAP": {
10             "Outer": "EAP-TLS",
11             "Identity": "${LOGIN_ID}@my.domain.com",
12             "UseSystemCAs": true,
13             "ClientCertType": "Ref",
14             "ClientCertRef": "{58ac1967-a0e7-49e9-be68-123abc}",
15             "Recommended": [ "Identity" ],
16             "SaveCredentials": true
17         }
18     },
19     "ProxySettings": {
20         "Type": "PAC",
21         "PAC": "https://proxycfg.my.domain.com/proxy.dat"
22     }