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

Unified Diff: components/onc/docs/onc_spec.html

Issue 581213003: Translate Wimax from Shill -> ONC, fix JS Wimax strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: components/onc/docs/onc_spec.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index acfd64fe1ace101d4ba997c73de45c12eda2216f..686dfda714d31ce5e5169b1f0e5d0de68489ba37 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

Powered by Google App Engine
This is Rietveld 408576698