mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 10:50:11 +01:00
The key-mgmt property of NMSettingWirelessSecurity is slightly confusing when you know there's also a wpa_supplicant configuration option called "key_mgmt". Our property is not the same as that supplicant option even though they do have things in common. NMs key-mgmt is not exactly meant to configure which AKM suites you want to use, but rather which method of wifi security is being used (so "wpa2+wpa3 personal", "wpa3 personal only" or "wpa3 enterprise only"). Try to make this a bit clearer in the documentation of the property by rewriting it and listing those security methods. |
||
|---|---|---|
| .. | ||
| tests | ||
| meson.build | ||
| nm-meta-setting-access.c | ||
| nm-meta-setting-access.h | ||
| nm-meta-setting-base-impl.c | ||
| nm-meta-setting-base-impl.h | ||
| nm-meta-setting-base.h | ||
| nm-meta-setting-desc.c | ||
| nm-meta-setting-desc.h | ||
| settings-docs.h.in | ||
| settings-docs.xsl | ||