index
:
iwinfo
master
Library for accessing wireless device drivers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-01-23
iwinfo: readd missing define for IWINFO_AUTH in header
Christian Marangi
2023-01-20
cli: print the flags on the frequency list
Andre Heider
2023-01-20
lib: add IWINFO_FREQ_FLAG_NAMES
Andre Heider
2023-01-20
nl80211: fix some comments
Andre Heider
2023-01-20
nl80211: prefer non-supplicant-based devices
Andre Heider
2023-01-20
nl80211: simplify iterating over phy's devices
Andre Heider
2023-01-20
nl80211: remove redundant check in nl80211_phy2ifname()
Andre Heider
2023-01-20
cli: print the frequency and band on the scan list
Andre Heider
2023-01-20
cli: print the band on the frequency list
Andre Heider
2023-01-20
nl80211: add "mhz" and "band" to iwinfo_scanlist_entry
Andre Heider
2023-01-20
nl80211: add "band" to iwinfo_freqlist_entry
Andre Heider
2023-01-20
nl80211: add support for radiation and indoor chan restriction
Christian Marangi
2023-01-20
iwinfo: reorganize iwinfo header to enum and defines
Christian Marangi
2023-01-20
devices: add USB devices supported by the mt76 driver
Andre Heider
2023-01-20
utils: skip comment lines when parsing devices.txt
Andre Heider
2023-01-20
cli: describe USB devices as such
Andre Heider
2023-01-20
devices: add MediaTek MT7628 card
Andre Heider
2023-01-09
devices: add support for declaring compatible matched devices
Jo-Philipp Wich
2023-01-06
devices: add Qualcomm Atheros QCN6024/9024/9074 cards
Robert Marko
2023-01-06
iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoC
Robert Marko
2022-12-15
cli: print current HT mode
Andre Heider
2022-12-15
cli: use IWINFO_HTMODE_COUNT
Andre Heider
2022-12-15
cli: use IWINFO_KMGMT_NAMES
Andre Heider
2022-12-15
cli: use IWINFO_CIPHER_NAMES
Andre Heider
2022-12-15
cli: fix printing the scan channel width
Andre Heider
2022-12-15
cli: fix marking the active channel
Andre Heider
2022-12-15
utils: add iwinfo_band2ghz() and iwinfo_ghz2band() helpers
Andre Heider
2022-12-15
utils: add helper functions to get names by values
Andre Heider
2022-12-15
utils: add iwinfo_htmode_is_{ht|vht|he} helpers
Andre Heider
2022-12-15
utils: add and use iwinfo_format_hwmodes()
Andre Heider
2022-12-15
lib: add IWINFO_80211_COUNT and IWINFO_80211_NAMES
Andre Heider
2022-12-15
lib: add IWINFO_BAND_COUNT and IWINFO_BAND_NAMES
Andre Heider
2022-12-15
lib: use common IWINFO_CIPHER_NAMES strings
Andre Heider
2022-12-15
lib: add IWINFO_OPMODE_COUNT and use it for IWINFO_OPMODE_NAMES
Andre Heider
2022-12-15
lib: constify and fixup the string array definitions
Andre Heider
2022-12-15
nl80211: mark frequencies where HE operation in not allowed
Andre Heider
2022-12-15
nl80211: add support for HE htmodes
Andre Heider
2022-12-15
nl80211: properly get available bands for the hwmode
Andre Heider
2022-12-15
nl80211: update the kernel header nl80211.h
Andre Heider
2022-12-15
nl80211: fix frequency/channel conversion for the 6G band
Andre Heider
2022-12-15
nl80211: don't guess if a name is an ifname
Andre Heider
2022-12-15
devices: add usb device MediaTek MT7921AU
Andre Heider
2022-12-15
nl80211: add ability to describe USB devices
Jo-Philipp Wich
2022-12-15
nl80211: remove ancient wpa_supplicant ctrl socket path
Andre Heider
2022-12-15
nl80211: fix wpa supplicant ctrl socket permissions
Andre Heider
2022-12-15
fix -Wdangling-else warnings
Andre Heider
2022-12-15
fix -Wreturn-type warning
Andre Heider
2022-12-15
fix -Wpointer-sign warning
Andre Heider
2022-12-15
fix -Wmaybe-uninitialized warning
Andre Heider
2022-12-15
fix -Wunused-variable warnings
Andre Heider
[next]