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

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

Issue 581213003: Translate Wimax from Shill -> ONC, fix JS Wimax strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 <dt class="field">WiFi</dt> 349 <dt class="field">WiFi</dt>
350 <dd> 350 <dd>
351 <span class="field_meta"> 351 <span class="field_meta">
352 (required if <span class="field">Type</span> is 352 (required if <span class="field">Type</span> is
353 <span class="value">WiFi</span>, otherwise ignored) 353 <span class="value">WiFi</span>, otherwise ignored)
354 <span class="type">WiFi</span> 354 <span class="type">WiFi</span>
355 </span> 355 </span>
356 Wi-Fi settings. 356 Wi-Fi settings.
357 </dd> 357 </dd>
358 358
359 <dt class="field">WiMAX</dt>
360 <dd>
361 <span class="field_meta">
362 (required if <span class="field">Type</span> is
363 <span class="value">WiMAX</span>, otherwise ignored)
364 <span class="type">WiMAX</span>
365 </span>
366 WiMAX settings.
367 </dd>
368
359 <dt class="field">Cellular</dt> 369 <dt class="field">Cellular</dt>
360 <dd> 370 <dd>
361 <span class="field_meta"> 371 <span class="field_meta">
362 (required if <span class="field">Type</span> is 372 (required if <span class="field">Type</span> is
363 <span class="value">Cellular</span>, otherwise ignored) 373 <span class="value">Cellular</span>, otherwise ignored)
364 <span class="type">Cellular</span> 374 <span class="type">Cellular</span>
365 </span> 375 </span>
366 Cellular settings. 376 Cellular settings.
367 </dd> 377 </dd>
368 378
(...skipping 1487 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 </dd> 1866 </dd>
1857 </dl> 1867 </dl>
1858 1868
1859 <p class="rule"> 1869 <p class="rule">
1860 <span class="rule_id"></span> 1870 <span class="rule_id"></span>
1861 At most one of <span class="field">ServerCARefs</span> and <span class="fiel d">ServerCARef</span> can be set. 1871 At most one of <span class="field">ServerCARefs</span> and <span class="fiel d">ServerCARef</span> can be set.
1862 </p> 1872 </p>
1863 </section> 1873 </section>
1864 1874
1865 <section> 1875 <section>
1876 <h1>WiMAX Networks</h1>
1877 <p>
1878 For WiMAX connections, <span class="field">Type</span> must be set to
1879 <span class="value">WiMAX</span> and the
1880 field <span class="field">WiMAX</span> must be set to an object of
1881 type <span class="type">WiMAX</span>. Currently only used for
1882 representing an existing configuration; ONC configuration of
1883 of <span class="field">WiMAX</span> networks is not yet fully supported.
1884 Contains the following fields:
1885 </p>
1886
1887 <dl class="field_list">
1888 <dt class="field">AutoConnect</dt>
1889 <dd>
1890 <span class="field_meta">
1891 (optional, defaults to <span class="value">false</span>)
1892 <span class="type">boolean</span>
1893 </span>
1894 Indicating that the network should be connected to automatically when
1895 possible.
1896 </dd>
1897
1898 <dt class="field">EAP</dt>
1899 <dd>
1900 <span class="field_meta">
1901 (required)
1902 <span class="type">EAP</span>
1903 </span>
1904 EAP settings.
1905 </dd>
1906
1907 <dt class="field">SignalStrength</dt>
1908 <dd>
1909 <span class="field_meta">
1910 (optional, read-only)
1911 <span class="type">integer</span>
1912 </span>
1913 The current signal strength for this network in the range [0, 100],
1914 provided by the system. If the network is not in range this field will
1915 be set to '0' or not present.
1916 </dd>
1917 </dl>
1918
1919 </section>
1920
1921 <section>
1866 <h1>Cellular Networks</h1> 1922 <h1>Cellular Networks</h1>
1867 <p> 1923 <p>
1868 For Cellular connections, <span class="field">Type</span> must be set to 1924 For Cellular connections, <span class="field">Type</span> must be set to
1869 <span class="value">Cellular</span> and the 1925 <span class="value">Cellular</span> and the
1870 field <span class="field">Cellular</span> must be set to an object of 1926 field <span class="field">Cellular</span> must be set to an object of
1871 type <span class="type">Cellular</span>. Currently only used for 1927 type <span class="type">Cellular</span>. Currently only used for
1872 representing an existing configuration; ONC configuration of 1928 representing an existing configuration; ONC configuration of
1873 of <span class="field">Cellular</span> networks is not yet supported. 1929 of <span class="field">Cellular</span> networks is not yet supported.
1874 Contains the following fields: 1930 Contains the following fields:
1875 </p> 1931 </p>
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
2862 is transmitted or saved to disk should be secure. On client device, when 2918 is transmitted or saved to disk should be secure. On client device, when
2863 user names for connections that are user-specific are persisted to disk, 2919 user names for connections that are user-specific are persisted to disk,
2864 they should be stored in a location that is encrypted. Users can also opt in 2920 they should be stored in a location that is encrypted. Users can also opt in
2865 these cases to not save their user credentials in the config file and will 2921 these cases to not save their user credentials in the config file and will
2866 instead be prompted when they are needed. 2922 instead be prompted when they are needed.
2867 </p> 2923 </p>
2868 </section> 2924 </section>
2869 </section> 2925 </section>
2870 </body> 2926 </body>
2871 </html> 2927 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698