summaryrefslogtreecommitdiffstats
path: root/components/onc/docs
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 21:36:00 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-19 21:36:00 +0000
commit04df97cf67a5b7fdcd5bb3b729975ee7fd49c417 (patch)
treed424b7b34a7981380cd22e7bd59016f25eb47b06 /components/onc/docs
parent6eb4cc7f9a06e3021aadebe3fb6a10547974eeb8 (diff)
downloadchromium_src-04df97cf67a5b7fdcd5bb3b729975ee7fd49c417.zip
chromium_src-04df97cf67a5b7fdcd5bb3b729975ee7fd49c417.tar.gz
chromium_src-04df97cf67a5b7fdcd5bb3b729975ee7fd49c417.tar.bz2
Implement networkingPrivate.getNetworks
Design Doc and Proposal here: https://docs.google.com/a/google.com/document/d/1QWIzDvf_-iZJW8CINvhxzIERwwKeg72302hNUw0ZrSM/edit This CL depends on https://codereview.chromium.org/275543005/ BUG=371966 Review URL: https://codereview.chromium.org/280023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/onc/docs')
-rw-r--r--components/onc/docs/onc_spec.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index b93b151..da0d2cf 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>