Library to access wireless devices, inspired from OpenWRT without UCI
Find a file
Daniel Golle 74d13fb987 cli: account for additional digit for frequencies above 10GHz
When using 802.11ad, the frequency string will no longer fit in the
preallocated buffer of 10 bytes. In the best case this leads to the
'z' character being truncated in the CLI output:
  Mode: Client  Channel: 1 (58.320 GH)

Fix that by allocating a large enough buffer.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-01-05 22:19:43 +00:00
api Sync with upstream nl80211.h 2016-01-25 14:41:31 +01:00
include iwinfo: export center_chan info for local wifi 2021-01-05 22:19:43 +00:00
COPYING Initial commit 2014-10-05 19:56:27 +02:00
hardware.txt iwinfo: detect QCA IPQ4019 WiSoC from FDT 2021-01-05 22:19:42 +00:00
iwinfo_cli.c cli: account for additional digit for frequencies above 10GHz 2021-01-05 22:19:43 +00:00
iwinfo_lib.c iwinfo: add missing HT modename for HT-None 2020-03-22 01:13:45 +01:00
iwinfo_lua.c Revert "iwinfo: add BSS load element to scan result" 2020-03-22 01:06:36 +01:00
iwinfo_madwifi.c iwinfo: add support for querying available HT modes 2015-05-08 13:29:10 +02:00
iwinfo_nl80211.c iwinfo: export center_chan info for local wifi 2021-01-05 22:19:43 +00:00
iwinfo_nl80211.h nl80211: fix code calculating average signal and rate 2018-04-09 07:30:37 +02:00
iwinfo_utils.c Revert "iwinfo: add BSS load element to scan result" 2020-03-22 01:06:36 +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 wl: only invoke nvram executable if it exists 2018-07-31 20:09:02 +02:00
Makefile Revert "build: compile with -ffunction-sections, -fdata-sections and LTO" 2018-07-31 20:36:35 +02:00