summaryrefslogtreecommitdiffstats
path: root/components/onc
diff options
context:
space:
mode:
authorstevenjb <stevenjb@chromium.org>2014-09-19 14:03:31 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-19 21:03:59 +0000
commit9362ad95966777d8689476acbef35a31421831c3 (patch)
tree1616e0e37828d5deed272adb7ba35528c6d182c8 /components/onc
parent0fbac4d6271f2eaacd8d67800ba5dce7781578b4 (diff)
downloadchromium_src-9362ad95966777d8689476acbef35a31421831c3.zip
chromium_src-9362ad95966777d8689476acbef35a31421831c3.tar.gz
chromium_src-9362ad95966777d8689476acbef35a31421831c3.tar.bz2
Translate Wimax from Shill -> ONC, fix JS Wimax strings.
This is a follow up CL for 414417 that includes the ONC translation necessary for the Wimax UI and fixes the JS to use the new WiMAX capitalization. It also adds a WiMAX entry to the HTML doc. BUG=414417 Review URL: https://codereview.chromium.org/581213003 Cr-Commit-Position: refs/heads/master@{#295774}
Diffstat (limited to 'components/onc')
-rw-r--r--components/onc/docs/onc_spec.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index acfd64f..686dfda 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -356,6 +356,16 @@
Wi-Fi settings.
</dd>
+ <dt class="field">WiMAX</dt>
+ <dd>
+ <span class="field_meta">
+ (required if <span class="field">Type</span> is
+ <span class="value">WiMAX</span>, otherwise ignored)
+ <span class="type">WiMAX</span>
+ </span>
+ WiMAX settings.
+ </dd>
+
<dt class="field">Cellular</dt>
<dd>
<span class="field_meta">
@@ -1863,6 +1873,52 @@
</section>
<section>
+ <h1>WiMAX Networks</h1>
+ <p>
+ For WiMAX connections, <span class="field">Type</span> must be set to
+ <span class="value">WiMAX</span> and the
+ field <span class="field">WiMAX</span> must be set to an object of
+ type <span class="type">WiMAX</span>. Currently only used for
+ representing an existing configuration; ONC configuration of
+ of <span class="field">WiMAX</span> networks is not yet fully supported.
+ Contains the following fields:
+ </p>
+
+ <dl class="field_list">
+ <dt class="field">AutoConnect</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, defaults to <span class="value">false</span>)
+ <span class="type">boolean</span>
+ </span>
+ Indicating that the network should be connected to automatically when
+ possible.
+ </dd>
+
+ <dt class="field">EAP</dt>
+ <dd>
+ <span class="field_meta">
+ (required)
+ <span class="type">EAP</span>
+ </span>
+ EAP settings.
+ </dd>
+
+ <dt class="field">SignalStrength</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">integer</span>
+ </span>
+ The current signal strength for this network in the range [0, 100],
+ provided by the system. If the network is not in range this field will
+ be set to '0' or not present.
+ </dd>
+ </dl>
+
+</section>
+
+<section>
<h1>Cellular Networks</h1>
<p>
For Cellular connections, <span class="field">Type</span> must be set to