Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 1087353002: Add an ONC property for setting per-network roam threshold (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revised ONC spec doc Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/test/data/network/valid_wifi_psk.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
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&lt;hex-number&gt;, where &lt;hex-number&gt; is 723 must be of the format 0x&lt;hex-number&gt;, where &lt;hex-number&gt; is
724 40, 104, 128, or 232 bits. 724 40, 104, 128, or 232 bits.
725 </dd> 725 </dd>
726 726
727 <dt class="field">RoamThreshold</dt>
728 <dd>
729 <span class="field_meta">
730 (optional)
731 <span class="type">integer</span>
732 </span>
733 The roam threshold for this network, which is the signal-to-noise value
734 (in dB) below which we will attempt to roam to a new network. If this
735 value is not set, the default value will be used.
736 </dd>
737
727 <dt class="field">Security</dt> 738 <dt class="field">Security</dt>
728 <dd> 739 <dd>
729 <span class="field_meta"> 740 <span class="field_meta">
730 (required) 741 (required)
731 <span class="type">string</span> 742 <span class="type">string</span>
732 </span> 743 </span>
733 <span class="rule"> 744 <span class="rule">
734 <span class="rule_id"></span> 745 <span class="rule_id"></span>
735 Allowed values are <span class="value">None</span>, 746 Allowed values are <span class="value">None</span>,
736 <span class="value">WEP-PSK</span>, 747 <span class="value">WEP-PSK</span>,
(...skipping 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 is transmitted or saved to disk should be secure. On client device, when 3093 is transmitted or saved to disk should be secure. On client device, when
3083 user names for connections that are user-specific are persisted to disk, 3094 user names for connections that are user-specific are persisted to disk,
3084 they should be stored in a location that is encrypted. Users can also opt in 3095 they should be stored in a location that is encrypted. Users can also opt in
3085 these cases to not save their user credentials in the config file and will 3096 these cases to not save their user credentials in the config file and will
3086 instead be prompted when they are needed. 3097 instead be prompted when they are needed.
3087 </p> 3098 </p>
3088 </section> 3099 </section>
3089 </section> 3100 </section>
3090 </body> 3101 </body>
3091 </html> 3102 </html>
OLDNEW
« no previous file with comments | « chromeos/test/data/network/valid_wifi_psk.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698