OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <link rel="stylesheet" href="onc_spec.css" > | 5 <link rel="stylesheet" href="onc_spec.css" > |
6 <script src="onc_spec.js"></script> | 6 <script src="onc_spec.js"></script> |
7 <title>Open Network Configuration Format</title> | 7 <title>Open Network Configuration Format</title> |
8 </head> | 8 </head> |
9 <body> | 9 <body> |
10 | 10 |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
247 <span class="type">string</span> | 247 <span class="type">string</span> |
248 </span> | 248 </span> |
249 A unique identifier for this network connection, which exists to make it | 249 A unique identifier for this network connection, which exists to make it |
250 possible to update previously imported configurations. Must be a non-empty | 250 possible to update previously imported configurations. Must be a non-empty |
251 string. | 251 string. |
252 </dd> | 252 </dd> |
253 | 253 |
254 <dt class="field">IPConfigs</dt> | 254 <dt class="field">IPConfigs</dt> |
255 <dd> | 255 <dd> |
256 <span class="field_meta"> | 256 <span class="field_meta"> |
257 (optional for connected networks, read-only) | |
258 <span class="type">array of IPConfig</span> | |
259 </span> | |
260 Array of IPConfig properties associated with this connection. | |
261 </dd> | |
262 | |
263 <dt class="field">StaticIPConfig</dt> | |
264 <dd> | |
265 <span class="field_meta"> | |
257 (optional if <span class="field">Remove</span> is | 266 (optional if <span class="field">Remove</span> is |
258 <span class="value">false</span>, otherwise ignored) | 267 <span class="value">false</span>, otherwise ignored) |
259 <span class="type">array of IPConfig</span> | 268 <span class="type">IPConfig</span> |
260 </span> | 269 </span> |
261 Static IPv4 or IPv6 parameters to associate with this connection. | 270 IPConfig property that overrides individual IPConfig parameters received |
pneubeck (no reviews)
2014/09/04 12:38:45
nit:
Somehow I find this still a little bit hard
stevenjb
2014/09/04 15:26:21
Done.
| |
271 over DHCP. | |
272 </dd> | |
273 | |
274 <dt class="field">SavedIPConfig</dt> | |
275 <dd> | |
276 <span class="field_meta"> | |
277 (optional for connected networks, read-only) | |
278 <span class="type">IPConfig</span> | |
279 </span> | |
280 IPConfig property containing the configuration that was received from the | |
281 DHCP server prior to applying any StaticIPConfig parameters. | |
262 </dd> | 282 </dd> |
263 | 283 |
264 <dt class="field">Name</dt> | 284 <dt class="field">Name</dt> |
265 <dd> | 285 <dd> |
266 <span class="field_meta"> | 286 <span class="field_meta"> |
267 (required if <span class="field">Remove</span> is | 287 (required if <span class="field">Remove</span> is |
268 <span class="value">false</span>, otherwise ignored) | 288 <span class="value">false</span>, otherwise ignored) |
269 <span class="type">string</span> | 289 <span class="type">string</span> |
270 </span> | 290 </span> |
271 A user-friendly description of this connection. This name will not be used | 291 A user-friendly description of this connection. This name will not be used |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
525 <span class="field_meta"> | 545 <span class="field_meta"> |
526 (optional) | 546 (optional) |
527 <span class="type">array of string</span> | 547 <span class="type">array of string</span> |
528 </span> | 548 </span> |
529 Array of strings to append to names for resolution. Items in this array | 549 Array of strings to append to names for resolution. Items in this array |
530 should not start with a dot. Example: <span class="snippet">[ | 550 should not start with a dot. Example: <span class="snippet">[ |
531 "corp.acme.org", "acme.org" ]</span>. Overrides values in the top level | 551 "corp.acme.org", "acme.org" ]</span>. Overrides values in the top level |
532 SearchDomains field for this configuration. If not specified, top level | 552 SearchDomains field for this configuration. If not specified, top level |
533 values will be used. | 553 values will be used. |
534 </dd> | 554 </dd> |
555 | |
556 <dt class="field">WebProxyAutoDiscoveryUrl</dt> | |
557 <dd> | |
558 <span class="field_meta"> | |
559 (optional if part of <span class="field">IPConfig</span>) | |
pneubeck (no reviews)
2014/09/04 12:38:45
sorry, the field name is IPConfigs (note the plura
stevenjb
2014/09/04 15:26:21
Done.
| |
560 <span class="type">string</span> | |
561 </span> | |
562 The Web Proxy Auto-Discovery URL for this network as reported over DHCP. | |
563 </dd> | |
564 | |
535 </dl> | 565 </dl> |
536 </section> | 566 </section> |
537 | 567 |
538 <section> | 568 <section> |
539 <h1>Wi-Fi networks</h1> | 569 <h1>Wi-Fi networks</h1> |
540 <p> | 570 <p> |
541 For Wi-Fi connections, <span class="field">Type</span> must be set to | 571 For Wi-Fi connections, <span class="field">Type</span> must be set to |
542 <span class="value">WiFi</span> and the | 572 <span class="value">WiFi</span> and the |
543 field <span class="field">WiFi</span> must be set to an object of | 573 field <span class="field">WiFi</span> must be set to an object of |
544 type <span class="type">WiFi</span> containing the following fields: | 574 type <span class="type">WiFi</span> containing the following fields: |
(...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2322 is transmitted or saved to disk should be secure. On client device, when | 2352 is transmitted or saved to disk should be secure. On client device, when |
2323 user names for connections that are user-specific are persisted to disk, | 2353 user names for connections that are user-specific are persisted to disk, |
2324 they should be stored in a location that is encrypted. Users can also opt in | 2354 they should be stored in a location that is encrypted. Users can also opt in |
2325 these cases to not save their user credentials in the config file and will | 2355 these cases to not save their user credentials in the config file and will |
2326 instead be prompted when they are needed. | 2356 instead be prompted when they are needed. |
2327 </p> | 2357 </p> |
2328 </section> | 2358 </section> |
2329 </section> | 2359 </section> |
2330 </body> | 2360 </body> |
2331 </html> | 2361 </html> |
OLD | NEW |