Library to access wireless devices, inspired from OpenWRT without UCI
Find a file
Thomas Weißschuh ca79f64154 lib: report byte counters as 64 bit values
The 32bit counter can only count to 4GiB before wrapping.
Switching to the 64bit variant avoids this issue.

In practice some users are interpreting the counter values as signed
integer bringing down the usable range for 32bit values down to only
2GiB.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
2023-06-25 21:58:09 +02:00
api nl80211: update the kernel header nl80211.h 2022-12-15 23:42:32 +01:00
include lib: report byte counters as 64 bit values 2023-06-25 21:58:09 +02:00
COPYING Initial commit 2014-10-05 19:56:27 +02:00
devices.txt devices: add device id for Atheros AR9287 and AR9380 2023-05-24 00:50:42 +02:00
iwinfo_cli.c cli: print the flags on the frequency list 2023-01-20 17:27:00 +01:00
iwinfo_lib.c lib: add IWINFO_FREQ_FLAG_NAMES 2023-01-20 17:26:59 +01:00
iwinfo_lua.c fix -Wdangling-else warnings 2022-12-15 20:07:49 +01:00
iwinfo_madwifi.c iwinfo: set center chan unsupported for not-nl80211 driver 2021-01-06 17:38:07 +00:00
iwinfo_nl80211.c lib: report byte counters as 64 bit values 2023-06-25 21:58:09 +02:00
iwinfo_nl80211.h nl80211: fix code calculating average signal and rate 2018-04-09 07:30:37 +02:00
iwinfo_utils.c utils: skip comment lines when parsing devices.txt 2023-01-20 16:08:00 +01:00
iwinfo_wext.c iwinfo: set center chan unsupported for not-nl80211 driver 2021-01-06 17:38:07 +00: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: set center chan unsupported for not-nl80211 driver 2021-01-06 17:38:07 +00:00
Makefile enable useful compiler warnings via -Wall 2022-12-15 20:07:27 +01:00