NetworkManager/src/core/supplicant
Jan Vaclav 754b87e1c4 supplicant: separate input and local value
We reallocate this value in the function, which is necessary
because we write into it, and the input is const.

Move the allocation into a local variable instead of overwriting
the input pointer, because we are also pointing to it via
`char* s`, which is not const.
2025-12-04 11:51:28 +00:00
..
tests wifi: fix aggressively roaming (background Wi-Fi scanning) based on seen-bssids 2023-03-22 17:15:54 +01:00
nm-supplicant-config.c core: fix WPA2 fallback for WPA3 transition APs 2025-06-05 11:54:16 +00:00
nm-supplicant-config.h macsec: support the offload property 2024-02-21 11:48:43 +01:00
nm-supplicant-interface.c core: add handlers for SaePasswordMismatch signal 2025-12-02 14:25:12 +00:00
nm-supplicant-interface.h core: add handlers for SaePasswordMismatch signal 2025-12-02 14:25:12 +00:00
nm-supplicant-manager.c format: run nm-code-format 2024-10-04 11:07:35 +02:00
nm-supplicant-manager.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-supplicant-settings-verify.c supplicant: separate input and local value 2025-12-04 11:51:28 +00:00
nm-supplicant-settings-verify.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-supplicant-types.h all: reformat code to clang shipped with Fedora 39 2023-12-06 10:37:24 +01:00