summaryrefslogtreecommitdiff
path: root/src/platform/wifi
Commit message (Expand)AuthorAgeFilesLines
...
* netlink: drop redundant nl_recvmsgs_report() functionThomas Haller2018-02-211-5/+5
* netlink: refactor error numbers from netlinkThomas Haller2018-02-211-2/+2
* netlink: drop libnl3 dependencyThomas Haller2018-02-211-2/+2
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-1/+1
* platform: move genl functions to nm-netlink.cThomas Haller2018-01-151-97/+0
* platform: move netlink functions to nm-netlink.hThomas Haller2018-01-151-20/+1
* wifi: always build nl80211 CRIT_PROTOCOL supportThomas Haller2018-01-151-8/+9
* wifi: rework WifiData to use a separate struct for function pointersThomas Haller2018-01-155-71/+81
* wifi: cleanup includesThomas Haller2018-01-152-6/+8
* core: use nm_close()Beniamino Galvani2017-10-191-3/+2
* platform: mark static nla_policy variables as constThomas Haller2017-10-091-10/+28
* devices/arping-manager: log the device contextLubomir Rintel2017-03-242-2/+2
* core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-241-1/+1
* build: don't link against libm.soThomas Haller2017-03-232-5/+2
* wifi-utils: nl80211: use logging macrosBeniamino Galvani2017-03-211-25/+35
* wifi-utils: wext: use logging macrosBeniamino Galvani2017-03-211-80/+89
* wifi-utils: fix use of errnoBeniamino Galvani2017-03-211-1/+3
* wifi-utils: don't cache interface nameBeniamino Galvani2017-03-217-76/+141
* wifi: error check nla_parse_nested()Lubomir Rintel2017-02-161-4/+6
* wifi: remove check for existing device in wifi_wext_is_wifi()Thomas Haller2016-12-131-2/+9
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-2/+2
* core: use nmp_utils_sysctl_open_netdir() to detect link-typeThomas Haller2016-12-132-24/+4
* platform: refactor nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-131-13/+10
* platform: wifi: use nmp_utils_open_sysctl() to check if device is wifiKai-Heng Feng2016-12-132-10/+25
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-212-2/+2
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-112-24/+24
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-032-3/+3
* all: cleanup includes in header filesThomas Haller2016-08-172-3/+0
* platform: wifi: drop old wifi data when an interface is renamedBeniamino Galvani2016-07-082-0/+20
* platform: refactor wifi_utils_is_wifi() not to pass sysfs_pathThomas Haller2016-04-212-10/+13
* wifi: hack for wext devices reporting IW_MODE_AUTO configuration mode.Francesco Giudici2016-03-111-0/+1
* platform: add and use nm_utils_ifname_cpy() helperThomas Haller2016-03-071-12/+12
* wifi: use g_strlcpy() instead of strncpy() to ensure NUL terminated ifnameThomas Haller2016-03-061-12/+12
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-193-7/+3
* wext: avoid division by zeroLubomir Rintel2016-01-291-1/+1
* wifi: reimplement use of libnl-genl-3 libraryThomas Haller2015-11-011-7/+195
* wifi/trivial: fix whitespace and indention in "wifi-utils-nl80211.c"Thomas Haller2015-11-011-22/+22
* core: avoid ioctls on non existent devicesBeniamino Galvani2015-08-111-0/+4
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-055-7/+5
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-245-6/+5
* platform: remove unused wifi_utils_get_ssid()Dan Williams2015-05-065-63/+0
* platform: rework link type detection for better fallback (bgo #743209)Dan Williams2015-05-012-9/+2
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-083-2/+27
* wifi: set wireless powersave for nl80211 devices when activateddcbw/wifi-powersaveMathieu Trudel-Lapierre2015-01-215-0/+57
* wifi: don't query nl80211 for non-WiFi devices (bgo #740131)Dan Williams2014-11-174-52/+9
* all: consistently include config.hDan Winship2014-11-133-3/+6
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-044-11/+8
* all: fix up multiple-include-guard definesDan Winship2014-08-164-12/+12
* 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-075-8/+8