mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02:00
libnm-glib: add hissing hw-address property for WiMAX devices
This commit is contained in:
parent
a6697a16d3
commit
a361ccd31d
1 changed files with 13 additions and 0 deletions
|
|
@ -517,6 +517,19 @@ nm_device_wimax_class_init (NMDeviceWimaxClass *wimax_class)
|
||||||
|
|
||||||
/* properties */
|
/* properties */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* NMDeviceWimax:hw-address:
|
||||||
|
*
|
||||||
|
* The hardware (MAC) address of the device.
|
||||||
|
**/
|
||||||
|
g_object_class_install_property
|
||||||
|
(object_class, PROP_HW_ADDRESS,
|
||||||
|
g_param_spec_string (NM_DEVICE_WIMAX_HW_ADDRESS,
|
||||||
|
"MAC Address",
|
||||||
|
"Hardware MAC address",
|
||||||
|
NULL,
|
||||||
|
G_PARAM_READABLE));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NMDeviceWimax:active-nsp:
|
* NMDeviceWimax:active-nsp:
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue