summaryrefslogtreecommitdiff
path: root/src/platform/wifi/wifi-utils-wext.c
Commit message (Expand)AuthorAgeFilesLines
* platform/wifi: rename wifi-utils to nm-wifi-utilsLubomir Rintel2018-06-261-766/+0
* wifi: rework WifiData to use a separate struct for function pointersThomas Haller2018-01-151-14/+17
* wifi: cleanup includesThomas Haller2018-01-151-5/+6
* core: use nm_close()Beniamino Galvani2017-10-191-3/+2
* devices/arping-manager: log the device contextLubomir Rintel2017-03-241-1/+1
* 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-231-4/+2
* 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-211-45/+116
* 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
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-1/+1
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-16/+16
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-2/+2
* 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-191-3/+1
* wext: avoid division by zeroLubomir Rintel2016-01-291-1/+1
* 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-051-2/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* platform: remove unused wifi_utils_get_ssid()Dan Williams2015-05-061-31/+0
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-081-1/+14
* wifi: set wireless powersave for nl80211 devices when activateddcbw/wifi-powersaveMathieu Trudel-Lapierre2015-01-211-0/+25
* all: consistently include config.hDan Winship2014-11-131-1/+2
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-7/+4
* 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-2/+2
* core/logging: trivial renaming internal LOGD_OLPC_MESH name to LOGD_OLPCThomas Haller2014-05-121-2/+2
* wifi: move wifi-utils into platformDan Winship2014-04-171-0/+671