summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* devices: add MediaTek MT7986 WiSoCDaniel Golle2022-08-312-0/+7
* Add support for CCMP-256 and GCMP-256 ciphersJoerg Werner2022-08-206-18/+43
* iwinfo: Add missing auth_suites mappings for WPA3Tjeu Kayim2022-08-131-0/+2
* iwinfo: nl80211: omit A-hwmode on non-5GHz hardwareDavid Bauer2022-04-271-5/+5
* devices: remove whitespaceDavid Bauer2022-04-241-1/+1
* iwinfo: nl80211: fix hwmode parsing for multi-band NICsDavid Bauer2022-04-232-6/+33
* devices: Add Cypress CYW43455Hauke Mehrtens2022-03-011-0/+1
* devices: fix AMD RZ608 formatDavid Bauer2022-01-061-1/+1
* devices: add AMD RZ608 device-idDavid Bauer2022-01-021-0/+1
* iwinfo: rename hardware.txt to devices.txtJo-Philipp Wich2021-07-112-1/+1
* nl80211: fix path compatibility issueFelix Fietkau2021-06-281-1/+11
* iwinfo: nl80211: fix typoFelix Fietkau2021-06-091-1/+1
* iwinfo: nl80211: support looking up phy by path=.. and macaddr=...Felix Fietkau2021-06-091-17/+25
* iwinfo: nl80211: use new path lookup function for nl80211_phy_idx_from_uci_pathFelix Fietkau2021-06-091-30/+17
* iwinfo: nl80211: add support for printing the device path for a phyFelix Fietkau2021-06-093-0/+91
* iwinfo: add 802.11ax HE rate informationDavid Bauer2021-05-025-4/+58