summaryrefslogtreecommitdiff
path: root/iwinfo_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iwinfo: Add support for WPA3Robert Marko2019-09-011-0/+10
* nl80211: support reading hardware id from phy directlyJo-Philipp Wich2019-08-281-24/+24
* iwinfo: Fix 802.11ad channel to frequencyRobert Marko2019-03-281-1/+1
* iwinfo: Add support for 802.11adRobert Marko2019-03-211-0/+10
* libiwinfo: nl80211: add mesh stats on assoclist.Daniel Danzberger2018-11-261-0/+76
* nl80211: attempt to query Mesh ID from ubusJo-Philipp Wich2018-07-241-0/+5
* nl80211: add support for obtaining bssid from NL80211_CMD_GET_INTERFACEJo-Philipp Wich2018-07-231-3/+23
* nl80211: handle Mesh ID IEJo-Philipp Wich2018-07-231-3/+6
* iwinfo: nl80211: add survey.Daniel Danzberger2018-07-161-0/+69
* iwinfo: nl80211: add more stats to assoclist.Daniel Danzberger2018-07-161-0/+12
* nl80211: back out early when receiving FAIL-BUSY replyJo-Philipp Wich2018-04-261-0/+6
* nl80211: fix code calculating average signal and rateRafał Miłecki2018-04-091-7/+7
* add support for expected throughputDaniel Golle2018-02-151-0/+4
* nl80211: do not block when driver aborts scanOlof Sivertsson2018-01-171-1/+2
* nl80211: turn nl80211_wait() into variadic functionJo-Philipp Wich2018-01-171-3/+15
* nl80211: skip event notifications in wpa_supplicant scan result replyJo-Philipp Wich2018-01-161-1/+6
* nl80211: request split information about frequenciesRafał Miłecki2017-08-231-2/+36
* nl80211: store info about freq being not available for some bandwidthsRafał Miłecki2017-08-161-0/+13
* nl80211: support receiving split frequenciesRafał Miłecki2017-08-161-19/+26
* nl80211: improve error handlingJo-Philipp Wich2017-06-261-183/+120
* nl80211: propagate netlink errors to callersJo-Philipp Wich2017-06-261-13/+10
* nl80211: handle netlink errors in nl80211_wait()Jo-Philipp Wich2017-06-261-2/+4
* nl80211: retry phy lookup with platform/ prefixJo-Philipp Wich2016-07-041-0/+3
* nl80211: add VHT rateinfo supportJo-Philipp Wich2016-01-251-28/+44
* nl80211: remove dead codeJo-Philipp Wich2015-10-291-3/+0
* nl80211: fix possibly unterminated ifname stringJo-Philipp Wich2015-10-291-1/+1
* nl80211: fix possible fd leak in nl80211_hostapd_hup()Jo-Philipp Wich2015-10-291-1/+1
* nl80211: fix possible unitialized memory access in nl80211_get_hardware_id()Jo-Philipp Wich2015-10-291-1/+1
* nl80211: read TX power using NL80211_CMD_GET_INTERFACERafał Miłecki2015-10-051-9/+22