summaryrefslogtreecommitdiff
path: root/libnm/nm-device-wifi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libnm: change empty-GPtrArray-return semanticsDan Winship2014-09-041-1/+1
* libnm: drop NM_TYPE_OBJECT_ARRAY, use G_TYPE_PTR_ARRAYDan Winship2014-09-041-15/+23
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-7/+6
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-6/+5
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-4/+4
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-011-9/+0
* libnm: add init_dbus() virtual method to NMObjectDan Winship2014-08-011-20/+17
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-011-25/+0
* libnm: remove Since tags and NM_AVAILABLE_IN_* attributesDan Winship2014-08-011-4/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+838