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

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

Issue 280023003: Implement networkingPrivate.getNetworks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nonchromeos Created 6 years, 7 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
« no previous file with comments | « chromeos/network/shill_property_util.h ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/onc/docs/onc_spec.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index b93b1516f851f0b7b52b48230d7ae25ca6032915..da0d2cfb276e04bc734c4dc763379ca6b649789b 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -351,6 +351,45 @@
</span>
Indicates which kind of connection this is.
</dd>
+
+ <dt class="field">ConnectionState</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">string</span>
+ </span>
+ The current connection state for this network, provided by the system.
+ <span class="rule">
+ <span class="rule_id"></span>
+ Allowed values are:
+ <span class="value">Connected</span>,
+ <span class="value">Connecting</span>,
+ <span class="value">NotConnected</span>
+ </span>
+ </dd>
+
+ <dt class="field">Connectable</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">boolean</span>
+ </span>
+ True if the system indicates that the network can be connected to without
+ any additional configuration.
+ </dd>
+
+ <dt class="field">ErrorState</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">string</span>
+ </span>
+ The current error state for this network. Error states are provided by
+ the system and are not explicitly defined here. They may or may not be
+ human-readable. This field will be empty or absent if the network is not
+ in an error state.
+ </dd>
+
</dl>
<section>
@@ -553,6 +592,17 @@
</span>
SSID of the network.
</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>
« no previous file with comments | « chromeos/network/shill_property_util.h ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698