From 30a7d44dd3fd802dc431671b6f065796d102a2d2 Mon Sep 17 00:00:00 2001
From: pneubeck
Date: Mon, 15 Sep 2014 14:38:08 -0700
Subject: Fix some properties on the settings page read from ONC.
- Fixed AutoConnect, which is stored in each network type's subdictionary.
- Added a Cellular.AutoConnect property to ONC.
- Fixed VPN username for L2TP-IPsec, which is stored in 'L2TP'.
- Removed reading Wimax properties from ONC, as these are not yet supported.
BUG=412807
Review URL: https://codereview.chromium.org/571123002
Cr-Commit-Position: refs/heads/master@{#294897}
---
components/onc/docs/onc_spec.html | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
(limited to 'components/onc/docs')
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 9a0f1e0..acfd64f 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -1869,12 +1869,23 @@
Cellular and the
field Cellular must be set to an object of
type Cellular. Currently only used for
- representing an existing configuraiton; ONC configuration of
+ representing an existing configuration; ONC configuration of
of Cellular networks is not yet supported.
Contains the following fields:
+ - AutoConnect
+ -
+
+ (optional, defaults to false)
+ boolean
+
+ Indicating that the network should be connected to automatically when
+ possible. Note, that disabled AllowRoaming
+ takes precedence over autoconnect.
+
+
- APN
-
(optional)
--
cgit v1.1