History log of /external/iw/station.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
087d778f6f82346debfd275ddbb8f646f9a1a167 03-Jun-2015 Arik Nemtsov <arik@wizery.com> iw: add connected time to station info

Useful for long testing scenarios

Signed-off-by: Arik Nemtsov <arik@wizery.com>

--
As a side note, I had to change version.sh to make this compile in the
intel git. The "4.1" tag is missing here, so this line fails in
version.sh:

[ "${descr%%-*}" = "v$VERSION" ] || exit 2
/external/iw/station.c
cf8a2aabafcaf90f277f7345fe9828a297008c23 17-May-2014 Antonio Quartulli <antonio@open-mesh.com> iw: print expected throughput when dumping station

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
/external/iw/station.c
7d23bc2d0c22accad5c9b1a3f9e4c4205a353811 11-Jul-2013 Felix Fietkau <nbd@openwrt.org> iw: dump station per-chain signal strength information

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
/external/iw/station.c
e94f0201c21f74214a2b61876bedf61f1616c9f6 11-Jul-2013 Felix Fietkau <nbd@openwrt.org> iw: dump station rx bit rate information

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
/external/iw/station.c
1a463ae33ac5749a89d6ea2fdfa1c72eda1a2bba 10-Apr-2013 Johannes Berg <johannes.berg@intel.com> align TDLS output
/external/iw/station.c
64179590e5a5a0c716c22d9643e30d02dd3e741a 10-Apr-2013 Johannes Berg <johannes.berg@intel.com> refactor bitrate printing

I updated only "iw link" for VHT, so refactor it now to
also get "iw station dump" etc. updated and not make this
mistake again in the future.
/external/iw/station.c
ac38f8ad0c381000c44b13c60afa96d01ca83471 25-Mar-2013 Johannes Berg <johannes.berg@intel.com> update nl80211.h
/external/iw/station.c
8012ad281a8747a3382e086e2aec48c49074ae7f 18-Jan-2013 Marco Porsch <marco@cozybit.com> iw: add support for link-specific mesh power modes

The different power modes of links towards neighbor STA can be
read using
iw <dev> station get
-or-
iw <dev> station dump

The different power modes shown are:
- mesh local PS mode
- mesh peer PS mode
- mesh non-peer PS mode
where the local PS mode is "our" mode towards the neighbor, the
peer PS mode is the neighbor's mode towards us, and the non-peer
PS mode is the neighbor's non-peer PS mode as indicated in
beacons and management frames.

The local PS mode can be modified for each neighbor using
iw <dev> station set <mac-addr> mesh_power_mode
<active|light|deep>

Signed-off-by: Marco Porsch <marco@cozybit.com>
Signed-off-by: Ivan Bezyazychnyy <ivan.bezyazychnyy@gmail.com>
/external/iw/station.c
05514f9581f66b12ac9ee0f21c770ceb34310e9d 19-Jul-2012 Johannes Berg <johannes.berg@intel.com> pass idby argument to all functions
/external/iw/station.c
f0148acdfc30fb0b5b22ec36ae85baadc6f00b60 05-Jul-2012 Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Prefer 32-bit bitrate

If 32-bit bitrate reported, use it. Otherwise, use 16-bit one.

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
/external/iw/station.c
ea3ade85e4567f524c6a95aa95e4d97bd9f08a76 18-Apr-2012 Ashok Nagarajan <ashok@cozybit.com> iw: Show Toffset on station dump

Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
/external/iw/station.c
b638215dff719245306f3e448709a3bc98c584c6 18-Oct-2011 Helmut Schaa <helmut.schaa@googlemail.com> iw: show STA flags in station dump

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
/external/iw/station.c
ba292ae9e2026c3dffd01aed27519ea31d158217 11-Jan-2011 Bruno Randolf <br1@einfach.org> iw: Add signal average to station dump information

Print station signal average in station dump.

Signed-off-by: Bruno Randolf <br1@einfach.org>
/external/iw/station.c
1633ddf7c6a66933d77b052d8637b851d3f2048f 24-Nov-2010 Johannes Berg <johannes.berg@intel.com> allow sub-command selection

fixes the plink_action vs. vlan bug
/external/iw/station.c
0f5868eec2ae12fa4ab41b627bd458073ce9d5df 06-Oct-2010 Bruno Randolf <br1@einfach.org> iw: print station retry counters

Signed-off-by: Bruno Randolf <br1@einfach.org>
/external/iw/station.c
5fe70c0edb4bc3015d192977f4fb9a5d4fa07148 11-Nov-2009 Johannes Berg <johannes@sipsolutions.net> add trailing \n to fprintfs missing it

(pointer out by Holger)
/external/iw/station.c
ce0fc33a5be93aedc45346f769a30749bad84c1e 11-Nov-2009 Felix Fietkau <nbd@openwrt.org> iw: add a command for moving a STA into an AP VLAN

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
/external/iw/station.c
dbaabba182fd62a6f8d4e22f8ee84906599dbf25 27-Aug-2009 Brian Cavagnolo <brian@cozybit.com> iw: fix NL80211_STA_INFO_PLINK_STATE printing in station dump

NL80211_STA_INFO_PLINK_STATE is a u8, not a u16. This bug was causing
unexpected output on big endian machines.

Signed-off-by: Brian Cavagnolo <brian@cozybit.com>
/external/iw/station.c
4698bfc235c20e955466b6362df2a39f7478c13f 24-Aug-2009 Johannes Berg <johannes@sipsolutions.net> separate commands into sections

The ad-hoc way of parsing the command "tree" didn't
really work out, so separate the commands better
into sections and parse by that.
/external/iw/station.c
f5c9799c0659326f3131c9696fb29e0b44b758ee 17-Aug-2009 Arnd Hannemann <hannemann@nets.rwth-aachen.de> fix output qualifier for unsigned values

Station XX:XX:XX:XX:XX:XX (on wlan0)
inactive time: 4 ms
rx bytes: -1611945626
rx packets: 7643414
tx bytes: 1527923993
tx packets: 4829428
signal: -63 dBm
tx bitrate: 54.0 MBit/s

Seems to be the output qualifier %d is used wrongly in some cases.
This patch fixes that.

Signed-off-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de>
/external/iw/station.c
70cf45448a6980379ee58455750b5289f4f97312 05-May-2009 Johannes Berg <johannes@sipsolutions.net> finish docs
/external/iw/station.c
01ae06f9e9d2bf3e7e998bcbda06fd916c92f34e 05-May-2009 Johannes Berg <johannes@sipsolutions.net> add ability to document commands, document event/help
/external/iw/station.c
7c37a24d7570cd9ff6b89d6fa8c1846c9b66969d 08-Apr-2009 Johannes Berg <johannes@sipsolutions.net> prepare for more generic commands
/external/iw/station.c
859677cbcdb29af4a9b2edfc360aabad017da534 18-Feb-2009 Johannes Berg <johannes@sipsolutions.net> print out station packet counters (if available)
/external/iw/station.c
9cd3f1c10bf229c6e2ee92a364119b85b1004fd6 12-Dec-2008 Henning Rogge <hrogge@googlemail.com> add station bitrate information

cleanups by me (JB)
/external/iw/station.c
f408e01bbe5d3e25f909edffe4054513fb51d703 18-Sep-2008 Johannes Berg <johannes@sipsolutions.net> ship nl80211.h

This is nicer for distributions because then they don't
have to patch iw or anything. We just have to make sure
to never ever add "experimental" numbers to this tree...
/external/iw/station.c
f903d0356657587ed9ba4567d87a56ac1ddbc8f4 16-Sep-2008 Johannes Berg <johannes@sipsolutions.net> fix typo in station code
/external/iw/station.c
70391ccff8e0dd17e4cc9d54d6c9dd8830c99928 16-Sep-2008 Johannes Berg <johannes@sipsolutions.net> simplify netlink handling
/external/iw/station.c
e3c1355d80fd599c387ef70a3f35de24b81e3f35 16-Sep-2008 Johannes Berg <johannes@sipsolutions.net> fix up some error handling
/external/iw/station.c
5e75fd049ce31ab4de4d1bbd830d34fa872fa15c 16-Sep-2008 Johannes Berg <johannes@sipsolutions.net> clean up error handling
/external/iw/station.c
b1ca19a8519e275cf46317d07fc981d88256a485 16-Sep-2008 Johannes Berg <johannes@sipsolutions.net> move over station handling
/external/iw/station.c
bd396f2a02f8a549f2e82574f3d1b75307a1510c 16-Sep-2008 Johannes Berg <johannes@sipsolutions.net> some work for making command more dynamic
/external/iw/station.c
d5ac8ad317076866abca93191c8e4f4b0a8175ec 03-Apr-2008 Johannes Berg <johannes@sipsolutions.net> add #include <string.h>
/external/iw/station.c
2ef1be6884d781e2c57017b0862946f20bb9dec9 02-Apr-2008 Johannes Berg <johannes@sipsolutions.net> clean up includes
/external/iw/station.c
fbb181fa10dbc49391b34d5db3c1afbc58d9c1bf 02-Apr-2008 Johannes Berg <johannes@sipsolutions.net> station: nicer output format
/external/iw/station.c
3d1e870417f99fadd5c7af4ce0e31e2d3b6aa818 01-Apr-2008 Luis Carlos Cobo <luisca@cozybit.com> Add support for mesh interfaces

On interface creation, if interface type is mesh point (mp or mesh), a mesh_id
can be specified.

Mesh paths and stations (including non-mesh stations) can be dumped and manipulated.

You can find some usage examples at:

http://o11s.org/trac/wiki/HOWTO-0.2.1#Testing
http://o11s.org/trac/wiki/HOWTO-0.2.1#AdvancedTinkering
/external/iw/station.c