summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-23iwinfo: readd missing define for IWINFO_AUTH in headerChristian Marangi
2023-01-20cli: print the flags on the frequency listAndre Heider
2023-01-20lib: add IWINFO_FREQ_FLAG_NAMESAndre Heider
2023-01-20nl80211: fix some commentsAndre Heider
2023-01-20nl80211: prefer non-supplicant-based devicesAndre Heider
2023-01-20nl80211: simplify iterating over phy's devicesAndre Heider
2023-01-20nl80211: remove redundant check in nl80211_phy2ifname()Andre Heider
2023-01-20cli: print the frequency and band on the scan listAndre Heider
2023-01-20cli: print the band on the frequency listAndre Heider
2023-01-20nl80211: add "mhz" and "band" to iwinfo_scanlist_entryAndre Heider
2023-01-20nl80211: add "band" to iwinfo_freqlist_entryAndre Heider
2023-01-20nl80211: add support for radiation and indoor chan restrictionChristian Marangi
2023-01-20iwinfo: reorganize iwinfo header to enum and definesChristian Marangi
2023-01-20devices: add USB devices supported by the mt76 driverAndre Heider
2023-01-20utils: skip comment lines when parsing devices.txtAndre Heider
2023-01-20cli: describe USB devices as suchAndre Heider
2023-01-20devices: add MediaTek MT7628 cardAndre Heider
2023-01-09devices: add support for declaring compatible matched devicesJo-Philipp Wich
2023-01-06devices: add Qualcomm Atheros QCN6024/9024/9074 cardsRobert Marko
2023-01-06iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoCRobert Marko
2022-12-15cli: print current HT modeAndre Heider
2022-12-15cli: use IWINFO_HTMODE_COUNTAndre Heider
2022-12-15cli: use IWINFO_KMGMT_NAMESAndre Heider
2022-12-15cli: use IWINFO_CIPHER_NAMESAndre Heider
2022-12-15cli: fix printing the scan channel widthAndre Heider
2022-12-15cli: fix marking the active channelAndre Heider
2022-12-15utils: add iwinfo_band2ghz() and iwinfo_ghz2band() helpersAndre Heider
2022-12-15utils: add helper functions to get names by valuesAndre Heider
2022-12-15utils: add iwinfo_htmode_is_{ht|vht|he} helpersAndre Heider
2022-12-15utils: add and use iwinfo_format_hwmodes()Andre Heider
2022-12-15lib: add IWINFO_80211_COUNT and IWINFO_80211_NAMESAndre Heider
2022-12-15lib: add IWINFO_BAND_COUNT and IWINFO_BAND_NAMESAndre Heider
2022-12-15lib: use common IWINFO_CIPHER_NAMES stringsAndre Heider
2022-12-15lib: add IWINFO_OPMODE_COUNT and use it for IWINFO_OPMODE_NAMESAndre Heider
2022-12-15lib: constify and fixup the string array definitionsAndre Heider
2022-12-15nl80211: mark frequencies where HE operation in not allowedAndre Heider
2022-12-15nl80211: add support for HE htmodesAndre Heider
2022-12-15nl80211: properly get available bands for the hwmodeAndre Heider
2022-12-15nl80211: update the kernel header nl80211.hAndre Heider
2022-12-15nl80211: fix frequency/channel conversion for the 6G bandAndre Heider
2022-12-15nl80211: don't guess if a name is an ifnameAndre Heider
2022-12-15devices: add usb device MediaTek MT7921AUAndre Heider
2022-12-15nl80211: add ability to describe USB devicesJo-Philipp Wich
2022-12-15nl80211: remove ancient wpa_supplicant ctrl socket pathAndre Heider
2022-12-15nl80211: fix wpa supplicant ctrl socket permissionsAndre Heider
2022-12-15fix -Wdangling-else warningsAndre Heider
2022-12-15fix -Wreturn-type warningAndre Heider
2022-12-15fix -Wpointer-sign warningAndre Heider
2022-12-15fix -Wmaybe-uninitialized warningAndre Heider
2022-12-15fix -Wunused-variable warningsAndre Heider