Chromium Code Reviews| 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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 662 <dd> | 662 <dd> |
| 663 <span class="field_meta"> | 663 <span class="field_meta"> |
| 664 (required if <span class="field">Security</span> is | 664 (required if <span class="field">Security</span> is |
| 665 <span class="value">WEP-8021X</span> or | 665 <span class="value">WEP-8021X</span> or |
| 666 <span class="value">WPA-EAP</span>, otherwise ignored) | 666 <span class="value">WPA-EAP</span>, otherwise ignored) |
| 667 <span class="type">EAP</span> | 667 <span class="type">EAP</span> |
| 668 </span> | 668 </span> |
| 669 EAP settings. | 669 EAP settings. |
| 670 </dd> | 670 </dd> |
| 671 | 671 |
| 672 <dt class="field">HexSSID</dt> | |
| 673 <dd> | |
| 674 <span class="field_meta"> | |
| 675 (optional if <span class="field">SSID</span> is set, if so defaults to | |
| 676 a hex representation of <span class="field">SSID</span>) | |
| 677 <span class="type">string</span> | |
| 678 </span> | |
| 679 Hex representation of the network's SSID. If the | |
| 680 <span class="field">SSID</span> field is set, but | |
| 681 <span class="field">HexSSID</span> is not, converts the contents of the | |
| 682 <span class="field">SSID</span> field to UTF-8 encoding, | |
| 683 creates the hex representation and assigns the result to | |
| 684 <span class="field">HexSSID</span>. If both | |
| 685 <span class="field">HexSSID</span> and | |
| 686 <span class="field">SSID</span> are set, the values must be consistent. | |
| 687 </dd> | |
| 688 | |
| 672 <dt class="field">HiddenSSID</dt> | 689 <dt class="field">HiddenSSID</dt> |
| 673 <dd> | 690 <dd> |
| 674 <span class="field_meta"> | 691 <span class="field_meta"> |
| 675 (optional, defaults to <span class="value">false</span>) | 692 (optional, defaults to <span class="value">false</span>) |
| 676 <span class="type">boolean</span> | 693 <span class="type">boolean</span> |
| 677 </span> | 694 </span> |
| 678 Indicating if the SSID will be broadcast. | 695 Indicating if the SSID will be broadcast. |
| 679 </dd> | 696 </dd> |
| 680 | 697 |
| 681 <dt class="field">Passphrase</dt> | 698 <dt class="field">Passphrase</dt> |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 704 <span class="value">WEP-PSK</span>, | 721 <span class="value">WEP-PSK</span>, |
| 705 <span class="value">WEP-8021X</span>, | 722 <span class="value">WEP-8021X</span>, |
| 706 <span class="value">WPA-PSK</span>, and | 723 <span class="value">WPA-PSK</span>, and |
| 707 <span class="value">WPA-EAP</span>. | 724 <span class="value">WPA-EAP</span>. |
| 708 </span> | 725 </span> |
| 709 </dd> | 726 </dd> |
| 710 | 727 |
| 711 <dt class="field">SSID</dt> | 728 <dt class="field">SSID</dt> |
| 712 <dd> | 729 <dd> |
| 713 <span class="field_meta"> | 730 <span class="field_meta"> |
| 714 (required) | 731 (optional if <span class="field">HexSSID</span> is set) |
| 715 <span class="type">string</span> | 732 <span class="type">string</span> |
| 716 </span> | 733 </span> |
| 717 SSID of the network. | 734 SSID of the network. If both |
|
pneubeck (no reviews)
2014/11/27 14:49:02
mention here already / highlight, that this field
cschuet (SLOW)
2014/11/27 15:44:31
Done.
| |
| 735 <span class="field">HexSSID</span> and <span class="field">SSID</span> are | |
| 736 set, the values must be consistent. | |
| 718 </dd> | 737 </dd> |
| 719 | 738 |
| 720 <dt class="field">SignalStrength</dt> | 739 <dt class="field">SignalStrength</dt> |
| 721 <dd> | 740 <dd> |
| 722 <span class="field_meta"> | 741 <span class="field_meta"> |
| 723 (optional, read-only) | 742 (optional, read-only) |
| 724 <span class="type">integer</span> | 743 <span class="type">integer</span> |
| 725 </span> | 744 </span> |
| 726 The current signal strength for this network in the range [0, 100], | 745 The current signal strength for this network in the range [0, 100], |
| 727 provided by the system. If the network is not in range this field will | 746 provided by the system. If the network is not in range this field will |
| 728 be set to '0' or not present. | 747 be set to '0' or not present. |
| 729 </dd> | 748 </dd> |
| 730 </dl> | 749 </dl> |
| 731 </section> | 750 </section> |
|
pneubeck (no reviews)
2014/11/27 14:49:02
add a rule section (just search for 'rule') that s
cschuet (SLOW)
2014/11/27 15:44:31
Done.
| |
| 732 | 751 |
| 733 <section> | 752 <section> |
| 734 <h1>VPN networks</h1> | 753 <h1>VPN networks</h1> |
| 735 <p> | 754 <p> |
| 736 There are many kinds of VPNs with widely varying configuration options. We | 755 There are many kinds of VPNs with widely varying configuration options. We |
| 737 offer standard configuration options for a few common configurations at this | 756 offer standard configuration options for a few common configurations at this |
| 738 time, and may add more later. For all others, implementation specific fields | 757 time, and may add more later. For all others, implementation specific fields |
| 739 should be used. | 758 should be used. |
| 740 </p> | 759 </p> |
| 741 | 760 |
| (...skipping 2256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2998 is transmitted or saved to disk should be secure. On client device, when | 3017 is transmitted or saved to disk should be secure. On client device, when |
| 2999 user names for connections that are user-specific are persisted to disk, | 3018 user names for connections that are user-specific are persisted to disk, |
| 3000 they should be stored in a location that is encrypted. Users can also opt in | 3019 they should be stored in a location that is encrypted. Users can also opt in |
| 3001 these cases to not save their user credentials in the config file and will | 3020 these cases to not save their user credentials in the config file and will |
| 3002 instead be prompted when they are needed. | 3021 instead be prompted when they are needed. |
| 3003 </p> | 3022 </p> |
| 3004 </section> | 3023 </section> |
| 3005 </section> | 3024 </section> |
| 3006 </body> | 3025 </body> |
| 3007 </html> | 3026 </html> |
| OLD | NEW |