diff options
author | samueltan <samueltan@chromium.org> | 2015-04-16 14:21:27 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-16 21:21:44 +0000 |
commit | f8c7616547bed21a7296d8beb3962068aa301366 (patch) | |
tree | aa3d2687042ebdda6175b85ee64420f9409327ca /components/onc/docs | |
parent | 274eb3202c59d4842c191e924577e81f14044af5 (diff) | |
download | chromium_src-f8c7616547bed21a7296d8beb3962068aa301366.zip chromium_src-f8c7616547bed21a7296d8beb3962068aa301366.tar.gz chromium_src-f8c7616547bed21a7296d8beb3962068aa301366.tar.bz2 |
Add an ONC property for setting per-network roam threshold
This CL maps an ONC property for setting per-network roam threshold.
BUG=chrome-os-partner:38681
TEST=Expanded test ONC and JSON test sets
Review URL: https://codereview.chromium.org/1087353002
Cr-Commit-Position: refs/heads/master@{#325515}
Diffstat (limited to 'components/onc/docs')
-rw-r--r-- | components/onc/docs/onc_spec.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html index 0c2aa63..e791588 100644 --- a/components/onc/docs/onc_spec.html +++ b/components/onc/docs/onc_spec.html @@ -724,6 +724,17 @@ 40, 104, 128, or 232 bits. </dd> + <dt class="field">RoamThreshold</dt> + <dd> + <span class="field_meta"> + (optional) + <span class="type">integer</span> + </span> + The roam threshold for this network, which is the signal-to-noise value + (in dB) below which we will attempt to roam to a new network. If this + value is not set, the default value will be used. + </dd> + <dt class="field">Security</dt> <dd> <span class="field_meta"> |