The file names should describe what they do, not the policies that they use inside.
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"openNetworkConfiguration": {
|
|
"NetworkConfigurations": [
|
|
{
|
|
"GUID": "testNetwork",
|
|
"Name": "Test Network",
|
|
"Type": "WiFi",
|
|
"WiFi": {
|
|
"SSID": "Test Network",
|
|
"Security": "WPA-PSK",
|
|
"Passphrase": "password123456",
|
|
"AutoConnect": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|