summaryrefslogtreecommitdiff
path: root/libnm/nm-device-wifi.c
Commit message (Expand)AuthorAgeFilesLines
* libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-231-3/+3
* nm-device: expose via D-Bus the 'hw-address' propertyAntonio Cardace2020-03-131-33/+11
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-251-182/+59
* libnm: add and use _nml_coerce_property_*()Thomas Haller2019-10-271-2/+2
* libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-221-20/+36
* libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-181-79/+65
* libnm: implement nm_device_wifi_request_scan_async() by using GDBusConnection...Thomas Haller2019-10-161-85/+29
* libnm: implement nm_device_wifi_request_scan() by using GDBusConnection directlyThomas Haller2019-10-161-21/+19
* libnm/device: simplify prepare_scan_options() for Wi-Fi scanningThomas Haller2019-10-161-28/+4
* libnm/device: fix memleak options variant in nm_device_wifi_request_scan_opti...Thomas Haller2019-10-161-2/+3
* libnm/device: fix memleak in nm_device_wifi_request_scan_options*()Thomas Haller2019-10-161-1/+1
* libnm: deprecate synchronous/blocking API in libnmThomas Haller2019-10-031-0/+4
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-2/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-3/+0
* docs: misc. typos pt2luz.paz2018-09-171-2/+2
* libnm: add nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-151-0/+3
* wifi: expose LastScan as milliseconds not secondsLubomir Rintel2018-06-151-10/+10
* wifi: expose the LastScan propertyLubomir Rintel2018-06-131-0/+42
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-3/+1
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-081-0/+2
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* libnm: avoid leaking the interface proxiesLubomir Rintel2016-11-141-0/+2
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-8/+0
* libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-241-2/+2
* libnm: minor refactoring by using g_clear_object() and nm_str_not_empty()Thomas Haller2016-10-241-10/+3
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-7/+7
* Revert "all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backpor...Thomas Haller2015-08-251-2/+2
* all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backported APIJiří Klimeš2015-08-211-2/+2
* libnm: symbols for request scanning backported to 1.0.6Jiří Klimeš2015-08-141-0/+9
* libnm: add new functions allowing passing options to RequestScan() D-Bus callJiří Klimeš2015-08-141-24/+130
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-221-5/+12
* libnm: merge device-type-specific errors into NMDeviceErrorDan Winship2014-10-221-41/+17
* libnm: further NULL-vs-empty-array fixesDan Winship2014-10-191-0/+4
* libnm: add nm-types.h, to avoid include loopsDan Winship2014-10-101-0/+1
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-8/+10
* libnm: fix argument type passed to RequestScan() D-Bus callJiří Klimeš2014-10-011-3/+3
* libnm: add some missing sync/async method variantsDan Winship2014-09-251-0/+26
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-251-50/+61
* libnm: port to GDBusDan Winship2014-09-181-35/+41
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-181-3/+4