aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo
Commit message (Expand)AuthorAgeFilesLines
* iwinfo: add support for VHT rates to Lua bindingJo-Philipp Wich2016-01-251-1/+1
* iwinfo: add support for VHT ratesJo-Philipp Wich2016-01-251-3/+3
* packages: use OPENWRT_GIT to point at the main openwrt git repoFelix Fietkau2016-01-041-1/+1
* iwinfo: nl80211: add support for reading TX power from netlinkJo-Philipp Wich2015-10-051-2/+2
* iwinfo: update to latest git HEADJohn Crispin2015-08-171-2/+2
* iwinfo: fix segfault in mtd parsing code (#19768)Jo-Philipp Wich2015-06-011-2/+2
* iwinfo: fix hostapd status query (#19662)Jo-Philipp Wich2015-05-261-3/+3
* iwinfo: update to the latest version, fixes 802.11ac capability reportingFelix Fietkau2015-03-231-2/+2
* [iwinfo]: upgrade to latest revisionImre Kaloz2015-01-041-2/+2
* iwinfo: bump to latest git HEADJohn Crispin2014-12-121-2/+2
* license info - revert r43155John Crispin2014-11-031-3/+0
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
* Add a few SPDX tagsSteven Barth2014-11-021-0/+1
* iwinfo: add cli support for phy lookup from uci sectionJo-Philipp Wich2014-10-271-2/+2
* iwinfo: switch to external git repo, support lookup by phyname & macaddrJo-Philipp Wich2014-10-2722-14848/+10
* iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem...John Crispin2014-10-061-0/+2
* iwinfo: detect AC PHY for broadcom-wlFelix Fietkau2014-10-052-0/+3
* iwinfo: detect HT PHY for broadcom-wlFelix Fietkau2014-10-052-4/+5
* iwinfo: fix handling of accessing nl80211 interfaces via radio*Felix Fietkau2014-10-055-6/+100
* iwinfo: enable nl80211 support based on cfg80211, not mac80211Felix Fietkau2014-10-051-3/+3
* iwinfo: handle 802.11ac mode for luaJo-Philipp Wich2014-10-041-0/+3
* iwinfo: properly decode SSIDs when scanning through wpa_supplicantJo-Philipp Wich2014-08-242-4/+63
* package: fix segfault of iwinfo.scanlist("radio0").Jo-Philipp Wich2014-08-122-2/+9
* iwinfo: allow scans in AP mode on nl80211Felix Fietkau2014-08-061-0/+1
* iwinfo: add missing include statementFelix Fietkau2014-08-031-0/+1
* iwinfo: avoid creating tmp.* ifaces for scanningJo-Philipp Wich2014-07-251-2/+22
* iwinfo: fix secondary radios being misreported as ralink deviceJo-Philipp Wich2014-07-251-1/+2
* iwinfo: continue scanning even if temporary mac cannot be changedJo-Philipp Wich2014-07-253-3/+3
* iwinfo: fix crash on parsing mtd (#15807)Felix Fietkau2014-07-161-1/+1
* iwinfo: fix string format for country codeHauke Mehrtens2014-07-021-1/+1
* iwinfo: update nl80211 api to the latest oneJohn Crispin2014-06-021-140/+1478
* iwinfo: add 802.11ac hwmode supportJohn Crispin2014-06-023-3/+13
* iwinfo: add Atheros AR9580 to hardware.txtJohn Crispin2014-06-021-0/+1
* iwinfo: null-terminate the ssid on nl80211 scan to avoid printing trailing ga...Felix Fietkau2014-05-301-1/+4
* iwinfo: remove old lua compat macrosFelix Fietkau2014-05-211-31/+0
* iwinfo: un-export internal api header filesFelix Fietkau2014-05-218-4/+4
* iwinfo: bump release and start using ABI_VERSIONFelix Fietkau2014-05-211-1/+2
* iwinfo: move wl_ops to iwinfo_wl.c, make functions staticFelix Fietkau2014-05-214-145/+88
* iwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions staticFelix Fietkau2014-05-215-313/+281
* iwinfo: move madwifi_ops to iwinfo_madwifi.c, make functions staticFelix Fietkau2014-05-214-144/+85
* iwinfo: move wext_ops to iwinfo_wext.c, make functions staticFelix Fietkau2014-05-2110-173/+146
* iwinfo: keep an array of backends, reduce the number of ifdefs and hardcoded ...Felix Fietkau2014-05-216-52/+35
* iwinfo: adjust for changed wpa_supplicant control socket pathJo-Philipp Wich2014-05-102-3/+9
* iwinfo: don't report associations for broadcom wds interfacesHauke Mehrtens2013-11-111-0/+3
* iwinfo: fix hwmodelist reporting for broadcom wlHauke Mehrtens2013-11-112-5/+59
* iwinfo: make 'type' visible in wrapped iwinfoJo-Philipp Wich2013-10-182-1/+5
* iwinfo: add Ubiquiti WispStation M5 to hardware.txtGabor Juhos2013-09-241-0/+1
* iwinfo: when using nl80211, parse interface combinations instead of creating/...Felix Fietkau2013-09-141-9/+57
* iwinfo: add phyname attribute, this is useful to group networks by radio phyJo-Philipp Wich2013-06-0912-3/+95
* libiwinfo: ignore log messages from wpa_supplicant while scanningJo-Philipp Wich2013-06-091-16/+47