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

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: 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 wpa_supplicant will attempt to roam to a new network.
pneubeck (no reviews) 2015/04/16 17:10:51 better remove references to concrete implementatio
samueltan 2015/04/16 17:41:07 Done.
735 If this value is not set, the roam threshold for the current WiFi device
pneubeck (no reviews) 2015/04/16 17:10:51 these two sentences about the WiFi device's roam t
samueltan 2015/04/16 17:41:07 Done. The description is now: The roam threshold
736 will be used. Otherwise, this value overrides the roam threshold value for
737 the WiFi device.
738 </dd>
739
727 <dt class="field">Security</dt> 740 <dt class="field">Security</dt>
728 <dd> 741 <dd>
729 <span class="field_meta"> 742 <span class="field_meta">
730 (required) 743 (required)
731 <span class="type">string</span> 744 <span class="type">string</span>
732 </span> 745 </span>
733 <span class="rule"> 746 <span class="rule">
734 <span class="rule_id"></span> 747 <span class="rule_id"></span>
735 Allowed values are <span class="value">None</span>, 748 Allowed values are <span class="value">None</span>,
736 <span class="value">WEP-PSK</span>, 749 <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 3095 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, 3096 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 3097 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 3098 these cases to not save their user credentials in the config file and will
3086 instead be prompted when they are needed. 3099 instead be prompted when they are needed.
3087 </p> 3100 </p>
3088 </section> 3101 </section>
3089 </section> 3102 </section>
3090 </body> 3103 </body>
3091 </html> 3104 </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