| 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 True if the system indicates that the network can be connected to without | 449 True if the system indicates that the network can be connected to without |
| 450 any additional configuration. | 450 any additional configuration. |
| 451 </dd> | 451 </dd> |
| 452 | 452 |
| 453 <dt class="field">ErrorState</dt> | 453 <dt class="field">ErrorState</dt> |
| 454 <dd> | 454 <dd> |
| 455 <span class="field_meta"> | 455 <span class="field_meta"> |
| 456 (optional, read-only) | 456 (optional, read-only) |
| 457 <span class="type">string</span> | 457 <span class="type">string</span> |
| 458 </span> | 458 </span> |
| 459 The current error state for this network, if any. Error states are | 459 The current error state for this network. Error states are provided by |
| 460 provided by the system and are not explicitly defined here. They may or | 460 the system and are not explicitly defined here. They may or may not be |
| 461 may not be human-readable. This field will be empty or absent if the | 461 human-readable. This field will be empty or absent if the network is not |
| 462 network is not in an error state. | 462 in an error state. |
| 463 </dd> | 463 </dd> |
| 464 | 464 |
| 465 <dt class="field">MacAddress</dt> | 465 <dt class="field">MacAddress</dt> |
| 466 <dd> | 466 <dd> |
| 467 <span class="field_meta"> | 467 <span class="field_meta"> |
| 468 (optional, read-only) | 468 (optional, read-only) |
| 469 <span class="type">string</span> | 469 <span class="type">string</span> |
| 470 </span> | 470 </span> |
| 471 The MAC address for the network. Only applies to connected non-virtual | 471 The MAC address for the network. Only applies to connected non-virtual |
| 472 networks. The format is 00:11:22:AA:BB:CC. | 472 networks. The format is 00:11:22:AA:BB:CC. |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 <dt class="field">Passphrase</dt> | 713 <dt class="field">Passphrase</dt> |
| 714 <dd> | 714 <dd> |
| 715 <span class="field_meta"> | 715 <span class="field_meta"> |
| 716 (required if <span class="field">Security</span> is | 716 (required if <span class="field">Security</span> is |
| 717 <span class="value">WEP-PSK</span> or | 717 <span class="value">WEP-PSK</span> or |
| 718 <span class="value">WPA-PSK</span>, otherwise ignored) | 718 <span class="value">WPA-PSK</span>, otherwise ignored) |
| 719 <span class="type">string</span> | 719 <span class="type">string</span> |
| 720 </span> | 720 </span> |
| 721 Describes the passphrase for WEP/WPA/WPA2 | 721 Describes the passphrase for WEP/WPA/WPA2 |
| 722 connections. If <span class="value">WEP-PSK</span> is used, the passphrase | 722 connections. If <span class="value">WEP-PSK</span> is used, the passphrase |
| 723 must be of the format 0x< | 723 must be of the format 0x<hex-number>, where <hex-number> is |
| 724 hex - number& gt; | |
| 725 , where& lt; | |
| 726 hex - number& gt; is | |
| 727 40, 104, 128, or 232 bits. | 724 40, 104, 128, or 232 bits. |
| 728 </dd> | 725 </dd> |
| 729 | 726 |
| 730 <dt class="field">Security</dt> | 727 <dt class="field">Security</dt> |
| 731 <dd> | 728 <dd> |
| 732 <span class="field_meta"> | 729 <span class="field_meta"> |
| 733 (required) | 730 (required) |
| 734 <span class="type">string</span> | 731 <span class="type">string</span> |
| 735 </span> | 732 </span> |
| 736 <span class="rule"> | 733 <span class="rule"> |
| (...skipping 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3134 is transmitted or saved to disk should be secure. On client device, when | 3131 is transmitted or saved to disk should be secure. On client device, when |
| 3135 user names for connections that are user-specific are persisted to disk, | 3132 user names for connections that are user-specific are persisted to disk, |
| 3136 they should be stored in a location that is encrypted. Users can also opt in | 3133 they should be stored in a location that is encrypted. Users can also opt in |
| 3137 these cases to not save their user credentials in the config file and will | 3134 these cases to not save their user credentials in the config file and will |
| 3138 instead be prompted when they are needed. | 3135 instead be prompted when they are needed. |
| 3139 </p> | 3136 </p> |
| 3140 </section> | 3137 </section> |
| 3141 </section> | 3138 </section> |
| 3142 </body> | 3139 </body> |
| 3143 </html> | 3140 </html> |
| OLD | NEW |