balena-io-modules / network-manager

Rust NetworkManager bindings
Apache License 2.0
35 stars 29 forks source link

Add missing NMDeviceTypes #140

Closed maggie44 closed 1 year ago

maggie44 commented 1 year ago

Change-type: minor

Adds missing Device Types as per: https://developer-old.gnome.org/NetworkManager/stable/nm-dbus-types.html#NMDeviceType

Networkmanager 1.16 introduce P2P which is now visible on the latest balenaOS. Without this device type added, users can encounter errors.

https://jel.ly.fish/support-thread-1-0-0-front-cnv-dqbg2z1

Untested

maggie44 commented 1 year ago

@majorz, do you think there are other changes required to incorporate the new device types? I haven't got a test environment for WiFi connect to have tested this all the way through to the integration in WiFi Connect

maggie44 commented 1 year ago

Closed in favour of: https://github.com/balena-io-modules/network-manager/pull/142