summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-wireless.c
Commit message (Expand)AuthorAgeFilesLines
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-171-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* Revert "Set the default powersave value to enabled"Lubomir Rintel2016-01-201-5/+2
* Set the default powersave value to enabledMathieu Trudel-Lapierre2016-01-201-2/+5
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* libnm/libnm-util: add Wi-Fi 'powersave' propertyDan Williams2015-01-211-0/+41
* libnm, libnm-util: move settings doc generation to libnm-coreDan Winship2014-11-191-132/+0
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-util: add ifcfg-rh specific description for propertiesjk/bgo683111-keyfile-ifcfg-rh-docsJiří Klimeš2014-08-291-0/+98
* libnm-util: add keyfile specific description for propertiesJiří Klimeš2014-08-291-0/+34
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-9/+18
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-5/+2
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-119/+53
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-23/+26
* libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship2014-06-191-18/+18
* trivial: fix typo BBSID -> BSSIDJiří Klimeš2014-05-061-2/+2
* libnm-util: add *_remove_*_by_value() functions for '802-11-wireless' settingJiří Klimeš2014-02-281-1/+57
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-1/+0
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-14/+14
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-4/+1
* libnm-util: fix nm_setting_wireless_ap_security_compatible()Dan Winship2013-09-031-8/+3
* libnm-util: deprecate 'security' property of '802-11-wireless' settingJiří Klimeš2013-09-021-21/+7
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-131-12/+12
* libnm-util: deprecate nm_utils_slist_free(), use g_slist_free_full()Dan Winship2013-05-291-4/+4
* libnm-util: implement connection changed signalDan Williams2013-05-281-2/+3
* libnm-util: add access functions for 'mac-address-blacklist' to wired/wirelessJiří Klimeš2013-05-071-0/+100
* libnm-util: clarify WiFi setting MAC address blacklist descriptionDan Williams2013-05-031-8/+8
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-27/+47
* libnm-util: clean up setting registrationDan Williams2012-10-291-1/+7
* wifi: support ap-mode with wpa_supplicantJan Luebbe2012-10-171-4/+4
* libnm-util: un-deprecate seen-bssids property and adjust its descriptionJiří Klimeš2012-10-161-15/+20
* libnm-util: handle RSN IBSS in AP/connection compatibility checksDan Williams2012-08-271-5/+12
* libnm-util: add 'hidden' property to the wireless settingDan Williams2012-05-021-1/+46
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-27/+0
* wifi: make wireless-helper.h private to src/Dan Williams2011-11-091-2/+0
* libnm-util: fix up some GObject introspection annotationsDan Williams2011-07-051-1/+1
* docs: update Wireless setting documentationDan Williams2011-07-051-15/+147
* core: add MAC address blacklisting feature for WiFi and ethernet connectionsJiří Klimeš2011-06-301-2/+50
* libnm-util: use WiFi enums more consistentlyDan Williams2011-03-111-5/+5
* libnm-util: add defines for wifi modesDan Williams2011-01-091-1/+1
* trivial: add missing includescee12010-10-081-0/+1
* core: MAC address spoofing/cloning (rh #447827) (bgo #553771)Jiří Klimeš2010-06-221-13/+57
* libnm-util: add nm_utils_wifi_* functions to handle frequencies/channelsJiří Klimeš2010-05-311-26/+6
* doc: document wireless setting propertiesDan Williams2009-11-111-11/+137
* libnm-util: ignore Privacy for APs broadcasting WPA & RSN IEs (rh #445369)Dan Williams2009-02-061-3/+0
* libnm-util: flag properties with G_PARAM_CONSTRUCT so default values get setDan Williams2009-02-011-4/+4
* 2008-11-20 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-201-2/+3
* 2008-11-07 Dan Williams <dcbw@redhat.com>Dan Williams2008-11-071-1/+2
* 2008-10-30 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-301-53/+55