summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-device-olpc-mesh.c
Commit message (Expand)AuthorAgeFilesLines
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-221-4/+1
* devices/olpc: don't assert we're waiting for companion on device_added_cb()Lubomir Rintel2018-10-121-1/+1
* devices/olpc: correct the signal handler argumentsLubomir Rintel2018-10-091-1/+1
* docs: misc. typosluz.paz2018-09-151-1/+1
* wifi/olpc: fix setting SSID for OLPC mesh in complete_connection()Thomas Haller2018-08-221-5/+4
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-23/+1
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-9/+9
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* core: add macro for iterating CList of devices of NMManagerThomas Haller2018-04-041-3/+2
* core: track devices in manager via embedded CListThomas Haller2018-03-271-3/+5
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-10/+19
* device/olpc-mesh: reject autoconnect requests early via get_autoconnect_allow...Thomas Haller2017-11-081-5/+2
* device: inline NMDevice's implementation of can_auto_connect()Thomas Haller2017-11-081-1/+0
* src/devices: use macros for property and signal namesBeniamino Galvani2017-09-181-2/+2
* device: enable support for ipv6.dhcp-timeoutThomas Haller2017-09-111-3/+8
* devices/wifi: flip meaning of scanning allowed signalDan Williams2017-08-111-4/+4
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-7/+10
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-5/+5
* device: refactor pending-action strings as named definesThomas Haller2017-02-101-3/+3
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-4/+4
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-69/+63
* core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-031-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-4/+4
* policy: fix owner-ship of specific_object in can_auto_connect()Thomas Haller2016-09-261-0/+2
* core: use defines for signal namesThomas Haller2016-09-121-5/+5
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* wifi: refactor creation of NMDeviceWifi/NMDeviceOlpcMesh to initialize in con...Thomas Haller2016-01-061-16/+6
* wifi: don't fail construction of NMDeviceWifi in constructorThomas Haller2016-01-061-9/+1
* wifi-olpc: refactor NMDeviceOlpcMesh to hold pointer to NMManagerThomas Haller2016-01-061-5/+15
* device: set link type from all factoriesLubomir Rintel2015-12-081-0/+1
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-0/+2
* build: drop generating empty nm-*-enum-types for device pluginsThomas Haller2015-10-051-1/+0
* core: separate active and applied connectionLubomir Rintel2015-09-181-1/+1
* devices, active-connection: port to gdbusDan Winship2015-08-101-7/+7
* 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-2/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-4/+2
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-4/+1
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* core: add generic NMDevice function to recheck availabilityDan Williams2015-05-011-6/+6
* platform: add self argument to platform functionsThomas Haller2015-04-211-5/+6