summaryrefslogtreecommitdiff
path: root/src/supplicant/nm-supplicant-interface.c
Commit message (Expand)AuthorAgeFilesLines
* shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller2019-04-181-1/+1
* supplicant: fix setting pmf when the supplicant doesn't advertise supportBeniamino Galvani2019-02-261-15/+16
* supplicant: clarify ready_count usageBeniamino Galvani2019-02-261-13/+15
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* wifi-p2p: strict validate options argument to "StartFind"Thomas Haller2019-02-051-1/+0
* all: fix misspellingsRafael Fontenelle2019-01-241-2/+2
* supplicant: set optional PMF using global supplicant propertyBeniamino Galvani2019-01-121-0/+34
* supplicant: Add methods to start/stop a P2P Find operationBenjamin Berg2018-12-131-0/+47
* supplicant: Add API to join/cancel/disconnect a P2P GroupBenjamin Berg2018-12-131-0/+89
* supplicant: Export group path of active groupBenjamin Berg2018-12-131-1/+28
* supplicant: Track P2P Group information, creation and destructionBenjamin Berg2018-12-131-12/+267
* supplicant: Allow creating an interface from object pathBenjamin Berg2018-12-131-30/+62
* supplicant: Monitor existance of P2P Peers foundBenjamin Berg2018-12-131-2/+197
* supplicant: Connect to P2PDevice supplicant interfaceBenjamin Berg2018-12-131-8/+96
* supplicant: Detect P2P and WFD supportBenjamin Berg2018-12-131-1/+63
* supplicant: Handle interface removalBenjamin Berg2018-12-131-2/+39
* wifi: don't use :1 bitfield for gboolean typeThomas Haller2018-08-261-1/+1
* wifi: use GBytes for ssids scan listThomas Haller2018-08-221-6/+7
* wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller2018-08-221-3/+2
* wifi: expose LastScan as milliseconds not secondsLubomir Rintel2018-06-151-8/+8
* core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller2018-04-181-3/+2
* all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller2018-03-191-1/+1
* supplicant: enable FILS only when wpa_supplicant supports itMasashi Honma2018-01-161-1/+32
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+0
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+1
* supplicant: don't allow scans to trigger a supplicant roaming decisionDan Williams2017-08-111-0/+1
* 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-interface: add support for WPS enrollmentLubomir Rintel2017-05-151-7/+170
* supplicant: configure PMF for each connectionBeniamino Galvani2017-04-281-48/+6
* supplicant: fix detection of PMF supportBeniamino Galvani2017-04-191-1/+1
* supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani2017-04-151-0/+9
* supplicant: enable PMF only when wpa_supplicant supports itBeniamino Galvani2017-04-151-2/+28
* supplicant: enable PMF based on driver typeBeniamino Galvani2017-04-151-19/+18
* supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth2017-04-151-0/+39
* supplicant: log the device contextLubomir Rintel2017-03-241-7/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* 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-171-13/+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-171-3/+2
* 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-171-132/+180
* wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller2017-02-141-52/+31
* 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