summaryrefslogtreecommitdiff
path: root/src/core/supplicant/nm-supplicant-config.c
Commit message (Expand)AuthorAgeFilesLines
* all: switch GSlice uses over to nm_slice*() macrosThomas Haller2022-10-061-3/+3
* wpa_supplicant: add tls_disable_time_checks flag to phase 1 auth flagsVojtech Bubela2022-09-281-0/+2
* Revert "wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiatio...Thomas Haller2022-08-111-3/+0
* supplicant/config: supplicant: prevent OWE downgradeDavid Bauer2022-06-171-0/+8
* wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiation" flagThomas Haller2022-05-161-0/+3
* supplicant: Disable WPA3 transition mode when PMF is set to disabled谢致邦 (XIE Zhibang)2022-04-111-1/+12
* wifi: disable FT in AP modeBeniamino Galvani2022-04-081-6/+15
* supplicant: enable WPA3 transition mode only when interface supports PMFBeniamino Galvani2022-04-041-1/+18
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-86/+86
* all: prefer g_snprintf() over snprintf()Thomas Haller2021-08-261-1/+1
* core: avoid accessing opaque NMSetting typeThomas Haller2021-06-111-2/+2
* supplicant/config: Allow using FT ciphers with WPA-EAP-SUITE-B-192Jonas Dreßler2021-05-061-0/+3
* supplicant/config: Disallow SHA1 ciphers when using required PMFJonas Dreßler2021-05-061-2/+4
* supplicant/config: Require pmf for owe, sae and wpa-eap-suite-b-192Jonas Dreßler2021-05-061-0/+4
* supplicant/config: Refactor key_mgmt config generationJonas Dreßler2021-05-061-27/+45
* supplicant/config: Make sure PMF gets enabled with wpa-eap-suite-b-192Jonas Dreßler2021-04-301-26/+31
* supplicant/config: Remove superfluous check to disable PMFJonas Dreßler2021-04-301-4/+0
* supplicant/config: Add a comment mentioning global pmf config valueJonas Dreßler2021-04-301-0/+3
* all: use nm_g_variant_new_ay() helperThomas Haller2021-04-161-5/+4
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-1/+1
* supplicant: enable WPA3 for WPA-PSK connectionsbg/issue638-wpa2-saeBeniamino Galvani2021-02-231-0/+5
* supplicant: disable wps in wpa supplicant if disabled in configGeorg Müller2021-02-191-1/+8
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-2/+2
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-0/+1698