mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 11:50:14 +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. |
||
|---|---|---|
| .. | ||
| agent.c | ||
| common.c | ||
| common.h | ||
| connections.c | ||
| connections.h | ||
| devices.c | ||
| devices.h | ||
| general.c | ||
| generate-docs-nm-settings-nmcli.c | ||
| generate-docs-nm-settings-nmcli.xml.in | ||
| meson.build | ||
| nmcli-completion | ||
| nmcli.c | ||
| nmcli.h | ||
| polkit-agent.c | ||
| polkit-agent.h | ||
| settings.c | ||
| settings.h | ||
| utils.c | ||
| utils.h | ||