Library to access wireless devices, inspired from OpenWRT without UCI
Find a file
Daniel Golle 223e09bf3f add support for expected throughput
cfg80211 allows drivers to announce the to-be-expected layer-2 datarate
using the NL80211_STA_INFO_EXPECTED_THROUGHPUT field.
This information is useful as a metric for user-space routing daemons,
so grab it via nl80211 and make it available in both C and Lua APIs,
and show expected throughput on CLI interface assoclist.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-15 04:50:28 +01:00
api Sync with upstream nl80211.h 2016-01-25 14:41:31 +01:00
include add support for expected throughput 2018-02-15 04:50:28 +01:00
COPYING Initial commit 2014-10-05 19:56:27 +02:00
hardware.txt iwinfo: add device id for Ubiquiti NanoStation Loco M2 2016-10-15 19:56:24 +02:00
iwinfo_cli.c add support for expected throughput 2018-02-15 04:50:28 +01:00
iwinfo_lib.c iwinfo: add support for querying available HT modes 2015-05-08 13:29:10 +02:00
iwinfo_lua.c add support for expected throughput 2018-02-15 04:50:28 +01:00
iwinfo_madwifi.c iwinfo: add support for querying available HT modes 2015-05-08 13:29:10 +02:00
iwinfo_nl80211.c add support for expected throughput 2018-02-15 04:50:28 +01:00
iwinfo_nl80211.h nl80211: turn nl80211_wait() into variadic function 2018-01-17 13:27:03 +01:00
iwinfo_utils.c utils: fix possibly unterminated ifname string 2015-10-29 10:53:48 +01:00
iwinfo_wext.c Fix -Wall -Wpedantic warnings 2015-05-19 18:54:58 +02:00
iwinfo_wext.h Initial commit 2014-10-05 19:56:27 +02:00
iwinfo_wext_scan.c wext_scan: fix possibly unterminated ifname string 2015-10-29 10:53:32 +01:00
iwinfo_wl.c iwinfo: add support for querying available HT modes 2015-05-08 13:29:10 +02:00
Makefile Makefile: drop link against libblobmsg_json and libjson-c 2016-07-29 16:28:32 +02:00