summaryrefslogtreecommitdiff
path: root/src/supplicant/nm-supplicant-config.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10supplicant: rework handling of capabilities (features) to use capabilities en...Thomas Haller1-25/+29
2019-12-24shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace1-1/+1
2019-12-05supplicant: add support for OWE key managementDavid Bauer1-3/+4
2019-10-09supplicant: allow PMF with SAEBeniamino Galvani1-2/+2
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-25supplicant: fix rework condition in nm_supplicant_config_add_bgscan()Thomas Haller1-1/+1
2019-09-25supplicant: rework condition in nm_supplicant_config_add_bgscan()Thomas Haller1-9/+6
2019-09-25wifi: roam aggressively if we on a multi-AP networkKristian Klausen1-6/+9
2019-09-20wifi: roam more aggressivelyKristian Klausen1-1/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-26wifi: drop support for wpa-none key-mgmtBeniamino Galvani1-3/+1
2019-08-02supplicant: don't put binary data in error message for supplicantThomas Haller1-4/+10
2019-07-29supplicant-config: add support for joining a MeshLubomir Rintel1-4/+10
2019-07-25supplicant: allow fast transition for WPA-PSK and WPA-EAPLubomir Rintel1-3/+23
2019-07-25supplicant: reorganize the routine that sets key_mgmt a bitLubomir Rintel1-12/+13
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-02-22all: move nm_utils_hexstr2bin*() to sharedThomas Haller1-23/+23
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2019-02-05supplicant: add support for SAE key managementLubomir Rintel1-10/+18
2019-01-17supplicant: don't set PMF when the supplicant doesn't support itBeniamino Galvani1-3/+6
2019-01-12supplicant: set optional PMF using global supplicant propertyBeniamino Galvani1-2/+2
2018-11-13all: cleanup GChecksum handlingThomas Haller1-18/+15
2018-10-01supplicant: fix setting macsec cknBeniamino Galvani1-1/+1
2018-09-30supplicant: use _nm_utils_hexstr2bin() for parsing hexstrThomas Haller1-29/+43
2018-09-27supplicant: fix memory leakBeniamino Galvani1-0/+2
2018-09-27wifi: support hidden ssid in AP modeBeniamino Galvani1-0/+6
2018-09-17docs: misc. typos pt2luz.paz1-1/+1
2018-09-05wifi: trust eap methods from profile to be lower-caseThomas Haller1-6/+4
2018-09-05libnm-core: 8021x: Allow a new eap value "external"Andrew Zaborowski1-5/+26
2018-08-22all: avoid useless cast of g_free() to GDestroyNotifyThomas Haller1-2/+2
2018-08-22wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller1-12/+4
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-1/+1
2018-05-10all: use the elvis operator wherever possibleLubomir Rintel1-5/+5
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-01-22wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani1-7/+48
2018-01-16wifi: add support for FILSMasashi Honma1-1/+12
2018-01-16supplicant: set key_mgmt independent of pmf valueMasashi Honma1-11/+5
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-3/+0
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-2/+2
2017-08-11devices/wifi: delegate connected periodic scanning to the supplicant (bgo #76...Dan Williams1-6/+51
2017-04-28supplicant: configure PMF for each connectionBeniamino Galvani1-31/+28
2017-04-15supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani1-0/+28
2017-04-15supplicant: enable PMF based on driver typeBeniamino Galvani1-13/+0
2017-04-15supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth1-0/+13
2017-04-10supplicant-config: correct the uri attribute/query separatorLubomir Rintel1-2/+2
2017-02-20libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller1-13/+6
2017-02-20supplicant: allows disabling select TLS versions on phase 1 authenticationLeorize1-0/+16
2017-02-17supplicant: set PIN for objects on PKCS#11 tokensLubomir Rintel1-12/+84
2017-01-16supplicant: add support for macsec optionsBeniamino Galvani1-0/+77
2017-01-12supplicant: fix passing FALSE to hidden argument for nm_supplicant_config_add...Thomas Haller1-31/+31