summaryrefslogtreecommitdiff
path: root/src/supplicant
Commit message (Expand)AuthorAgeFilesLines
* Add domain_match mode for wifi certificate domain comparisonNiklas Goerke2020-03-232-0/+10
* all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-231-2/+2
* core/wifi: minor cleanup in _bss_info_properties_changed()Thomas Haller2020-03-221-5/+2
* nm-supplicant-interface: enable OWE security when transition mode is availableDavid Bauer2020-03-221-1/+9
* supplicant: fix crash setting supplicant state downThomas Haller2020-03-202-0/+5
* supplicant: combine multiple log lines about supported supplicant featuresThomas Haller2020-03-182-20/+31
* supplicant: large rework of wpa_supplicant handlingThomas Haller2020-03-125-1960/+3323
* supplicant: allocate blobs hash table lazily for supplicant configThomas Haller2020-02-262-21/+25
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-142-3/+3
* supplicant: expose nm_supplicant_driver_to_string() helper functionThomas Haller2020-02-143-13/+16
* shared: drop _STATIC variant of macros that define functionsThomas Haller2020-02-131-1/+2
* shared: add entry_cmd argument to NM_UTILS_STRING_TABLE_LOOKUP_DEFINE*() macroThomas Haller2020-02-131-0/+1
* supplicant: move defines for supplicant D-Bus API to headerThomas Haller2020-02-102-17/+18
* supplicant: use nm_utils_error_is_cancelled() instead of g_error_matches()Thomas Haller2020-02-101-26/+19
* supplicant: drop unused detection for credreqThomas Haller2020-02-101-48/+2
* supplicant: drop unused NM_SUPPLICANT_INTERFACE_CREDENTIALS_REQUEST signalThomas Haller2020-02-102-26/+0
* supplicant: remove unused nm_supplicant_interface_credentials_reply()Thomas Haller2020-02-102-41/+0
* supplicant: define wpas_state_string_to_enum() via NM_UTILS_STRING_TABLE_LOOK...Thomas Haller2020-02-102-27/+18
* supplicant: use nm_utils_gbytes_to_variant_ay() in nm_supplicant_manager_set_...Thomas Haller2020-02-101-11/+2
* supplicant: track supplicant interface instances in manager via embedded CListThomas Haller2020-02-103-65/+74
* supplicant/trivial: give WPAS defines an NM prefixThomas Haller2020-02-103-37/+37
* supplicant: rework handling of capabilities (features) to use capabilities en...Thomas Haller2020-02-107-526/+246
* supplicant: add enum for supplicant capabilities (features)Thomas Haller2020-02-102-0/+123
* supplicant: remove unused NM_SUPPLICANT_INTERFACE_GROUP_FORMATION_FAILURE signalThomas Haller2020-02-102-22/+0
* shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller2020-02-101-1/+1
* supplicant: fix memory corruption with wrong argument to NM_SUPPLICANT_INTERF...Thomas Haller2020-01-301-1/+1
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-1/+1
* all: rename time related function to spell out nsec/usec/msec/secThomas Haller2019-12-131-6/+6
* supplicant: add support for OWE key managementDavid Bauer2019-12-052-4/+5
* all: use nm_dbus_path_not_empty()Thomas Haller2019-11-071-1/+1
* supplicant: export authentication stateBeniamino Galvani2019-10-152-0/+59
* supplicant: allow PMF with SAEBeniamino Galvani2019-10-092-3/+2
* meson: Improve the src build fileIñigo Martínez2019-10-011-1/+2
* all: manually drop code comments with file descriptionThomas Haller2019-10-0110-20/+10
* supplicant: fix rework condition in nm_supplicant_config_add_bgscan()Thomas Haller2019-09-251-1/+1
* supplicant: rework condition in nm_supplicant_config_add_bgscan()Thomas Haller2019-09-251-9/+6
* wifi: roam aggressively if we on a multi-AP networkKristian Klausen2019-09-251-6/+9
* wifi: fix the supplicant config testLubomir Rintel2019-09-201-2/+2
* wifi: roam more aggressivelyKristian Klausen2019-09-201-1/+1
* supplicant: add FT-SAE key-mgmt to verification listBeniamino Galvani2019-09-161-1/+1
* all: SPDX header conversionLubomir Rintel2019-09-1010-140/+10
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-262-4/+2
* wifi: detect FT support per interface and avoid enabling itThomas Haller2019-08-201-9/+26
* supplicant: mark static arrays as const and static in "nm-supplicant-settings...Thomas Haller2019-08-021-26/+26
* supplicant: don't put binary data in error message for supplicantThomas Haller2019-08-021-4/+10
* supplicant: fix nm_supplicant_settings_verify_setting() honoring the string l...Thomas Haller2019-08-021-21/+27
* supplicant-config: add support for joining a MeshLubomir Rintel2019-07-292-5/+16
* supplicant-interface: detect mesh supportLubomir Rintel2019-07-293-0/+48
* supplicant-interface: add async disconnectAndy Kling2019-07-292-0/+70
* supplicant: allow fast transition for WPA-PSK and WPA-EAPlr/wpa-ftLubomir Rintel2019-07-254-7/+28