summaryrefslogtreecommitdiff
path: root/src/supplicant/nm-supplicant-interface.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-15supplicant: enable PMF based on driver typeBeniamino Galvani1-19/+18
2017-04-15supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth1-0/+39
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-02-17supplicant: delay SCAN_DONE signal until all BSS are initializedThomas Haller1-55/+113
2017-02-17supplicant: merge NEW_BSS signal with BSS_UPDATEDThomas Haller1-13/+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 Haller1-3/+2
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 Haller1-132/+180
2017-02-14wifi: introduce enum type NMSupplicantInterfaceState instead of plain intThomas Haller1-52/+31
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-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 whether EAP-FAST is supported for existing supplicant-inte...Thomas Haller1-13/+25
2017-01-16supplicant: add an enum to specify the driverBeniamino Galvani1-13/+28
2016-11-21build: rename "src/supplicant-manager" to "src/supplicant"Thomas Haller1-0/+1666