summaryrefslogtreecommitdiff
path: root/src/supplicant
Commit message (Expand)AuthorAgeFilesLines
* supplicant: chain asynchronous requests for WPSth/wifi-wpsThomas Haller2017-06-031-83/+252
* supplicant/trivial: move code aroundThomas Haller2017-06-031-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
* device/wifi: first emit NEW_BSS signals before SCAN_DONEThomas Haller2017-02-101-2/+2
* device/wifi: cache GObject property "scanning"Thomas Haller2017-02-101-1/+1
* all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller2017-02-101-1/+1
* core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller2017-02-101-4/+4
* device/wifi: drop messing with wpa-supplicant's support for MAC address rando...Thomas Haller2017-02-071-82/+2
* supplicant: update capabilities before marking manager as runningThomas Haller2017-01-181-3/+3
* supplicant: update whether EAP-FAST is supported for existing supplicant-inte...Thomas Haller2017-01-183-24/+45
* supplicant: fix detection of EAP-FASTThomas Haller2017-01-181-2/+8
* supplicant: add an enum to specify the driverBeniamino Galvani2017-01-165-18/+39
* supplicant: add support for macsec optionsBeniamino Galvani2017-01-163-0/+87
* supplicant: fix passing FALSE to hidden argument for nm_supplicant_config_add...Thomas Haller2017-01-121-31/+31
* supplicant: allow accessing certs and keys in PKCS#11 tokenslr/pkcs11Lubomir Rintel2017-01-061-0/+32
* supplicant: allow specifying a replacement string for hidden itemsLubomir Rintel2017-01-061-40/+40
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-212-3/+3
* build: rename "src/supplicant-manager" to "src/supplicant"Thomas Haller2016-11-2112-0/+4464