OLD | NEW |
---|---|
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 Loading... | |
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** | |
stevenjb
2017/04/27 19:28:53
I don't love this name. I'm not sure I have a grea
Kyle Horimoto
2017/04/27 19:40:23
Unfortunately, "Authenticated" doesn't apply to th
stevenjb
2017/04/27 19:47:32
As long as you and Ryan and/or Jeremy are in agree
| |
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 Loading... | |
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 |
OLD | NEW |