index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
network
/
utils
/
iwinfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
iwinfo: fix nl80211 phy lookup without platform prefix
Jo-Philipp Wich
2016-07-04
1
-2
/
+2
*
package/*: update git urls for project repos
John Crispin
2016-06-13
1
-1
/
+1
*
treewide: replace jow@openwrt.org with jo@mein.io
Jo-Philipp Wich
2016-06-07
1
-2
/
+2
*
iwinfo: add support for VHT rates to Lua binding
Jo-Philipp Wich
2016-01-25
1
-1
/
+1
*
iwinfo: add support for VHT rates
Jo-Philipp Wich
2016-01-25
1
-3
/
+3
*
packages: use OPENWRT_GIT to point at the main openwrt git repo
Felix Fietkau
2016-01-04
1
-1
/
+1
*
iwinfo: nl80211: add support for reading TX power from netlink
Jo-Philipp Wich
2015-10-05
1
-2
/
+2
*
iwinfo: update to latest git HEAD
John Crispin
2015-08-17
1
-2
/
+2
*
iwinfo: fix segfault in mtd parsing code (#19768)
Jo-Philipp Wich
2015-06-01
1
-2
/
+2
*
iwinfo: fix hostapd status query (#19662)
Jo-Philipp Wich
2015-05-26
1
-3
/
+3
*
iwinfo: update to the latest version, fixes 802.11ac capability reporting
Felix Fietkau
2015-03-23
1
-2
/
+2
*
upgrade to latest revision
Imre Kaloz
2015-01-04
1
-2
/
+2
*
iwinfo: bump to latest git HEAD
John Crispin
2014-12-12
1
-2
/
+2
*
license info - revert r43155
John Crispin
2014-11-03
1
-3
/
+0
*
Add more license tags with SPDX identifiers
John Crispin
2014-11-03
1
-0
/
+3
*
Add a few SPDX tags
Steven Barth
2014-11-02
1
-0
/
+1
*
iwinfo: add cli support for phy lookup from uci section
Jo-Philipp Wich
2014-10-27
1
-2
/
+2
*
iwinfo: switch to external git repo, support lookup by phyname & macaddr
Jo-Philipp Wich
2014-10-27
22
-14848
/
+10
*
iwinfo: add AR9580 with new subsystem device ID and QCA9880 with no subsystem...
John Crispin
2014-10-06
1
-0
/
+2
*
iwinfo: detect AC PHY for broadcom-wl
Felix Fietkau
2014-10-05
2
-0
/
+3
*
iwinfo: detect HT PHY for broadcom-wl
Felix Fietkau
2014-10-05
2
-4
/
+5
*
iwinfo: fix handling of accessing nl80211 interfaces via radio*
Felix Fietkau
2014-10-05
5
-6
/
+100
*
iwinfo: enable nl80211 support based on cfg80211, not mac80211
Felix Fietkau
2014-10-05
1
-3
/
+3
*
iwinfo: handle 802.11ac mode for lua
Jo-Philipp Wich
2014-10-04
1
-0
/
+3
*
iwinfo: properly decode SSIDs when scanning through wpa_supplicant
Jo-Philipp Wich
2014-08-24
2
-4
/
+63
*
package: fix segfault of iwinfo.scanlist("radio0").
Jo-Philipp Wich
2014-08-12
2
-2
/
+9
*
iwinfo: allow scans in AP mode on nl80211
Felix Fietkau
2014-08-06
1
-0
/
+1
*
iwinfo: add missing include statement
Felix Fietkau
2014-08-03
1
-0
/
+1
*
iwinfo: avoid creating tmp.* ifaces for scanning
Jo-Philipp Wich
2014-07-25
1
-2
/
+22
*
iwinfo: fix secondary radios being misreported as ralink device
Jo-Philipp Wich
2014-07-25
1
-1
/
+2
*
iwinfo: continue scanning even if temporary mac cannot be changed
Jo-Philipp Wich
2014-07-25
3
-3
/
+3
*
iwinfo: fix crash on parsing mtd (#15807)
Felix Fietkau
2014-07-16
1
-1
/
+1
*
iwinfo: fix string format for country code
Hauke Mehrtens
2014-07-02
1
-1
/
+1
*
iwinfo: update nl80211 api to the latest one
John Crispin
2014-06-02
1
-140
/
+1478
*
iwinfo: add 802.11ac hwmode support
John Crispin
2014-06-02
3
-3
/
+13
*
iwinfo: add Atheros AR9580 to hardware.txt
John Crispin
2014-06-02
1
-0
/
+1
*
iwinfo: null-terminate the ssid on nl80211 scan to avoid printing trailing ga...
Felix Fietkau
2014-05-30
1
-1
/
+4
*
iwinfo: remove old lua compat macros
Felix Fietkau
2014-05-21
1
-31
/
+0
*
iwinfo: un-export internal api header files
Felix Fietkau
2014-05-21
8
-4
/
+4
*
iwinfo: bump release and start using ABI_VERSION
Felix Fietkau
2014-05-21
1
-1
/
+2
*
iwinfo: move wl_ops to iwinfo_wl.c, make functions static
Felix Fietkau
2014-05-21
4
-145
/
+88
*
iwinfo: move nl80211_ops to iwinfo_nl80211.c, make functions static
Felix Fietkau
2014-05-21
5
-313
/
+281
*
iwinfo: move madwifi_ops to iwinfo_madwifi.c, make functions static
Felix Fietkau
2014-05-21
4
-144
/
+85
*
iwinfo: move wext_ops to iwinfo_wext.c, make functions static
Felix Fietkau
2014-05-21
10
-173
/
+146
*
iwinfo: keep an array of backends, reduce the number of ifdefs and hardcoded ...
Felix Fietkau
2014-05-21
6
-52
/
+35
*
iwinfo: adjust for changed wpa_supplicant control socket path
Jo-Philipp Wich
2014-05-10
2
-3
/
+9
*
iwinfo: don't report associations for broadcom wds interfaces
Hauke Mehrtens
2013-11-11
1
-0
/
+3
*
iwinfo: fix hwmodelist reporting for broadcom wl
Hauke Mehrtens
2013-11-11
2
-5
/
+59
*
iwinfo: make 'type' visible in wrapped iwinfo
Jo-Philipp Wich
2013-10-18
2
-1
/
+5
*
iwinfo: add Ubiquiti WispStation M5 to hardware.txt
Gabor Juhos
2013-09-24
1
-0
/
+1
[next]