aboutsummaryrefslogtreecommitdiffstats
path: root/station.c
Commit message (Expand)AuthorAgeFilesLines
* iw: add connected time to station infoArik Nemtsov2015-06-171-0/+4
* iw: print expected throughput when dumping stationAntonio Quartulli2014-06-031-0/+11
* iw: dump station per-chain signal strength informationFelix Fietkau2013-07-111-4/+41
* iw: dump station rx bit rate informationFelix Fietkau2013-07-111-2/+10
* align TDLS outputJohannes Berg2013-04-101-1/+1
* refactor bitrate printingJohannes Berg2013-04-101-29/+52
* update nl80211.hJohannes Berg2013-03-251-8/+2
* iw: add support for link-specific mesh power modesMarco Porsch2013-01-291-0/+89
* pass idby argument to all functionsJohannes Berg2012-07-191-6/+10
* Prefer 32-bit bitrateVladimir Kondratiev2012-07-061-3/+7
* iw: Show Toffset on station dumpAshok Nagarajan2012-04-201-0/+4
* iw: show STA flags in station dumpHelmut Schaa2011-10-271-0/+56
* iw: Add signal average to station dump informationBruno Randolf2011-01-111-0/+3
* allow sub-command selectionJohannes Berg2010-11-241-4/+20
* iw: print station retry countersBruno Randolf2010-10-071-0/+8
* add trailing \n to fprintfs missing itJohannes Berg2009-11-111-3/+3
* iw: add a command for moving a STA into an AP VLANFelix Fietkau2009-11-111-2/+49
* iw: fix NL80211_STA_INFO_PLINK_STATE printing in station dumpBrian Cavagnolo2009-08-271-1/+1
* separate commands into sectionsJohannes Berg2009-08-241-0/+2
* fix output qualifier for unsigned valuesArnd Hannemann2009-08-171-5/+5
* finish docsJohannes Berg2009-05-051-4/+8
* add ability to document commands, document event/helpJohannes Berg2009-05-051-4/+4
* prepare for more generic commandsJohannes Berg2009-04-081-3/+6
* print out station packet counters (if available)Johannes Berg2009-02-181-0/+8
* add station bitrate informationHenning Rogge2008-12-121-0/+34
* ship nl80211.hJohannes Berg2008-09-181-1/+1
* fix typo in station codeJohannes Berg2008-09-161-1/+1
* simplify netlink handlingJohannes Berg2008-09-161-81/+8
* fix up some error handlingJohannes Berg2008-09-161-8/+2
* clean up error handlingJohannes Berg2008-09-161-36/+24
* move over station handlingJohannes Berg2008-09-161-119/+28
* some work for making command more dynamicJohannes Berg2008-09-161-26/+0
* add #include <string.h>Johannes Berg2008-04-031-0/+1
* clean up includesJohannes Berg2008-04-021-3/+3
* station: nicer output formatJohannes Berg2008-04-021-7/+7
* Add support for mesh interfacesLuis Carlos Cobo2008-04-021-0/+413