Wifx / gonetworkmanager

Go D-Bus bindings for NetworkManager
Other
96 stars 42 forks source link

add final constants for Nm80211APSec #29

Closed prairir closed 1 year ago

prairir commented 2 years ago

There are 3 constants missing in Nm80211APSec. They can be seen here https://developer-old.gnome.org/NetworkManager/1.16/nm-dbus-types.html#NM80211ApSecurityFlags

The 3 constants are Nm80211APSecKeyMgmtSAE which is 0x400, Nm80211APSecKeyMgmtOWE which is 0x800, and Nm80211APSecKeyMgmtOWETM which is 0x1000. Also ran the stringer generate to generate the String() function.