summaryrefslogtreecommitdiff
path: root/src/devices/wifi/nm-wifi-ap.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: fix memleak in nm_ap_update_from_properties()Beniamino Galvani2015-04-131-1/+2
* wifi: fall back to band matching when frequency matching failsdcbw/supplicant-current-ap-bgo747424Dan Williams2015-04-101-13/+27
* wifi: remove unused AP 'broadcast' propertyDan Williams2015-04-101-25/+0
* wifi: always strict-match access points when mergingDan Williams2015-04-101-43/+7
* wifi: update AP properties from supplicant signalsDan Williams2015-04-101-16/+32
* wifi: use a hash table to track access pointsDan Williams2015-04-101-6/+17
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-191-1/+1
* wifi: fix recognition of AP RSN capabilitiesDan Williams2015-03-101-1/+1
* supplicant: convert interface/config to GDBusDan Williams2015-03-031-130/+99
* all: consistently include config.hDan Winship2014-11-131-0/+2
* wifi: avoid assertion in nm_ap_check_compatible() when comparing AP with miss...Thomas Haller2014-10-271-1/+1
* wifi: ensure not passing NULL bssid as string to printf logging functionsThomas Haller2014-10-271-1/+1
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-25/+18
* libnm-core: replace GByteArray with pointer + length in some APIsDan Winship2014-09-041-3/+17
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-22/+25
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-3/+3
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-23/+18
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-1/+1
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-50/+41
* wifi: make Wi-Fi support a pluginDan Williams2014-05-131-0/+1293