Florian Fainelli
559f55dffc
iwinfo: Bump to 2016-07-29
...
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-09-19 15:30:32 +02:00
Jo-Philipp Wich
885910225d
iwinfo: mark as nonshared
...
The iwinfo library might get compiled with different backends, depending on
the driver selection of the current target, so mark it as nonshared to avoid
broken libiwinfo support on other targets with same cpu architecture but
different wireless driver types.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-25 16:51:57 +02:00
Jo-Philipp Wich
dd9afb8207
iwinfo: fix nl80211 phy lookup without platform prefix
...
Commit d9b20a6f35
(SVN r48426) changed the
mac80211 phy lookup logic to strip the platform/ directory component from
the phy path specification.
Fix iwinfo to follow that logic by trying to lookup phys both with and
without "platform/" prefix.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-07-04 16:26:38 +02:00
John Crispin
62dc9831d3
package/*: update git urls for project repos
...
Signed-off-by: John Crispin <john@phrozen.org>
2016-06-13 22:51:41 +02:00
Jo-Philipp Wich
24a7ccb056
treewide: replace jow@openwrt.org with jo@mein.io
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 11:42:52 +02:00
Jo-Philipp Wich
0ae15ad439
iwinfo: add support for VHT rates to Lua binding
...
Update to Git HEAD in order to include VHT rate support in the Lua binding.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48488
2016-01-25 15:04:29 +00:00
Jo-Philipp Wich
94d665239e
iwinfo: add support for VHT rates
...
Update to upstream Git HEAD to include VHT rate support and a number of
coverity scan fixes.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48487
2016-01-25 14:31:32 +00:00
Felix Fietkau
9cd6162b63
packages: use OPENWRT_GIT to point at the main openwrt git repo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48118
2016-01-04 15:11:49 +00:00
Jo-Philipp Wich
cd8a615d4f
iwinfo: nl80211: add support for reading TX power from netlink
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47108
2015-10-05 09:10:17 +00:00
John Crispin
eb42485093
iwinfo: update to latest git HEAD
...
adds extra station info reporting
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46669
2015-08-17 11:25:51 +00:00
Jo-Philipp Wich
570790173d
iwinfo: fix segfault in mtd parsing code ( #19768 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45863
2015-06-01 04:31:45 +00:00
Jo-Philipp Wich
5e5c0edd7e
iwinfo: fix hostapd status query ( #19662 )
...
* Rework hostapd and wpa_supplicant status parsing code
* Add support for querying available HT rates
* Relax definition of restricted channels
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45766
2015-05-26 11:50:04 +00:00
Felix Fietkau
59b55e6a94
iwinfo: update to the latest version, fixes 802.11ac capability reporting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44948
2015-03-23 12:31:28 +00:00
Imre Kaloz
f9cf1e97fd
upgrade to latest revision
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43826
2015-01-04 18:39:58 +00:00
John Crispin
d64e4392df
iwinfo: bump to latest git HEAD
...
http://patchwork.ozlabs.org/patch/420128/
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43666
2014-12-12 16:17:24 +00:00
John Crispin
74a3a77bcd
license info - revert r43155
...
turns out that r43155 adds duplicate info.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43167
2014-11-03 09:56:44 +00:00
John Crispin
c10d97484a
Add more license tags with SPDX identifiers
...
Note, that licensing stuff is a nightmare: many packages does not clearly
state their licenses, and often multiple source files are simply copied
together - each with different licensing information in the file headers.
I tried hard to ensure, that the license information extracted into the OpenWRT's
makefiles fit the "spirit" of the packages, e.g. such small packages which
come without a dedicated source archive "inherites" the OpenWRT's own license
in my opinion.
However, I can not garantee that I always picked the correct information
and/or did not miss license information.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43155
2014-11-03 08:01:08 +00:00
Steven Barth
bec9d38fa4
Add a few SPDX tags
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43151
2014-11-02 12:20:54 +00:00
Jo-Philipp Wich
38e72c779e
iwinfo: add cli support for phy lookup from uci section
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43092
2014-10-27 16:35:41 +00:00
Jo-Philipp Wich
6149caf01e
iwinfo: switch to external git repo, support lookup by phyname & macaddr
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43087
2014-10-27 14:35:44 +00:00
Felix Fietkau
349b20c197
iwinfo: fix handling of accessing nl80211 interfaces via radio*
...
look up device path via uci instead of assuming a direct phy index
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42759
2014-10-05 10:26:05 +00:00
Felix Fietkau
0e439d8a2a
iwinfo: enable nl80211 support based on cfg80211, not mac80211
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42758
2014-10-05 10:25:55 +00:00
Jo-Philipp Wich
9d2bdd8585
iwinfo: properly decode SSIDs when scanning through wpa_supplicant
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42273
2014-08-24 21:42:26 +00:00
Jo-Philipp Wich
833820dc8b
iwinfo: continue scanning even if temporary mac cannot be changed
...
So far iwinfo aborted a wifi scan attempt if the mac of the spawned
interface could not be changed. Change the code to try anyway - this
should fix wifi scanning on RaLink devices.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41826
2014-07-25 14:11:50 +00:00
Felix Fietkau
8c4421ecd6
iwinfo: bump release and start using ABI_VERSION
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40814
2014-05-21 12:33:58 +00:00
Jo-Philipp Wich
735a03be62
iwinfo: adjust for changed wpa_supplicant control socket path
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40747
2014-05-10 15:31:49 +00:00
Jo-Philipp Wich
c8e0c28c15
iwinfo: make 'type' visible in wrapped iwinfo
...
There are several cases within 'luci' that attempt to access the interface
'type' from within the 'type' specific meta tables; however, 'type' is not
currently available there. Replicate the common metadata in the 'type'
specific meta tables.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38448
2013-10-18 11:42:43 +00:00
Jo-Philipp Wich
bc73ca5619
iwinfo: add phyname attribute, this is useful to group networks by radio phy
...
SVN-Revision: 36889
2013-06-09 14:39:14 +00:00
Jo-Philipp Wich
d59f8cfa8e
iwinfo: only consider joined bss when finding current operating frequency, fixes spurious misreporting of frequencies in ad-hoc mode
...
SVN-Revision: 36604
2013-05-12 01:12:56 +00:00
Jo-Philipp Wich
f1e214411d
iwinfo: fix iwinfo_hardware() return value if chip id is not found
...
SVN-Revision: 36471
2013-04-28 14:04:39 +00:00
Jo-Philipp Wich
e02d373f90
iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txt
...
SVN-Revision: 36449
2013-04-26 13:20:15 +00:00
Jo-Philipp Wich
a040ead1c5
iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on some architectures
...
SVN-Revision: 36417
2013-04-24 14:44:20 +00:00
Jo-Philipp Wich
25ffe0446c
iwinfo: print info of all existing wireless ifaces when cli is called without arguments
...
SVN-Revision: 36339
2013-04-15 15:00:16 +00:00
Jo-Philipp Wich
7ca7bc501e
iwinfo: fix frequency/channel and channel/frequency conversions to properly implement 802.11j
...
SVN-Revision: 36292
2013-04-09 14:37:55 +00:00
Jo-Philipp Wich
e893d4d9a8
libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures with multiple cycles of iwinfo_finish() / iwinfo_backend()
...
SVN-Revision: 35471
2013-02-03 12:03:24 +00:00
Jo-Philipp Wich
3b7882e775
iwinfo: don't use the txpower value from debugfs for now, it does not match the values reported via wext
...
SVN-Revision: 35007
2013-01-04 14:08:08 +00:00
John Crispin
ff0c7a9ec9
don't depend on lua
...
Delete +lua from libiwinfo-lua.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 35005
2013-01-04 09:32:06 +00:00
Jo-Philipp Wich
1683a146f4
iwinfo: replace more wext calls with nl80211 equivalents, attempt to infer nl80211 tx power from debugfs before querying wext
...
SVN-Revision: 34982
2013-01-02 19:10:29 +00:00
Jo-Philipp Wich
0e3de8eff7
iwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny assertions when using nl80211_probe() on not supported devices
...
SVN-Revision: 34003
2012-10-29 22:11:57 +00:00
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
2012-10-10 12:32:29 +00:00