summaryrefslogtreecommitdiff
path: root/src/libnm-core-impl/nm-setting-wireless.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: mark deprecated D-Bus properties in meta dataThomas Haller2022-10-271-7/+9
* libnm: rename internal to/from dbus functionsThomas Haller2022-10-271-7/+9
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-151-4/+4
* setting-bridge,wireless: improve some deprecation warningsLubomir Rintel2022-09-071-3/+2
* libnm: style cleanups for property annotationsThomas Haller2022-09-021-6/+12
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-061-4/+4
* libnm/docs: add comment about background scanning to wifi.bssid propertyThomas Haller2022-06-211-0/+4
* libnm: fix compatibility of OWE-TM with unsecure profilesDavid Bauer2022-06-171-0/+4
* libnm: cleanup redundant code for direct properties of NMSettingThomas Haller2022-01-181-1/+1
* libnm: refactor some NMSetting to use direct properties for stringThomas Haller2022-01-181-41/+21
* libnm: refactor some NMSetting to use direct properties for uint32Thomas Haller2022-01-181-120/+92
* libnm: allow WPA-EAP-SUITE-B-192 network to match existing connectionsTomohiro Mayama2022-01-031-0/+10
* libnm: refactor some NMSetting to use direct properties for enum/flagsThomas Haller2021-12-241-16/+9
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-291-23/+23
* libnm: refactor some NMSetting to use direct propertiesThomas Haller2021-11-081-38/+9
* libnm: always finalize direct properties in NMSetting base classThomas Haller2021-11-041-2/+0
* libnm: add out_is_modified argument to from_dbus_fcn() to detect modificationThomas Haller2021-08-021-0/+1
* libnm: use macros function arguments for NMSettInfoPropertTypeThomas Haller2021-08-021-33/+5
* all: unify and rename strv helper APIThomas Haller2021-07-291-5/+5
* all: drop unnecessary casts from nm_utils_strv_find_first()Thomas Haller2021-07-291-4/+1
* libnm: implement special setter for direct string property for mac addressThomas Haller2021-07-231-20/+16
* libnm: add nm_sett_info_propert_type_direct_mac_addressThomas Haller2021-07-231-17/+20
* libnm: normalize mac-address properties in GObject property setterThomas Haller2021-07-231-1/+1
* libnm: pass full property meta data to from_dbus_fcn() hookThomas Haller2021-07-161-6/+7
* libnm: add special ignore function for NMSettInfoPropertType.compare_fcn()Thomas Haller2021-07-161-1/+1
* libnm: refactor NMSettingClass.compare_property() to NMSettInfoPropertType.co...Thomas Haller2021-07-161-26/+34
* libnm: add compare_fcn() to property meta dataThomas Haller2021-07-161-2/+4
* libnm: pass around property_info instead of property_idx in NMSetting APIThomas Haller2021-07-161-13/+12
* libnm: use _nm_setting_property_define_direct_boolean()Thomas Haller2021-07-121-8/+9
* libnm: extend NMSettInfoSetting with an offset to the private dataThomas Haller2021-07-121-4/+5
* libnm: special handle serialization to D-Bus for "wifi.seen-bssid"Thomas Haller2021-07-011-9/+51
* libnm: use _nm_setting_property_define_boolean() for boolean NMSetting proper...Thomas Haller2021-06-231-5/+7
* libnm: add and use NM_SETT_INFO_PROPERT_TYPE_DBUS() macroThomas Haller2021-06-231-4/+4
* libnm: add code comment about preserving ABI for libnm GObject structsThomas Haller2021-06-171-1/+1
* libnm: hide NMSetting types from public headersThomas Haller2021-06-111-0/+16
* libnm: Refactor NM_CONNECTION_SERIALIZE_* flagsAndrew Zaborowski2021-04-011-1/+1
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-181-0/+1932