OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <link rel="stylesheet" href="onc_spec.css" > | 5 <link rel="stylesheet" href="onc_spec.css" > |
6 <script src="onc_spec.js"></script> | 6 <script src="onc_spec.js"></script> |
7 <title>Open Network Configuration Format</title> | 7 <title>Open Network Configuration Format</title> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 | 10 |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 <dt class="field">MacAddress</dt> | 424 <dt class="field">MacAddress</dt> |
425 <dd> | 425 <dd> |
426 <span class="field_meta"> | 426 <span class="field_meta"> |
427 (optional, read-only) | 427 (optional, read-only) |
428 <span class="type">string</span> | 428 <span class="type">string</span> |
429 </span> | 429 </span> |
430 The MAC address for the network. Only applies to connected non-virtual | 430 The MAC address for the network. Only applies to connected non-virtual |
431 networks. The format is 00:11:22:AA:BB:CC. | 431 networks. The format is 00:11:22:AA:BB:CC. |
432 </dd> | 432 </dd> |
433 | 433 |
| 434 <dt class="field">Source</dt> |
| 435 <dd> |
| 436 <span class="field_meta"> |
| 437 (optional, read-only) |
| 438 <span class="type">string</span> |
| 439 </span> |
| 440 Indicates whether the network is configured and how it is configured: |
| 441 <ul> |
| 442 <li><span class="value">User</span>: Configured for the active |
| 443 user only, i.e. an unshared configuration.</li> |
| 444 <li><span class="value">Device</span>: Configured for all users of the |
| 445 device (e.g laptop), i.e. a shared configuration.</li> |
| 446 <li><span class="value">UserPolicy</span>: Configured by the user |
| 447 policy for the active user.</li> |
| 448 <li><span class="value">DevicePolicy</span>: Configured by the device |
| 449 policy for the device.</li> |
| 450 <li><span class="value">None</span>: Not configured, e.g. a visible |
| 451 but unconfigured WiFi network.</li> |
| 452 </ul> |
| 453 <span class="rule"> |
| 454 <span class="rule_id"></span> |
| 455 Allowed values are: |
| 456 <span class="value">User</span>, |
| 457 <span class="value">Device</span>, |
| 458 <span class="value">UserPolicy</span>, |
| 459 <span class="value">DevicePolicy</span>, |
| 460 <span class="value">None</span> |
| 461 </span> |
| 462 </dd> |
| 463 |
434 <dt class="field">Priority</dt> | 464 <dt class="field">Priority</dt> |
435 <dd> | 465 <dd> |
436 <span class="field_meta"> | 466 <span class="field_meta"> |
437 (optional) | 467 (optional) |
438 <span class="type">integer</span> | 468 <span class="type">integer</span> |
439 </span> | 469 </span> |
440 Provides a suggested priority value for this network. May be used by the | 470 Provides a suggested priority value for this network. May be used by the |
441 system to determine which network to connect to when multiple configured | 471 system to determine which network to connect to when multiple configured |
442 networks are available (or may be ignored). | 472 networks are available (or may be ignored). |
443 </dd> | 473 </dd> |
(...skipping 1919 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2363 is transmitted or saved to disk should be secure. On client device, when | 2393 is transmitted or saved to disk should be secure. On client device, when |
2364 user names for connections that are user-specific are persisted to disk, | 2394 user names for connections that are user-specific are persisted to disk, |
2365 they should be stored in a location that is encrypted. Users can also opt in | 2395 they should be stored in a location that is encrypted. Users can also opt in |
2366 these cases to not save their user credentials in the config file and will | 2396 these cases to not save their user credentials in the config file and will |
2367 instead be prompted when they are needed. | 2397 instead be prompted when they are needed. |
2368 </p> | 2398 </p> |
2369 </section> | 2399 </section> |
2370 </section> | 2400 </section> |
2371 </body> | 2401 </body> |
2372 </html> | 2402 </html> |
OLD | NEW |