summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix -Wpointer-sign warningAndre Heider2022-12-151-1/+1
* fix -Wmaybe-uninitialized warningAndre Heider2022-12-151-0/+2
* fix -Wunused-variable warningsAndre Heider2022-12-151-5/+0
* fix -Wduplicate-decl-specifier warningsAndre Heider2022-12-152-19/+27
* fix -Wformat-truncation warningsAndre Heider2022-12-152-7/+7
* enable useful compiler warnings via -WallAndre Heider2022-12-151-1/+1
* Correctly identify key management algorithms starting with "FT-"Joerg Werner2022-11-012-1/+5
* nl80211: fix issues with renamed wiphy and multiple phy per deviceFelix Fietkau2022-10-141-6/+11
* nl80211: look up the phy name instead of assuming name == phy<idx>Felix Fietkau2022-09-221-3/+31
* nl80211: fix phy/netdev index lookupFelix Fietkau2022-09-221-11/+13
* nl80211: allow phy names that don't start with 'phy'Felix Fietkau2022-09-221-6/+0
* ops: make support for wireless extensions optionalFelix Fietkau2022-09-223-1/+14