summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/translation_of_shill_wimax_with_state.onc
blob: 3be399be9cf80991de9fd777361c074204f98d86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "Connectable": true,
    "ConnectionState": "NotConnected",
    "GUID": "{77db0089-0bc8-4358-929c-123xcv}",
    "Type": "WiMAX",
    "Name": "SomeWiMAX",
    "WiMAX": {
        "AutoConnect": true,
	"EAP": {
	  "Identity": "${LOGIN_ID}@my.domain.com",
	  "SaveCredentials": true
	},
        "SignalStrength": 10
    },
    "Source":"User"
}