summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-wifi.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-5/+4
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-15/+15
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-4/+2
2014-07-15libnm-util, libnm-glib: tweak (element-type) annotations in docsDan Winship1-1/+1
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-33/+26
2014-06-19libnm-util, libnm-glib: be consistent about "Wi-Fi", "Ethernet", "InfiniBand"...Dan Winship1-6/+6
2014-04-01trivial: make clear the maximum bitrate is in kbit/sJiří Klimeš1-3/+3
2014-03-06libnm-glib: add nm_device_get_setting_type()Dan Winship1-0/+7
2014-01-23trivial: remove unused #definesDan Williams1-7/+0
2014-01-23libnm-glib: convert NMDeviceWifi AccessPoints to a real propertyDan Williams1-33/+35
2013-12-20libnm-glib: add nm_device_get_hw_address() to NMDeviceJiří Klimeš1-0/+7
2013-10-11libnm-util, libnm-glib: fix up some gtk-doc commentsDan Winship1-1/+1
2013-04-08libnm-glib: use helpers to create dbus proxiesDan Williams1-8/+2
2013-03-13libnm-glib: match interface name in nm_device_connection_compatible()Dan Winship1-3/+1
2013-02-22libnm-glib: add Since tags to new functions and propertiesDan Williams1-0/+1
2013-01-09libnm-glib: remove unused "wireless_enabled" variable from NMDeviceWifiPrivateJiří Klimeš1-1/+0
2013-01-09libnm-glib: add nm_device_wifi_request_scan_simple() to tell NM to scan for APsJiří Klimeš1-0/+87
2012-10-17libnm-glib: fix wifi device 'mode' property for AP modeDan Williams1-1/+1
2012-04-27libnm-glib: fix build on older glib without g_clear_object()Dan Williams1-0/+2
2012-04-23libnm-glib: NULL out priv fields on dispose()Dan Winship1-9/+1
2012-03-28libnm-glib: more ensure_inited() fixingDan Winship1-0/+2
2012-03-16libnm-glib: add errors to device classes and nm_device_connection_compatible()Jiří Klimeš1-8/+47
2012-03-12libnm-glib: ensure nm_device_set_device_type() stays privateDan Williams1-1/+1
2012-03-07libnm-glib: simplify setting device-type propertyDan Williams1-3/+1
2012-02-03libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship1-24/+12
2012-02-03libnm-glib: add "pseudoproperties" for things like Client.GetDevicesDan Winship1-82/+23
2012-02-03libnm-glib: simplify handling of object and object array propertiesDan Winship1-37/+1
2012-02-03libnm-glib: simplify property getter methodsDan Winship1-78/+12
2012-02-03libnm-glib: simplify and genericize property declarationDan Winship1-12/+12
2012-02-02libnm-glib: don't use client-side generated dbus-glib bindingsDan Winship1-3/+4
2011-11-24libnm-glib: get access points in constructor to prevent D-Bus errorsJiří Klimeš1-0/+7
2011-06-01libnm-glib: fix up empty object path demarshalling after 8afce8590ab8f08f0703...Dan Williams1-5/+5
2011-05-26libnm-glib: handle NULL object paths genericallyDan Williams1-17/+13
2011-04-25libnm-glib: add *_connection_valid() utility functionsDan Williams1-57/+48
2011-03-17libnm-glib: handle new device statesDan Williams1-4/+6
2011-03-15trivial: let g_free and g_strdup handle NULL (bgo #644763)Kjartan Maraas1-5/+2
2011-03-10libnm-glib: add nm_device_filter_connections()Dan Williams1-3/+95
2011-03-10libnm-glib: documentation fixesDan Williams1-1/+1
2011-02-18libnm-glib: nm_device_wifi_get_capabilities() should return NMDeviceWifiCapab...Dan Williams1-2/+2
2011-02-16libnm-glib: make _nm_object_cache_get() return a referenced objectDan Williams1-4/+2
2011-02-15libnm-glib: add GError parameter to _nm_object_get_... functionsJiří Klimeš1-7/+13
2011-01-21introspection: add GObject introspection support (bgo #637032)Giovanni Campagna1-3/+4
2010-06-22core: MAC address spoofing/cloning (rh #447827) (bgo #553771)Jiří Klimeš1-10/+59
2008-11-27doc fixesDan Williams1-17/+17
2008-11-142008-11-14 Dan Williams <dcbw@redhat.com>Dan Williams1-1/+22
2008-09-052008-09-05 Dan Williams <dcbw@redhat.com>Dan Williams1-1/+13