You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the NetworkManager documentation:
https://developer.gnome.org/NetworkManager/stable/nm-dbus-types.html#NMDeviceType
There is 4 new device type:
NM_DEVICE_TYPE_WPAN = 27 - a IEEE 802.15.4 (WPAN) MAC Layer Device
NM_DEVICE_TYPE_6LOWPAN = 28 - 6LoWPAN interface
NM_DEVICE_TYPE_WIREGUARD = 29 - a WireGuard interface
NM_DEVICE_TYPE_WIFI_P2P = 30 - an 802.11 Wi-Fi P2P device (Since: 1.16)
This changes add contants and classes for these devices and add them
in the device_class dict.
Fixseveas#68seveas#76
See also seveas#80
0 commit comments