This repository was archived by the owner on Jan 27, 2023. It is now read-only.
Commit c4a5913
Add new devices type
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.
Fix #68 #76
See also #801 parent 094c935 commit c4a5913
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
393 | 397 | | |
394 | 398 | | |
395 | 399 | | |
| |||
416 | 420 | | |
417 | 421 | | |
418 | 422 | | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
419 | 427 | | |
420 | 428 | | |
421 | 429 | | |
| |||
0 commit comments