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

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

Issue 1091043002: Use networkingPrivate.startConnect (Take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
OLDNEW
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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 True if the system indicates that the network can be connected to without 449 True if the system indicates that the network can be connected to without
450 any additional configuration. 450 any additional configuration.
451 </dd> 451 </dd>
452 452
453 <dt class="field">ErrorState</dt> 453 <dt class="field">ErrorState</dt>
454 <dd> 454 <dd>
455 <span class="field_meta"> 455 <span class="field_meta">
456 (optional, read-only) 456 (optional, read-only)
457 <span class="type">string</span> 457 <span class="type">string</span>
458 </span> 458 </span>
459 The current error state for this network. Error states are provided by 459 The current error state for this network, if any. Error states are
460 the system and are not explicitly defined here. They may or may not be 460 provided by the system and are not explicitly defined here. They may or
461 human-readable. This field will be empty or absent if the network is not 461 may not be human-readable. This field will be empty or absent if the
462 in an error state. 462 network is not in an error state.
463 </dd> 463 </dd>
464 464
465 <dt class="field">MacAddress</dt> 465 <dt class="field">MacAddress</dt>
466 <dd> 466 <dd>
467 <span class="field_meta"> 467 <span class="field_meta">
468 (optional, read-only) 468 (optional, read-only)
469 <span class="type">string</span> 469 <span class="type">string</span>
470 </span> 470 </span>
471 The MAC address for the network. Only applies to connected non-virtual 471 The MAC address for the network. Only applies to connected non-virtual
472 networks. The format is 00:11:22:AA:BB:CC. 472 networks. The format is 00:11:22:AA:BB:CC.
(...skipping 2658 matching lines...) Expand 10 before | Expand all | Expand 10 after
3131 is transmitted or saved to disk should be secure. On client device, when 3131 is transmitted or saved to disk should be secure. On client device, when
3132 user names for connections that are user-specific are persisted to disk, 3132 user names for connections that are user-specific are persisted to disk,
3133 they should be stored in a location that is encrypted. Users can also opt in 3133 they should be stored in a location that is encrypted. Users can also opt in
3134 these cases to not save their user credentials in the config file and will 3134 these cases to not save their user credentials in the config file and will
3135 instead be prompted when they are needed. 3135 instead be prompted when they are needed.
3136 </p> 3136 </p>
3137 </section> 3137 </section>
3138 </section> 3138 </section>
3139 </body> 3139 </body>
3140 </html> 3140 </html>
OLDNEW
« no previous file with comments | « components/device_event_log/device_event_log_impl.cc ('k') | ui/chromeos/network/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698