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

Side by Side Diff: components/onc/docs/onc_spec.md

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Rebased. Created 3 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 unified diff | Download patch
« no previous file with comments | « chromeos/test/data/network/tether.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Open Network Configuration 1 # Open Network Configuration
2 2
3 [TOC] 3 [TOC]
4 4
5 ## Objective 5 ## Objective
6 6
7 We would like to create a simple, open, but complete format to describe 7 We would like to create a simple, open, but complete format to describe
8 multiple network configurations for WiFi, Ethernet, Cellular, 8 multiple network configurations for WiFi, Ethernet, Cellular,
9 Bluetooth/WiFi-Direct, and VPN connections in a single file format, in order 9 Bluetooth/WiFi-Direct, and VPN connections in a single file format, in order
10 to simplify and automate network configuration for users. 10 to simplify and automate network configuration for users.
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 * **BatteryPercentage** 1449 * **BatteryPercentage**
1450 * (optional, read-only) - **integer** 1450 * (optional, read-only) - **integer**
1451 * The battery percentage of the device providing the tether hotspot in the 1451 * The battery percentage of the device providing the tether hotspot in the
1452 range [0, 100]. 1452 range [0, 100].
1453 1453
1454 * **Carrier** 1454 * **Carrier**
1455 * (optional, read-only) - **string** 1455 * (optional, read-only) - **string**
1456 * The name of the cellular carrier when the hotspot is provided by a 1456 * The name of the cellular carrier when the hotspot is provided by a
1457 cellular connection. 1457 cellular connection.
1458 1458
1459 * **HasConnectedToHost**
1460 * (read-only) - **boolean**
1461 * If *true*, the current device has already connected to a Tether network
1462 created by the same external device which is providing this Tether
1463 network.
1464
1459 * **SignalStrength** 1465 * **SignalStrength**
1460 * (optional, read-only) - **integer** 1466 * (optional, read-only) - **integer**
1461 * The current signal strength for the hotspot's connection in the range 1467 * The current signal strength for the hotspot's connection in the range
1462 [0, 100]. Note that this value refers to the strength of the signal 1468 [0, 100]. Note that this value refers to the strength of the signal
1463 between the external device and its data provider, not the strength of the 1469 between the external device and its data provider, not the strength of the
1464 signal between the current device and the external device. 1470 signal between the current device and the external device.
1465 1471
1466 1472
1467 ## Bluetooth / WiFi Direct Networks 1473 ## Bluetooth / WiFi Direct Networks
1468 1474
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 is transmitted or saved to disk should be secure. On client device, when 1812 is transmitted or saved to disk should be secure. On client device, when
1807 user names for connections that are user-specific are persisted to disk, 1813 user names for connections that are user-specific are persisted to disk,
1808 they should be stored in a location that is encrypted. Users can also opt in 1814 they should be stored in a location that is encrypted. Users can also opt in
1809 these cases to not save their user credentials in the config file and will 1815 these cases to not save their user credentials in the config file and will
1810 instead be prompted when they are needed. 1816 instead be prompted when they are needed.
1811 1817
1812 ## Authors 1818 ## Authors
1813 1819
1814 * pneubeck@chromium.org 1820 * pneubeck@chromium.org
1815 * stevenjb@chromium.org 1821 * stevenjb@chromium.org
OLDNEW
« no previous file with comments | « chromeos/test/data/network/tether.onc ('k') | components/onc/onc_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698