summaryrefslogtreecommitdiff
path: root/src/platform/wifi
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-231-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-017-14/+7
* all: SPDX header conversionLubomir Rintel2019-09-107-98/+7
* wifi: add OLPC Mesh support via nl80211Lubomir Rintel2019-09-071-0/+67
* wifi: expose IBSS_RSN capabilityBeniamino Galvani2019-08-261-0/+3
* platform: drop checks for failure of nl80211_alloc_msg()Thomas Haller2019-08-021-9/+5
* platform: avoid coverity warning about not checking nla_nest_start() resultThomas Haller2019-08-021-0/+2
* core/trivial: fix whitespaceThomas Haller2019-08-021-3/+3
* setting-wireless: allow Mesh modeLubomir Rintel2019-07-292-5/+13
* all: drop emacs file variables from source filesThomas Haller2019-06-117-7/+0
* platform: assert for out-of-memory in netlink codeThomas Haller2019-05-071-6/+6
* platform/wifi: don't use __u32 type in "nm-wifi-utils-nl80211.c"Thomas Haller2019-02-221-4/+3
* platform/trivial: coding style fixes/whitespaceThomas Haller2019-02-221-7/+8
* platform/netlink: cleanup nla_parse*() code by using safer macrosThomas Haller2019-02-221-81/+95
* platform/wifi: fix size check for parsing netlink attribute NL80211_BSS_BSSIDThomas Haller2019-02-221-1/+1
* all: replace strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-5/+5
* all: replace g_strerror() calls with nm_strerror_native()Thomas Haller2019-02-121-1/+1
* all: include "nm-utils/nm-errno.h" via "nm-default.h"Thomas Haller2019-02-121-1/+0
* all: cache errno in local variable before using itThomas Haller2019-02-121-9/+15
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-123-5/+0
* trivial: rename nl-errno to nm-errnoThomas Haller2018-12-271-2/+2
* core: move netlink errors to nm-errno.hThomas Haller2018-12-271-0/+1
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-292-2/+2
* wifi/wext: fix double quotingLubomir Rintel2018-11-291-1/+1
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* core/trivial: fix whitespaceThomas Haller2018-10-221-1/+1
* wifi-utils: remove log domain argumentLubomir Rintel2018-10-011-14/+13
* wifi-utils: rename nl80211 to selfLubomir Rintel2018-10-011-62/+62
* wifi-utils: downgrade a log messageLubomir Rintel2018-10-011-1/+1
* wifi: include the interface name in logsLubomir Rintel2018-10-011-48/+24
* docs: misc. typosluz.paz2018-09-152-2/+2
* platform: cleanup error pathsThomas Haller2018-09-071-13/+9
* wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller2018-08-221-1/+4
* platform: move the management of the genl socket to linux-platformLubomir Rintel2018-06-264-15/+11
* platform/wifi: turn NMWifiUtils into a GObjectLubomir Rintel2018-06-267-114/+192
* platform/wifi: rename wifi-utils to nm-wifi-utilsLubomir Rintel2018-06-267-150/+151
* platform/wifi: drop wifi_utils_get_ifindex()Lubomir Rintel2018-06-262-12/+2
* platform/wifi: drop *_get_wowlan()Lubomir Rintel2018-06-264-54/+0
* wifi: ensure wake-on-wlan restore only acts onceThomas Haller2018-06-222-12/+14
* platform: add methods to retrieve current WoWLAN stateAlfonso Sánchez-Beato2018-06-224-3/+72
* platform: add support for wake-on-wlanSimon Fels2018-06-154-0/+57
* platform/wifi: do not double-free nl_msgAlfonso Sánchez-Beato2018-05-311-6/+2
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* platform: move genl_ctrl_resolve to nm-netlink.cJavier Arteaga2018-03-301-81/+3
* platform/wifi: don't pass ownership of message to nl80211_send_and_recv()Thomas Haller2018-02-241-11/+9
* platform/wifi: fix memleak in _nl80211_send_and_recv()Thomas Haller2018-02-241-1/+2
* platform/wifi: drop an unused variableLubomir Rintel2018-02-231-1/+0
* netlink: use glib allocator functions for nlmsg_alloc*()Thomas Haller2018-02-211-12/+7
* netlink: simplify netlink callback handlingThomas Haller2018-02-211-53/+36
* wifi: drop unused netlink callback instanceThomas Haller2018-02-211-10/+2