NetworkManager/src/core/supplicant
Jan Vaclav 978fbcb3da 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.
2026-04-14 11:33:46 +02:00
..
tests core: pass certificates as blobs to supplicant for private connections 2025-12-10 09:46:22 +01:00
nm-supplicant-config.c supplicant: fix center channel calculation 2026-02-12 11:53:55 +01:00
nm-supplicant-config.h core: pass certificates as blobs to supplicant for private connections 2025-12-10 09:46:22 +01:00
nm-supplicant-interface.c supplicant: remove blobs before adding new ones 2025-12-10 09:45:14 +01:00
nm-supplicant-interface.h core: add handlers for PskMismatch signal 2025-10-23 14:36:54 +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 2026-04-14 11:33:46 +02: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