summaryrefslogtreecommitdiff
path: root/src/core/supplicant
Commit message (Expand)AuthorAgeFilesLines
* wifi: fix aggressively roaming (background Wi-Fi scanning) based on seen-bssidsThomas Haller2023-03-223-5/+10
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-163-3/+3
* macsec: allow CKN shorter than 64 charactersBeniamino Galvani2022-11-161-2/+12
* glib-aux: drop duplicate _nm_dbus_error_has_name() for nm_dbus_error_is()Thomas Haller2022-11-142-3/+3
* supplicant: add NMSetting8021xAuthFlags for TLS v1.3 / enable a versionYufan You2022-11-082-3/+15
* glib-aux,core: use nm_memdup_nul() and nm_memcpy()Thomas Haller2022-10-241-7/+7
* glib-aux: swap arguments for nm_array_find_bsearch()Thomas Haller2022-09-281-1/+1
* glib-aux: rename nm_utils_array_find_binary_search() to nm_array_bsearch()Thomas Haller2022-09-281-6/+6
* wpa_supplicant: add tls_disable_time_checks flag to phase 1 auth flagsVojtech Bubela2022-09-282-1/+5
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-251-1/+1
* Revert "wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiatio...Thomas Haller2022-08-111-3/+0
* supplicant: increase the PMK lifetime for WPA-EAPBeniamino Galvani2022-07-261-0/+42
* supplicant: fix a memory leakSlava Monich2022-07-041-0/+1
* all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller2022-06-271-1/+1
* supplicant/config: supplicant: prevent OWE downgradeDavid Bauer2022-06-172-0/+9
* 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-083-6/+17
* supplicant: enable WPA3 transition mode only when interface supports PMFBeniamino Galvani2022-04-041-1/+18
* supplicant: add BIP interface capabilityBeniamino Galvani2022-04-042-2/+28
* supplicant: check whether WEP is availableLubomir Rintel2022-03-172-1/+10
* supplicant: add a comment about extending NMSupplCapTypeLubomir Rintel2022-03-171-0/+2
* supplicant: log WPA-EAP-SUITE-B-192 capabilityLubomir Rintel2022-03-171-1/+3
* supplicant: use nm_ref_string_reset_str() in _properties_changed_main()Thomas Haller2022-01-271-4/+1
* supplicant: enable SAE-H2EBeniamino Galvani2022-01-111-0/+18
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-299-519/+519
* glib-aux/trivial: rename GBytes helper APIThomas Haller2021-11-042-6/+5
* all: prefer g_snprintf() over snprintf()Thomas Haller2021-08-261-1/+1
* all: rename nm_utils_strdup_reset*() to nm_strdup_reset*()Thomas Haller2021-08-021-7/+7
* all: unify and rename strv helper APIThomas Haller2021-07-292-2/+2
* all: drop unnecessary casts from nm_utils_strv_find_first()Thomas Haller2021-07-291-1/+1
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-2/+2
* supplicant: suppress warning log for P2PDevice.Cancel()Thomas Haller2021-06-241-29/+67
* supplicant: Store assigned addr for P2P group joinsBenjamin Berg2021-06-232-0/+63
* core: avoid accessing opaque NMSetting typeThomas Haller2021-06-111-2/+2
* supplicant: fix leaking handle in nm_supplicant_manager_create_interface()Thomas Haller2021-06-101-1/+1
* glib-aux/trivial: rename nm_ref_string_equals_str() to nm_ref_string_equal_str()Thomas Haller2021-05-271-1/+1
* wifi: refactor parsing secrutiy flags of supplicant in security_from_vardict()Thomas Haller2021-05-111-20/+27
* wifi: fix WPS PBC string typoWade Berrier2021-05-091-1/+1
* supplicant/interface: Match more ciphers to determine AP securityJonas Dreßler2021-05-061-6/+10
* 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-062-6/+32
* supplicant/config: Refactor key_mgmt config generationJonas Dreßler2021-05-061-27/+45
* clang-format: reformat code with clang 12Thomas Haller2021-05-041-4/+4
* supplicant/config: Make sure PMF gets enabled with wpa-eap-suite-b-192Jonas Dreßler2021-04-302-27/+33
* 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-162-10/+8
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-051-1/+1