mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-06 10:18:03 +02:00
19 lines
416 B
XML
19 lines
416 B
XML
|
|
<?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>
|