summaryrefslogtreecommitdiff
path: root/iwinfo_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* nl80211: mark frequencies where HE operation in not allowedAndre Heider2022-12-151-0/+2
* 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: 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
* 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 -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 -Wformat-truncation warningsAndre Heider2022-12-151-3/+3
* Correctly identify key management algorithms starting with "FT-"Joerg Werner2022-11-011-0/+4
* 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
* devices: add MediaTek MT7986 WiSoCDaniel Golle2022-08-311-0/+6
* Add support for CCMP-256 and GCMP-256 ciphersJoerg Werner2022-08-201-6/+8
* iwinfo: nl80211: omit A-hwmode on non-5GHz hardwareDavid Bauer2022-04-271-5/+5
* iwinfo: nl80211: fix hwmode parsing for multi-band NICsDavid Bauer2022-04-231-6/+28
* 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-091-0/+76
* iwinfo: add 802.11ax HE rate informationDavid Bauer2021-05-021-1/+13
* iwinfo: nl80211: perform split wiphy dumpDavid Bauer2021-04-201-78/+110
* iwinfo: add basic IEEE 802.11ax supportDavid Bauer2021-04-121-0/+34
* iwinfo: add hardware description for MediaTek MT7622Daniel Golle2021-01-281-1/+5
* iwinfo: improve center channel handlingAnsuel Smith2021-01-061-9/+13
* iwinfo: add hardware description for QCA MIPS WiSoCsDaniel Golle2021-01-061-1/+31
* iwinfo: add support for GCMP cipherDaniel Golle2021-01-051-2/+3
* iwinfo: export center_chan info for local wifiAnsuel Smith2021-01-051-1/+75
* iwinfo: export ht and vht operation in scan resultsAnsuel Smith2021-01-051-0/+10
* iwinfo: detect QCA IPQ4019 WiSoC from FDTDaniel Golle2021-01-051-0/+30
* Revert "iwinfo: add BSS load element to scan result"David Bauer2020-03-221-4/+0
* iwinfo: add BSS load element to scan resultDavid Bauer2020-02-041-0/+4
* nl80211: add htmode to iwinfo_opsDaniel Danzberger2020-01-051-0/+70
* nl80211: properly handle netdev names starting with "radio"Jo-Philipp Wich2019-12-271-4/+4
* nl80211: handle hidden SSIDs in wpa_supplicant scan resultsJo-Philipp Wich2019-10-161-2/+5
* nl80211: align path to phy mapping logic with mac80211.shJo-Philipp Wich2019-10-151-13/+37
* nl80211: recognize SAE encrypted meshJo-Philipp Wich2019-09-301-2/+28
* nl80211: keep awaiting wpa_supplicant scan results on busy responseJo-Philipp Wich2019-09-221-1/+7
* nl80211: fix parsing of mixed wpa encryption in wpa_supp scan resultsJo-Philipp Wich2019-09-221-2/+2
* nl80211: properly detect WEP encryption in wpa_supp scan resultsJo-Philipp Wich2019-09-201-0/+8
* nl80211: do not confuse open connections with WEP onesJo-Philipp Wich2019-09-201-5/+12
* nl80211: rework hostapd and wpa_supplicant wpa suite parsingJo-Philipp Wich2019-09-201-116/+148
* iwinfo: Fix buffer sizeHauke Mehrtens2019-09-011-1/+1