summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-wpan.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-4/+0
* device/wpan: cleanup act_stage1_prepare() and don't assert with missing hwaddrThomas Haller2019-08-281-3/+9
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-4/+2
* devices/wpan: set channel on activationLubomir Rintel2018-10-071-0/+10
* core/setting-wpan: add page and channel propertiesLubomir Rintel2018-10-071-1/+1
* libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-141-4/+4
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-5/+7
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: use NM_DEVICE_CLASS_DECLARE_TYPES() to set connection_type_supported ...Thomas Haller2018-07-241-2/+1
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename NMDeviceClass.connection_type to connection_type_suppo...Thomas Haller2018-07-241-1/+1
* devices: add NMDeviceWpanLubomir Rintel2018-06-261-0/+251