summaryrefslogtreecommitdiff
path: root/iwinfo_nl80211.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iwinfo: null-terminate country codeFelix Fietkau2015-09-111-0/+1
* iwinfo: report additional data for stationsJernej Kos2015-08-111-0/+56
* Fix -Wall -Wpedantic warningsJo-Philipp Wich2015-05-191-23/+12
* nl80211: rework hostapd and wpa_supplicant query codeJo-Philipp Wich2015-05-191-360/+446
* iwinfo: add support for querying available HT modesJo-Philipp Wich2015-05-081-12/+69
* nl80211: relax definition of restricted channelsJo-Philipp Wich2015-03-311-3/+2
* iwinfo: don't report AC capabilities on 2GHz-only interfacesImre Kaloz2015-03-201-7/+8
* iwinfo: Fix incorrect buffer allocation in nl80211_get_ifcomb_cb()Andrew McDonnell2014-12-121-3/+3
* nl80211: implement lookup_phy() opJo-Philipp Wich2014-10-271-0/+12
* nl80211: support phy lookup by macaddr and phy nameJo-Philipp Wich2014-10-271-23/+92
* iwinfo: fix handling of accessing nl80211 interfaces via radio*nbd2014-10-271-2/+48