about summary refs log tree commit diff
path: root/docs/api/html/ref-settings.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-08-28 01:13:48 +0200
committerMichael Biebl <biebl@debian.org>2015-08-28 01:13:48 +0200
commit81836c2d44802b4cca833d7775dd627e0797a7e2 (patch)
tree91154e6cefc0465306603f51ec0010d9963bbea4 /docs/api/html/ref-settings.html
parent50a58f0fabd8a34c1b6108a107e08abe3c1ccd24 (diff)
Imported Upstream version 1.0.6 upstream/1.0.6
Diffstat (limited to 'docs/api/html/ref-settings.html')
-rw-r--r--docs/api/html/ref-settings.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/api/html/ref-settings.html b/docs/api/html/ref-settings.html
index 10405a35..501656bc 100644
--- a/docs/api/html/ref-settings.html
+++ b/docs/api/html/ref-settings.html
@@ -625,6 +625,12 @@
 <td>Interface name of the master device or UUID of the master connection.</td>
 </tr>
 <tr>
+<td><pre class="screen">metered</pre></td>
+<td><pre class="screen">NMMetered (int32)</pre></td>
+<td><pre class="screen"></pre></td>
+<td>Whether the connection is metered.</td>
+</tr>
+<tr>
 <td><pre class="screen">name</pre></td>
 <td><pre class="screen">string</pre></td>
 <td><pre class="screen">connection</pre></td>
@@ -1800,6 +1806,18 @@
 <td><pre class="screen">0</pre></td>
 <td>If non-zero, request that the device use only the specified speed.  In Mbit/s, ie 100 == 100Mbit/s.</td>
 </tr>
+<tr>
+<td><pre class="screen">wake-on-lan</pre></td>
+<td><pre class="screen">uint32</pre></td>
+<td><pre class="screen">1</pre></td>
+<td>The NMSettingWiredWakeOnLan options to enable. Not all devices support all options. May be any combination of NM_SETTING_WIRED_WAKE_ON_LAN_PHY (0x2), NM_SETTING_WIRED_WAKE_ON_LAN_UNICAST (0x4), NM_SETTING_WIRED_WAKE_ON_LAN_MULTICAST (0x8), NM_SETTING_WIRED_WAKE_ON_LAN_BROADCAST (0x10), NM_SETTING_WIRED_WAKE_ON_LAN_ARP (0x20), NM_SETTING_WIRED_WAKE_ON_LAN_MAGIC (0x40).</td>
+</tr>
+<tr>
+<td><pre class="screen">wake-on-lan-password</pre></td>
+<td><pre class="screen">string</pre></td>
+<td><pre class="screen"></pre></td>
+<td>If specified, the password used with magic-packet-based Wake-on-LAN, represented as an Ethernet MAC address.  If NULL, no password will be required.</td>
+</tr>
 </tbody>
 </table></div>
 </div>