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
10 years ago
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
10 years ago
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
10 years ago
Felix Fietkau
0e439d8a2a
iwinfo: enable nl80211 support based on cfg80211, not mac80211
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42758
10 years ago
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
10 years ago
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
10 years ago
Felix Fietkau
8c4421ecd6
iwinfo: bump release and start using ABI_VERSION
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40814
11 years ago
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
11 years ago
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
11 years ago
Jo-Philipp Wich
bc73ca5619
iwinfo: add phyname attribute, this is useful to group networks by radio phy
...
SVN-Revision: 36889
12 years ago
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
12 years ago
Jo-Philipp Wich
f1e214411d
iwinfo: fix iwinfo_hardware() return value if chip id is not found
...
SVN-Revision: 36471
12 years ago
Jo-Philipp Wich
e02d373f90
iwinfo: move builtin hardware database to /usr/share/libiwinfo/hardware.txt
...
SVN-Revision: 36449
12 years ago
Jo-Philipp Wich
a040ead1c5
iwinfo: add SR71-15 radio info, fix nl80211 channel/frequency reporting on some architectures
...
SVN-Revision: 36417
12 years ago
Jo-Philipp Wich
25ffe0446c
iwinfo: print info of all existing wireless ifaces when cli is called without arguments
...
SVN-Revision: 36339
12 years ago
Jo-Philipp Wich
7ca7bc501e
iwinfo: fix frequency/channel and channel/frequency conversions to properly implement 802.11j
...
SVN-Revision: 36292
12 years ago
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
12 years ago
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
12 years ago
John Crispin
ff0c7a9ec9
don't depend on lua
...
Delete +lua from libiwinfo-lua.
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 35005
12 years ago
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
12 years ago
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
12 years ago
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
12 years ago
Jo-Philipp Wich
a650d33490
iwinfo: properly deal with channels 7..12 on 5GHz
...
SVN-Revision: 32634
13 years ago
Jo-Philipp Wich
4347abcaf6
iwinfo: find channel & frequency via nl80211 or hostapd instead of wext
...
SVN-Revision: 32630
13 years ago
Jo-Philipp Wich
d1bd1b4e27
iwinfo: properly cast nl80211 mBm signal levels to reported dBm values ( #11161 )
...
SVN-Revision: 31053
13 years ago
Jo-Philipp Wich
f399616db8
iwinfo: fix integer overflow in assoclist rate reporting ( #11073 )
...
SVN-Revision: 30825
13 years ago
Jo-Philipp Wich
c3d47454b2
iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after latest abi changes
...
SVN-Revision: 30693
13 years ago
Jo-Philipp Wich
b1af9a779f
iwinfo: implement netlink scanning code, rework IE parsing code
...
SVN-Revision: 30691
13 years ago
Jo-Philipp Wich
64cc700dcc
iwinfo: add per-station rate and mcs info to assoclist op
...
SVN-Revision: 30682
13 years ago
Jo-Philipp Wich
39902886f0
iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2
...
SVN-Revision: 30663
13 years ago
Jo-Philipp Wich
6bc9eafb97
iwinfo: add more device entries
...
SVN-Revision: 30658
13 years ago
Jo-Philipp Wich
018d69c3b3
iwinfo: implement proper hardware detection for ar23xx SoC devices like the NanoStation 2
...
SVN-Revision: 30605
13 years ago
Jo-Philipp Wich
e4d39271b0
iwinfo: fix detection of Bullet M5, the PCI ID was wrong
...
SVN-Revision: 30591
13 years ago
Jo-Philipp Wich
33e4461db6
iwinfo: fix segmentation fault when doing two consecutive scans through wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version.
...
SVN-Revision: 29992
13 years ago
Jo-Philipp Wich
0cb05017c6
iwinfo: plug memory leak in nl80211 backend, nl80211_close() did not put the family pointer
...
SVN-Revision: 29723
13 years ago
Jo-Philipp Wich
0baa69ddda
iwinfo: factor txpower offset into info display output, recompile if driver selection changes
...
SVN-Revision: 29634
13 years ago
Jo-Philipp Wich
8434527305
iwinfo: support nl80211 hardware identification against radioX pseudo interfaces, useful if radio is not up yet
...
SVN-Revision: 29462
13 years ago
Jo-Philipp Wich
3a9d303059
iwinfo: expose txpower and frequency offset information
...
SVN-Revision: 29425
13 years ago
Jo-Philipp Wich
0d587a173c
iwinfo: add initial hardware detection capabilities
...
SVN-Revision: 29421
13 years ago
Jo-Philipp Wich
b222319c0b
add libiwinfo (moved from LuCI trunk)
...
SVN-Revision: 29403
13 years ago