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.</li> | |
444 <li><span class="value">Device</span>: Configured for the device.</li> | |
pneubeck (no reviews)
2014/09/10 20:22:38
'device' has many meanings. Please mention 'other
stevenjb
2014/09/10 22:42:02
Done.
| |
445 <li><span class="value">UserPolicy</span>: Configured by a user | |
pneubeck (no reviews)
2014/09/10 20:22:39
drop the 'a' in front of user policy
stevenjb
2014/09/10 22:42:02
That's awkward in english, but s/a/the/.
| |
446 policty for the active user.</li> | |
pneubeck (no reviews)
2014/09/10 20:22:39
typo: policty
stevenjb
2014/09/10 22:42:02
Done.
| |
447 <li><span class="value">DevicePolicy</span>: Configured by a device | |
pneubeck (no reviews)
2014/09/10 20:22:38
drop the 'a' in front of device policy
stevenjb
2014/09/10 22:42:02
Done.
| |
448 policty for the device.</li> | |
pneubeck (no reviews)
2014/09/10 20:22:39
typo: policty
stevenjb
2014/09/10 22:42:02
Done.
| |
449 <li><span class="value">None</span>: Not configured, e.g. a visibe | |
pneubeck (no reviews)
2014/09/10 20:22:39
typo: visibe
stevenjb
2014/09/10 22:42:02
Done.
| |
450 but unconfigured WiFi network.</li> | |
451 </ul> | |
452 <span class="rule"> | |
453 <span class="rule_id"></span> | |
454 Allowed values are: | |
455 <span class="value">User</span>, | |
456 <span class="value">Device</span>, | |
457 <span class="value">UserPolicy</span>, | |
458 <span class="value">DevicePolicy</span>, | |
459 <span class="value">None</span> | |
460 </span> | |
461 </dd> | |
462 | |
434 <dt class="field">Priority</dt> | 463 <dt class="field">Priority</dt> |
435 <dd> | 464 <dd> |
436 <span class="field_meta"> | 465 <span class="field_meta"> |
437 (optional) | 466 (optional) |
438 <span class="type">integer</span> | 467 <span class="type">integer</span> |
439 </span> | 468 </span> |
440 Provides a suggested priority value for this network. May be used by the | 469 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 | 470 system to determine which network to connect to when multiple configured |
442 networks are available (or may be ignored). | 471 networks are available (or may be ignored). |
443 </dd> | 472 </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 | 2392 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, | 2393 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 | 2394 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 | 2395 these cases to not save their user credentials in the config file and will |
2367 instead be prompted when they are needed. | 2396 instead be prompted when they are needed. |
2368 </p> | 2397 </p> |
2369 </section> | 2398 </section> |
2370 </section> | 2399 </section> |
2371 </body> | 2400 </body> |
2372 </html> | 2401 </html> |
OLD | NEW |