NetworkManager/src/nmcli
Jonas Dreßler e06f9508d1
libnm-core: Rewrite comment of key-mgmt property
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.
2021-05-06 22:23:28 +02:00
..
agent.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
common.c nmcli: remove nmc_dbus_call_sync() 2021-05-03 22:22:01 +02:00
common.h nmcli: remove nmc_dbus_call_sync() 2021-05-03 22:22:01 +02:00
connections.c nmcli: invoke ReloadConnections() D-Bus method asynchronously 2021-05-03 22:22:01 +02:00
connections.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
devices.c interface-flags: expose NM_DEVICE_INTERFACE_FLAG_PROMISC 2021-04-22 18:57:30 +00:00
devices.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
general.c nmcli: invoke Reload() D-Bus method asynchronously 2021-05-03 22:22:01 +02:00
generate-docs-nm-settings-nmcli.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
generate-docs-nm-settings-nmcli.xml.in libnm-core: Rewrite comment of key-mgmt property 2021-05-06 22:23:28 +02:00
meson.build cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
nmcli-completion cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
nmcli.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
nmcli.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
polkit-agent.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
polkit-agent.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
settings.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
settings.h cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
utils.c cli: move from "clients/cli/" to "src/nmcli/" 2021-03-15 17:10:54 +01:00
utils.h cli: use const argument for nmc_string_is_valid() 2021-05-03 10:11:20 +02:00