summaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.NetworkManager.Device.Wpan.xml
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-03-09 16:05:58 +0100
committerLubomir Rintel <lkundrak@v3.sk>2018-06-26 16:21:54 +0200
commit9a92468ac21e7c78e07abdd5855d1aa71974a975 (patch)
tree27da39018d719683273f8f5217e9816e1e9b3864 /introspection/org.freedesktop.NetworkManager.Device.Wpan.xml
parent8884b2cb5e2c1d9c1e7a10b27893488c1ca67528 (diff)
downloadNetworkManager-9a92468ac21e7c78e07abdd5855d1aa71974a975.tar.gz
introspection: add o.fd.NM.Device.Wpan interface
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.Device.Wpan.xml')
-rw-r--r--introspection/org.freedesktop.NetworkManager.Device.Wpan.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.Device.Wpan.xml b/introspection/org.freedesktop.NetworkManager.Device.Wpan.xml
new file mode 100644
index 0000000000..32bc6f95d4
--- /dev/null
+++ b/introspection/org.freedesktop.NetworkManager.Device.Wpan.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
+ <!--
+ org.freedesktop.NetworkManager.Device.Wpan:
+ @short_description: IEEE 802.15.4 (WPAN) MAC Layer Device
+
+ -->
+ <interface name="org.freedesktop.NetworkManager.Device.Wpan">
+
+ <!--
+ HwAddress:
+
+ The active hardware address of the device.
+ -->
+ <property name="HwAddress" type="s" access="read"/>
+
+ </interface>
+</node>