summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* devices: add MediaTek MT7981 WMAC compatibleHEADmasterDavid Bauer2023-05-171-0/+1
* devices: add compatible strings for Ralink WiSoCsDaniel Golle2023-02-081-9/+10
* nl80211: restore iterating over all devices in nl80211_phy2ifname()Andre Heider2023-02-061-4/+6
* iwinfo: readd missing define for IWINFO_AUTH in headerChristian Marangi2023-01-231-0/+3
* cli: print the flags on the frequency listAndre Heider2023-01-201-2/+21
* lib: add IWINFO_FREQ_FLAG_NAMESAndre Heider2023-01-202-0/+14
* nl80211: fix some commentsAndre Heider2023-01-201-4/+4
* nl80211: prefer non-supplicant-based devicesAndre Heider2023-01-201-4/+12
* nl80211: simplify iterating over phy's devicesAndre Heider2023-01-201-12/+9
* nl80211: remove redundant check in nl80211_phy2ifname()Andre Heider2023-01-201-16/+13
* cli: print the frequency and band on the scan listAndre Heider2023-01-201-1/+3
* cli: print the band on the frequency listAndre Heider2023-01-201-1/+13
* nl80211: add "mhz" and "band" to iwinfo_scanlist_entryAndre Heider2023-01-202-3/+24
* nl80211: add "band" to iwinfo_freqlist_entryAndre Heider2023-01-202-0/+2
* nl80211: add support for radiation and indoor chan restrictionChristian Marangi2023-01-202-5/+12
* iwinfo: reorganize iwinfo header to enum and definesChristian Marangi2023-01-201-73/+162
* devices: add USB devices supported by the mt76 driverAndre Heider2023-01-201-0/+40
* utils: skip comment lines when parsing devices.txtAndre Heider2023-01-201-0/+3
* cli: describe USB devices as suchAndre Heider2023-01-201-0/+4
* devices: add MediaTek MT7628 cardAndre Heider2023-01-201-0/+1
* devices: add support for declaring compatible matched devicesJo-Philipp Wich2023-01-105-77/+36
* devices: add Qualcomm Atheros QCN6024/9024/9074 cardsRobert Marko2023-01-061-0/+1
* iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoCRobert Marko2023-01-062-0/+6
* cli: print current HT modeAndre Heider2022-12-161-2/+17
* cli: use IWINFO_HTMODE_COUNTAndre Heider2022-12-161-1/+1
* cli: use IWINFO_KMGMT_NAMESAndre Heider2022-12-161-14/+4
* cli: use IWINFO_CIPHER_NAMESAndre Heider2022-12-161-32/+4
* cli: fix printing the scan channel widthAndre Heider2022-12-161-13/+18
* cli: fix marking the active channelAndre Heider2022-12-161-4/+4
* utils: add iwinfo_band2ghz() and iwinfo_ghz2band() helpersAndre Heider2022-12-162-0/+37
* utils: add helper functions to get names by valuesAndre Heider2022-12-162-0/+41
* utils: add iwinfo_htmode_is_{ht|vht|he} helpersAndre Heider2022-12-162-0/+45
* utils: add and use iwinfo_format_hwmodes()Andre Heider2022-12-163-11/+29
* lib: add IWINFO_80211_COUNT and IWINFO_80211_NAMESAndre Heider2022-12-162-0/+12
* lib: add IWINFO_BAND_COUNT and IWINFO_BAND_NAMESAndre Heider2022-12-162-0/+9
* lib: use common IWINFO_CIPHER_NAMES stringsAndre Heider2022-12-151-2/+2
* lib: add IWINFO_OPMODE_COUNT and use it for IWINFO_OPMODE_NAMESAndre Heider2022-12-152-2/+4
* lib: constify and fixup the string array definitionsAndre Heider2022-12-152-11/+11
* nl80211: mark frequencies where HE operation in not allowedAndre Heider2022-12-152-1/+3
* nl80211: add support for HE htmodesAndre Heider2022-12-151-7/+26
* nl80211: properly get available bands for the hwmodeAndre Heider2022-12-151-35/+21
* nl80211: update the kernel header nl80211.hAndre Heider2022-12-151-71/+2719
* nl80211: fix frequency/channel conversion for the 6G bandAndre Heider2022-12-151-9/+41
* nl80211: don't guess if a name is an ifnameAndre Heider2022-12-151-3/+13
* devices: add usb device MediaTek MT7921AUAndre Heider2022-12-151-0/+4
* nl80211: add ability to describe USB devicesJo-Philipp Wich2022-12-151-3/+7
* nl80211: remove ancient wpa_supplicant ctrl socket pathAndre Heider2022-12-151-10/+3
* nl80211: fix wpa supplicant ctrl socket permissionsAndre Heider2022-12-151-0/+16
* fix -Wdangling-else warningsAndre Heider2022-12-152-0/+4
* fix -Wreturn-type warningAndre Heider2022-12-151-1/+1