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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 <span class="value">WEP-PSK</span> or | 717 <span class="value">WEP-PSK</span> or |
718 <span class="value">WPA-PSK</span>, otherwise ignored) | 718 <span class="value">WPA-PSK</span>, otherwise ignored) |
719 <span class="type">string</span> | 719 <span class="type">string</span> |
720 </span> | 720 </span> |
721 Describes the passphrase for WEP/WPA/WPA2 | 721 Describes the passphrase for WEP/WPA/WPA2 |
722 connections. If <span class="value">WEP-PSK</span> is used, the passphrase | 722 connections. If <span class="value">WEP-PSK</span> is used, the passphrase |
723 must be of the format 0x<hex-number>, where <hex-number> is | 723 must be of the format 0x<hex-number>, where <hex-number> is |
724 40, 104, 128, or 232 bits. | 724 40, 104, 128, or 232 bits. |
725 </dd> | 725 </dd> |
726 | 726 |
| 727 <dt class="field">RoamThreshold</dt> |
| 728 <dd> |
| 729 <span class="field_meta"> |
| 730 (optional) |
| 731 <span class="type">integer</span> |
| 732 </span> |
| 733 The roam threshold for this network, which is the signal-to-noise value |
| 734 (in dB) below which we will attempt to roam to a new network. If this |
| 735 value is not set, the default value will be used. |
| 736 </dd> |
| 737 |
727 <dt class="field">Security</dt> | 738 <dt class="field">Security</dt> |
728 <dd> | 739 <dd> |
729 <span class="field_meta"> | 740 <span class="field_meta"> |
730 (required) | 741 (required) |
731 <span class="type">string</span> | 742 <span class="type">string</span> |
732 </span> | 743 </span> |
733 <span class="rule"> | 744 <span class="rule"> |
734 <span class="rule_id"></span> | 745 <span class="rule_id"></span> |
735 Allowed values are <span class="value">None</span>, | 746 Allowed values are <span class="value">None</span>, |
736 <span class="value">WEP-PSK</span>, | 747 <span class="value">WEP-PSK</span>, |
(...skipping 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3082 is transmitted or saved to disk should be secure. On client device, when | 3093 is transmitted or saved to disk should be secure. On client device, when |
3083 user names for connections that are user-specific are persisted to disk, | 3094 user names for connections that are user-specific are persisted to disk, |
3084 they should be stored in a location that is encrypted. Users can also opt in | 3095 they should be stored in a location that is encrypted. Users can also opt in |
3085 these cases to not save their user credentials in the config file and will | 3096 these cases to not save their user credentials in the config file and will |
3086 instead be prompted when they are needed. | 3097 instead be prompted when they are needed. |
3087 </p> | 3098 </p> |
3088 </section> | 3099 </section> |
3089 </section> | 3100 </section> |
3090 </body> | 3101 </body> |
3091 </html> | 3102 </html> |
OLD | NEW |