summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-wireless.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: support SAE when determining AP compatibilityBeniamino Galvani2019-09-201-1/+6
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-8/+0
* man: setting-wireless: add "mesh" to the available modesFrancesco Giudici2019-07-291-1/+1
* libnm-core: 802-11-wireless.mode mesh requires band and channelAndy Kling2019-07-291-0/+10
* setting-wireless: allow Mesh modeLubomir Rintel2019-07-291-1/+7
* libnm: implement serialization options (inject timestamp/seen-bssids) for nm_...Thomas Haller2019-06-281-0/+35
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+2
* libnm: track wifi.seen-bssids in a GPtrArray instead of a GSListThomas Haller2019-06-281-41/+71
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-7/+11
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm-core: reorder code in settingsThomas Haller2019-01-151-116/+124
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-127/+106
* libnm: fix notifying "mac-address-randomization" property changeThomas Haller2019-01-151-1/+1
* libnm: rework compare_property() implementation for NMSettingThomas Haller2019-01-111-10/+13
* libnm: mark wifi.cloned-mac-address GObject property inferrableThomas Haller2019-01-111-0/+1
* libnm: pass serialization flags to settings synth_func()Thomas Haller2019-01-071-5/+10
* Revert "libnm-core: don't serialize synthetic properties in nm_setting_to_str...Thomas Haller2019-01-071-0/+3
* wifi: support hidden ssid in AP modebg/ap-hiddenBeniamino Galvani2018-09-271-5/+11
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* libnm: rework setting metadata for property handlingThomas Haller2018-08-101-23/+36
* libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller2018-08-101-2/+2
* libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller2018-08-101-10/+9
* libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-011-1/+0
* wifi: fix check for valid NMSettingWirelessWakeOnWLan flagThomas Haller2018-06-151-1/+1
* libnm-core: add wake-on-wlan configuration itemsSimon Fels2018-06-151-0/+72
* libnm/doc: explicitly point out privacy issue of setting wifi.hiddenThomas Haller2018-04-261-0/+3
* docs: fix spelling errors in tranlated strings and documentationThomas Haller2017-08-111-1/+1
* libnm: use enum for setting prioritiesThomas Haller2017-06-071-1/+1
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* libnm-core: clear wifi.mac-address-randomization when unsetting wifi.cloned-m...Thomas Haller2017-01-281-0/+10
* device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-091-2/+2
* man/ifcfg-rh: mark some ifcfg-rh variables with (+) as NM extensionsJiří Klimeš2016-12-151-1/+1
* man: clarify HWADDR for nm-setting-ifcfg-rh manualThomas Haller2016-11-101-0/+3
* device: change default value for cloned-mac-address to "preserve" (bgo#770611)Thomas Haller2016-09-121-3/+4
* doc: clearify deprecated "cloned-mac-address" field in documentationThomas Haller2016-08-301-2/+6
* doc: fix typo for cloned-mac-address documentationpoma2016-07-111-1/+1
* all: make MAC address randomization algorithm configurableThomas Haller2016-06-301-0/+88
* libnm: deprecated wireless.mac-address-randomization property for wireless.cl...Thomas Haller2016-06-301-0/+34
* device: extend MAC address handling including randomization for ethernet and ...Thomas Haller2016-06-301-16/+78
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-171-2/+2
* man,libnm-core: fix typosBeniamino Galvani2016-03-301-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* wifi: don't touch by default current powersave settingBeniamino Galvani2016-02-161-7/+8
* libnm-core: fix documentation for MAC_ADDRESS_RANDOMIZATION propertyBeniamino Galvani2016-02-111-3/+2
* ifcfg-rh: add support for NMSettingWireless:mac-address-randomizationThomas Haller2015-11-181-0/+9
* libnm: add Wi-Fi MAC address randomization propertyDan Williams2015-11-181-0/+43