summaryrefslogtreecommitdiff
path: root/src/supplicant/nm-supplicant-interface.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-10supplicant: remove unused NM_SUPPLICANT_INTERFACE_GROUP_FORMATION_FAILURE signalThomas Haller1-21/+0
2020-02-10shared: drop nm_utils_dbus_normalize_object_path() in favor of nm_dbus_path_n...Thomas Haller1-1/+1
2020-01-30supplicant: fix memory corruption with wrong argument to NM_SUPPLICANT_INTERF...Thomas Haller1-1/+1
2019-12-13all: rename time related function to spell out nsec/usec/msec/secThomas Haller1-6/+6
2019-11-07all: use nm_dbus_path_not_empty()Thomas Haller1-1/+1
2019-10-15supplicant: export authentication stateBeniamino Galvani1-0/+48
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-20wifi: detect FT support per interface and avoid enabling itThomas Haller1-9/+26
2019-07-29supplicant-interface: detect mesh supportLubomir Rintel1-0/+31
2019-07-29supplicant-interface: add async disconnectAndy Kling1-0/+60
2019-07-25supplicant: detect SHA384 supportLubomir Rintel1-1/+32
2019-07-25supplicant: detect 802.11r fast BSS transition (FT)Lubomir Rintel1-1/+32
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-04-18shared: move "nm-dbus-compat.h" header to "nm-std-aux/nm-dbus-compat.h"Thomas Haller1-1/+1
2019-02-26supplicant: fix setting pmf when the supplicant doesn't advertise supportBeniamino Galvani1-15/+16
2019-02-26supplicant: clarify ready_count usageBeniamino Galvani1-13/+15
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2019-02-05wifi-p2p: strict validate options argument to "StartFind"Thomas Haller1-1/+0
2019-01-24all: fix misspellingsRafael Fontenelle1-2/+2
2019-01-12supplicant: set optional PMF using global supplicant propertyBeniamino Galvani1-0/+34
2018-12-13supplicant: Add methods to start/stop a P2P Find operationBenjamin Berg1-0/+47
2018-12-13supplicant: Add API to join/cancel/disconnect a P2P GroupBenjamin Berg1-0/+89
2018-12-13supplicant: Export group path of active groupBenjamin Berg1-1/+28
2018-12-13supplicant: Track P2P Group information, creation and destructionBenjamin Berg1-12/+267
2018-12-13supplicant: Allow creating an interface from object pathBenjamin Berg1-30/+62
2018-12-13supplicant: Monitor existance of P2P Peers foundBenjamin Berg1-2/+197
2018-12-13supplicant: Connect to P2PDevice supplicant interfaceBenjamin Berg1-8/+96
2018-12-13supplicant: Detect P2P and WFD supportBenjamin Berg1-1/+63
2018-12-13supplicant: Handle interface removalBenjamin Berg1-2/+39
2018-08-26wifi: don't use :1 bitfield for gboolean typeThomas Haller1-1/+1
2018-08-22wifi: use GBytes for ssids scan listThomas Haller1-6/+7
2018-08-22wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller1-3/+2
2018-06-15wifi: expose LastScan as milliseconds not secondsLubomir Rintel1-8/+8
2018-04-18core: use nm_utils_dbus_normalize_object_path() to cleanup D-Bus argumentThomas Haller1-3/+2
2018-03-19all: don't explicitly cast destroy function for g_clear_pointer()Thomas Haller1-1/+1
2018-01-16supplicant: enable FILS only when wpa_supplicant supports itMasashi Honma1-1/+32
2017-12-18all: get rid of a handful of unused-but-set variablesLubomir Rintel1-2/+0
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-1/+1
2017-08-11supplicant: don't allow scans to trigger a supplicant roaming decisionDan Williams1-0/+1
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-05-15supplicant-interface: add support for WPS enrollmentLubomir Rintel1-7/+170
2017-04-28supplicant: configure PMF for each connectionBeniamino Galvani1-48/+6
2017-04-19supplicant: fix detection of PMF supportBeniamino Galvani1-1/+1
2017-04-15supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani1-0/+9
2017-04-15supplicant: enable PMF only when wpa_supplicant supports itBeniamino Galvani1-2/+28