Chromium Code Reviews| Index: components/onc/docs/onc_spec.html |
| diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html |
| index f4e70c808c956715b81a6564d755b8b156681511..8f6abcfc9be01a4520b8ef293e748a23e2132181 100644 |
| --- a/components/onc/docs/onc_spec.html |
| +++ b/components/onc/docs/onc_spec.html |
| @@ -669,6 +669,23 @@ |
| EAP settings. |
| </dd> |
| + <dt class="field">HexSSID</dt> |
| + <dd> |
| + <span class="field_meta"> |
| + (optional if <span class="field">SSID</span> is set, if so defaults to |
| + a hex representation of <span class="field">SSID</span>) |
| + <span class="type">string</span> |
| + </span> |
| + Hex representation of the network's SSID. If the |
| + <span class="field">SSID</span> field is set, but |
| + <span class="field">HexSSID</span> is not, converts the contents of the |
| + <span class="field">SSID</span> field to UTF-8 encoding, |
| + creates the hex representation and assigns the result to |
| + <span class="field">HexSSID</span>. If both |
| + <span class="field">HexSSID</span> and |
| + <span class="field">SSID</span> are set, the values must be consistent. |
| + </dd> |
| + |
| <dt class="field">HiddenSSID</dt> |
| <dd> |
| <span class="field_meta"> |
| @@ -711,10 +728,12 @@ |
| <dt class="field">SSID</dt> |
| <dd> |
| <span class="field_meta"> |
| - (required) |
| + (optional if <span class="field">HexSSID</span> is set) |
| <span class="type">string</span> |
| </span> |
| - SSID of the network. |
| + SSID of the network. If both |
|
pneubeck (no reviews)
2014/11/27 14:49:02
mention here already / highlight, that this field
cschuet (SLOW)
2014/11/27 15:44:31
Done.
|
| + <span class="field">HexSSID</span> and <span class="field">SSID</span> are |
| + set, the values must be consistent. |
| </dd> |
| <dt class="field">SignalStrength</dt> |