polybar-dwm/src
taschenb 3afc341c7b feat(net): Add nl80211 support (#1009)
This patch enables support for nl80211. In case the libnl-genl-3.0
library isn't found, it will fall back to Wext instead.
The library to use can also be manually set with the CMake option
WITH_LIBNL.

The Wireless-Extensions (WE or Wext) are deprecated and long replaced
by cfg80211.

Although Wext isn't used by WiFi drivers anymore, CFG80211_WEXT allows
old tools to communicate with modern drivers by providing a wrapper
API.
2018-06-18 20:16:09 -07:00
..
adapters feat(net): Add nl80211 support (#1009) 2018-06-18 20:16:09 -07:00
cairo refactor(cairo): Cleanup 2017-01-25 23:37:13 +01:00
components refactor: Don't initialize forward declared members 2018-05-10 00:05:18 +02:00
drawtypes fix(config): Use proper token object 2018-01-27 23:40:19 -08:00
events refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
modules feat(net): Add local_ip6 token (#1239) 2018-06-10 22:51:43 +02:00
utils fix(github): libcurl stuck at curl_easy_perform 2018-02-15 10:50:05 +01:00
x11 refactor(tray): Log restack failure as error 2018-05-15 16:01:07 -07:00
CMakeLists.txt feat(net): Add nl80211 support (#1009) 2018-06-18 20:16:09 -07:00
ipc.cpp fix: Stop using ato* for string to num conversion 2018-05-03 11:07:37 -07:00
main.cpp fix(build): Build without xrm 2018-06-18 11:49:31 +02:00