summaryrefslogtreecommitdiff
path: root/src/supplicant
AgeCommit message (Expand)AuthorFilesLines
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller2-3/+3
2017-08-11supplicant: don't allow scans to trigger a supplicant roaming decisionDan Williams1-0/+1
2017-08-11devices/wifi: delegate connected periodic scanning to the supplicant (bgo #76...Dan Williams3-350/+300
2017-06-27core,cli: replace wrong pattern for clearing GErrorBeniamino Galvani1-2/+2
2017-06-14wifi: fix cancelling WPS during pending ProcessCredentialsThomas Haller1-2/+2
2017-06-14supplicant: chain asynchronous requests for WPSThomas Haller1-83/+252
2017-06-14supplicant/trivial: move code aroundThomas Haller1-6/+8
2017-06-02supplicant: work-around coverify false-positive for check_return: g_async_ini...Thomas Haller1-3/+5
2017-06-02supplicant/tests: work-around coverify false-positive in testThomas Haller1-1/+1
2017-05-15supplicant-interface: add support for WPS enrollmentLubomir Rintel2-8/+180
2017-04-28libnm: make NMSettingWirelessSecurity's PMF property signedThomas Haller1-1/+1
2017-04-28supplicant: configure PMF for each connectionBeniamino Galvani6-81/+45
2017-04-19supplicant: fix detection of PMF supportBeniamino Galvani1-1/+1
2017-04-15supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani4-1/+42
2017-04-15supplicant: enable PMF only when wpa_supplicant supports itBeniamino Galvani3-6/+48
2017-04-15supplicant: enable PMF based on driver typeBeniamino Galvani3-34/+18
2017-04-15supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth3-0/+54
2017-04-10supplicant-config: correct the uri attribute/query separatorLubomir Rintel1-2/+2
2017-03-24supplicant: log the device contextLubomir Rintel1-7/+3
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2017-03-13all: use nm_clear_g_cancellable()Thomas Haller1-4/+1
2017-03-09include: use double-quotes to include our own headersThomas Haller1-4/+4
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 authenticationLeorize2-1/+20
2017-02-17supplicant: delay SCAN_DONE signal until all BSS are initializedThomas Haller1-55/+113
2017-02-17supplicant: merge NEW_BSS signal with BSS_UPDATEDThomas Haller2-14/+4
2017-02-17supplicant: cleanup network when cancelling "AddNetwork" requestThomas Haller1-6/+52
2017-02-17supplicant: remove unused return value from nm_supplicant_interface_request_s...Thomas Haller2-4/+3
2017-02-17supplicant: use nm_clear_g_cancellable() helperThomas Haller1-14/+4
2017-02-17supplicant/trivial: move code aroundThomas Haller1-55/+59
2017-02-17supplicant: rework nm_supplicant_interface_set_config() to invoke result call...Thomas Haller2-136/+189
2017-02-17supplicant: set PIN for objects on PKCS#11 tokensLubomir Rintel1-12/+84
2017-02-14wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller2-57/+36
2017-02-10device/wifi: don't emit wrong SCAN_DONE signal when "Scan" request completesThomas Haller1-2/+0
2017-02-10device/wifi: first emit NEW_BSS signals before SCAN_DONEThomas Haller1-2/+2
2017-02-10device/wifi: cache GObject property "scanning"Thomas Haller1-1/+1
2017-02-10all: use NM_CACHED_QUARK_FCN() instead of G_DEFINE_QUARK()Thomas Haller1-1/+1
2017-02-10core: use cached GQuark and g_object_[gs]et_qdata()Thomas Haller1-4/+4
2017-02-07device/wifi: drop messing with wpa-supplicant's support for MAC address rando...Thomas Haller1-82/+2
2017-01-18supplicant: update capabilities before marking manager as runningThomas Haller1-3/+3
2017-01-18supplicant: update whether EAP-FAST is supported for existing supplicant-inte...Thomas Haller3-24/+45
2017-01-18supplicant: fix detection of EAP-FASTThomas Haller1-2/+8
2017-01-16supplicant: add an enum to specify the driverBeniamino Galvani5-18/+39
2017-01-16supplicant: add support for macsec optionsBeniamino Galvani3-0/+87
2017-01-12supplicant: fix passing FALSE to hidden argument for nm_supplicant_config_add...Thomas Haller1-31/+31
2017-01-06supplicant: allow accessing certs and keys in PKCS#11 tokensLubomir Rintel1-0/+32
2017-01-06supplicant: allow specifying a replacement string for hidden itemsLubomir Rintel1-40/+40
2016-11-21build: don't add subdirectories to include search path but require qualified ...Thomas Haller2-3/+3
2016-11-21build: rename "src/supplicant-manager" to "src/supplicant"Thomas Haller12-0/+4464