mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"openNetworkConfiguration": {
|
|
"NetworkConfigurations": [
|
|
{
|
|
"GUID": "testNetwork",
|
|
"Name": "Test Network",
|
|
"Type": "WiFi",
|
|
"WiFi": {
|
|
"SSID": "Test Network",
|
|
"Security": "WPA-PSK",
|
|
"Passphrase": "password123456",
|
|
"AutoConnect": true
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|