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

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

Issue 1033843003: Add NetworkTechnology types to ONC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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 7c6c55358e247bc6a151a9e90d9bfe98b87ee863..a0b89abd1dd2916551c4ca90a4913331dedb7e9b 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -20,7 +20,7 @@
<h1>Objective</h1>
<p>
We would like to create a simple, open, but complete format to describe
- multiple network configurations for Wi-Fi, Ethernet, Cellular,
+ multiple network configurations for WiFi, Ethernet, Cellular,
Bluetooth/WiFi-Direct, and VPN connections in a single file format, in order
to simplify and automate network configuration for users.
</p>
@@ -33,7 +33,7 @@
is a problem shared across desktop, laptop, tablet, and phone users of all
operating system types. It is exacerbated in business and schools which
often have complex network configurations (VPNs and 802.1X networking) that
- change often and have many connected devices. Configuration of Wi-Fi is
+ change often and have many connected devices. Configuration of WiFi is
still done manually, often by administrators physically standing next to
users working on devices. Certificate distribution is particularly painful
which often results in admins instead using passphrases to protect networks
@@ -202,7 +202,7 @@
(optional)
<span class="type">array of NetworkConfiguration</span>
</span>
- Describes Wi-Fi, Ethernet, VPN, and wireless connections.
+ Describes WiFi, Ethernet, VPN, and wireless connections.
</dd>
<dt class="field">Certificates</dt>
@@ -374,7 +374,7 @@
<span class="value">WiFi</span>, otherwise ignored)
<span class="type">WiFi</span>
</span>
- Wi-Fi settings.
+ WiFi settings.
</dd>
<dt class="field">WiMAX</dt>
@@ -649,9 +649,9 @@
</section>
<section>
- <h1>Wi-Fi networks</h1>
+ <h1>WiFi networks</h1>
<p>
- For Wi-Fi connections, <span class="field">Type</span> must be set to
+ For WiFi connections, <span class="field">Type</span> must be set to
<span class="value">WiFi</span> and the
field <span class="field">WiFi</span> must be set to an object of
type <span class="type">WiFi</span> containing the following fields:
@@ -2304,11 +2304,16 @@
network technology currently in use.
<span class="rule"><span class="rule_id"></span>
Allowed values are
- <span class="value">1xRTT</span>, <span class="value">EVDO</span>,
- <span class="value">GPRS</span>, <span class="value">EDGE</span>,
+ <span class="value">CDMA1XRTT</span>,
+ <span class="value">EDGE</span>,
+ <span class="value">EVDO</span>,
+ <span class="value">GPRS</span>,
+ <span class="value">GSM</span>,
+ <span class="value">HSPA</span>,
+ <span class="value">HSPAPlus</span>,
+ <span class="value">LTE</span>,
+ <span class="value">LTEAdvanced</span>
<span class="value">UMTS</span>,
- <span class="value">HSPA</span>, <span class="value">HSPA+</span>,
- <span class="value">LTE</span>, <span class="value">LTE Advanced</span>
</span>
</dd>
@@ -2547,7 +2552,7 @@
<section>
<h1>Bluetooth / WiFi Direct Networks</h1>
<p>
- This format will eventually also cover configuration of Bluetooth and Wi-Fi
+ This format will eventually also cover configuration of Bluetooth and WiFi
Direct network technologies, however they are currently not supported.
</p>
</section>
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_cellular_with_state.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698