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