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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 The current connection state for this network, provided by the system. | 381 The current connection state for this network, provided by the system. |
382 <span class="rule"> | 382 <span class="rule"> |
383 <span class="rule_id"></span> | 383 <span class="rule_id"></span> |
384 Allowed values are: | 384 Allowed values are: |
385 <span class="value">Connected</span>, | 385 <span class="value">Connected</span>, |
386 <span class="value">Connecting</span>, | 386 <span class="value">Connecting</span>, |
387 <span class="value">NotConnected</span> | 387 <span class="value">NotConnected</span> |
388 </span> | 388 </span> |
389 </dd> | 389 </dd> |
390 | 390 |
| 391 <dt class="field">RestrictedConnectivity</dt> |
| 392 <dd> |
| 393 <span class="field_meta"> |
| 394 (optional, defaults to <span class="value">false</span>, read-only) |
| 395 <span class="type">boolean</span> |
| 396 </span> |
| 397 True if a connnected network has limited connectivity to the Internet, |
| 398 e.g. a connection is behind a portal or a cellular network is not |
| 399 activated or requires payment. |
| 400 </dd> |
| 401 |
391 <dt class="field">Connectable</dt> | 402 <dt class="field">Connectable</dt> |
392 <dd> | 403 <dd> |
393 <span class="field_meta"> | 404 <span class="field_meta"> |
394 (optional, read-only) | 405 (optional, read-only) |
395 <span class="type">boolean</span> | 406 <span class="type">boolean</span> |
396 </span> | 407 </span> |
397 True if the system indicates that the network can be connected to without | 408 True if the system indicates that the network can be connected to without |
398 any additional configuration. | 409 any additional configuration. |
399 </dd> | 410 </dd> |
400 | 411 |
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2352 is transmitted or saved to disk should be secure. On client device, when | 2363 is transmitted or saved to disk should be secure. On client device, when |
2353 user names for connections that are user-specific are persisted to disk, | 2364 user names for connections that are user-specific are persisted to disk, |
2354 they should be stored in a location that is encrypted. Users can also opt in | 2365 they should be stored in a location that is encrypted. Users can also opt in |
2355 these cases to not save their user credentials in the config file and will | 2366 these cases to not save their user credentials in the config file and will |
2356 instead be prompted when they are needed. | 2367 instead be prompted when they are needed. |
2357 </p> | 2368 </p> |
2358 </section> | 2369 </section> |
2359 </section> | 2370 </section> |
2360 </body> | 2371 </body> |
2361 </html> | 2372 </html> |
OLD | NEW |