summaryrefslogtreecommitdiff
path: root/src/supplicant
Commit message (Expand)AuthorAgeFilesLines
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-102-7/+7
* all: remove consecutive empty linesBeniamino Galvani2018-04-304-7/+0
* core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller2018-04-181-3/+2
* build: meson: add prefix to test namesBeniamino Galvani2018-04-121-1/+1
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-121-1/+5
* all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller2018-03-191-1/+1
* all: replace non-leading tabs with spacesThomas Haller2018-02-072-7/+7
* wifi: enable WPA-*-SHA256 AKMs only when the supplicant supports themBeniamino Galvani2018-01-223-18/+63
* supplicant: enable FILS only when wpa_supplicant supports itMasashi Honma2018-01-163-4/+52
* supplicant/tests: add FILS testMasashi Honma2018-01-161-5/+48
* wifi: add support for FILSMasashi Honma2018-01-164-1/+16
* supplicant: set key_mgmt independent of pmf valueMasashi Honma2018-01-162-20/+28
* meson: Improve dependency systemIñigo Martínez2018-01-101-1/+1
* tests: use NMTST_EXPECT*() macrosThomas Haller2018-01-081-50/+49
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-182-5/+0
* build: add initial support for meson build systemIñigo Martínez2017-12-131-0/+10
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-182-3/+3
* supplicant: don't allow scans to trigger a supplicant roaming decisionDan Williams2017-08-111-0/+1
* devices/wifi: delegate connected periodic scanning to the supplicant (bgo #76...Dan Williams2017-08-113-350/+300
* core,cli: replace wrong pattern for clearing GErrorBeniamino Galvani2017-06-271-2/+2
* wifi: fix cancelling WPS during pending ProcessCredentialsThomas Haller2017-06-141-2/+2
* supplicant: chain asynchronous requests for WPSThomas Haller2017-06-141-83/+252
* supplicant/trivial: move code aroundThomas Haller2017-06-141-6/+8
* supplicant: work-around coverify false-positive for check_return: g_async_ini...Thomas Haller2017-06-021-3/+5
* supplicant/tests: work-around coverify false-positive in testThomas Haller2017-06-021-1/+1
* supplicant-interface: add support for WPS enrollmentLubomir Rintel2017-05-152-8/+180
* libnm: make NMSettingWirelessSecurity's PMF property signedThomas Haller2017-04-281-1/+1
* supplicant: configure PMF for each connectionBeniamino Galvani2017-04-286-81/+45
* supplicant: fix detection of PMF supportBeniamino Galvani2017-04-191-1/+1
* supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani2017-04-154-1/+42
* supplicant: enable PMF only when wpa_supplicant supports itBeniamino Galvani2017-04-153-6/+48
* supplicant: enable PMF based on driver typeBeniamino Galvani2017-04-153-34/+18
* supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth2017-04-153-0/+54
* supplicant-config: correct the uri attribute/query separatorLubomir Rintel2017-04-101-2/+2
* supplicant: log the device contextLubomir Rintel2017-03-241-7/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-131-4/+1
* include: use double-quotes to include our own headersThomas Haller2017-03-091-4/+4
* libnm/wifi: rework NMSetting8021xAuthFlags to explicitly disable TLS versionThomas Haller2017-02-201-13/+6
* supplicant: allows disabling select TLS versions on phase 1 authenticationLeorize2017-02-202-1/+20
* supplicant: delay SCAN_DONE signal until all BSS are initializedThomas Haller2017-02-171-55/+113
* supplicant: merge NEW_BSS signal with BSS_UPDATEDThomas Haller2017-02-172-14/+4
* supplicant: cleanup network when cancelling "AddNetwork" requestThomas Haller2017-02-171-6/+52
* supplicant: remove unused return value from nm_supplicant_interface_request_s...Thomas Haller2017-02-172-4/+3
* supplicant: use nm_clear_g_cancellable() helperThomas Haller2017-02-171-14/+4
* supplicant/trivial: move code aroundThomas Haller2017-02-171-55/+59
* supplicant: rework nm_supplicant_interface_set_config() to invoke result call...Thomas Haller2017-02-172-136/+189
* supplicant: set PIN for objects on PKCS#11 tokensLubomir Rintel2017-02-171-12/+84
* wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller2017-02-142-57/+36
* device/wifi: don't emit wrong SCAN_DONE signal when "Scan" request completesThomas Haller2017-02-101-2/+0