aboutsummaryrefslogtreecommitdiffstats
path: root/iw.c
Commit message (Expand)AuthorAgeFilesLines
* override default buffer sizeJohannes Berg2013-02-201-0/+8
* allow multiple command variantsJohannes Berg2012-11-201-3/+34
* allow wdev in place of devJohannes Berg2012-07-191-2/+11
* pass idby argument to all functionsJohannes Berg2012-07-191-3/+4
* add basics for identify wireless devsJohannes Berg2012-07-191-1/+18
* extend help frameworkJohannes Berg2012-03-261-5/+20
* whitespace cleanupsJohannes Berg2011-12-071-2/+2
* use genl_ctrl_resolve()Johannes Berg2011-11-101-24/+4
* iw: add libnl-3.0 supportYegor Yefremov2011-09-071-4/+3
* Add send callbacks with optional debug handlerSean Robinson2011-03-171-1/+5
* allow sub-command selectionJohannes Berg2010-11-241-0/+6
* fix fd leak in phy_lookup()Eric Sesterhenn2009-11-021-1/+4
* separate commands into sectionsJohannes Berg2009-08-241-46/+76
* don't emit usage to stderrHolger Schurig2009-08-241-18/+18
* Revert "magically set interface up for connect/join"Johannes Berg2009-08-161-3/+0
* add warning about screenscrapingJohannes Berg2009-07-301-1/+3
* magically set interface up for connect/joinJohannes Berg2009-07-111-0/+3
* fix phy0 autodetectionJohannes Berg2009-07-071-1/+1
* add warning about scriptsJohannes Berg2009-07-061-1/+2
* autodetect interface/phyJohannes Berg2009-07-061-3/+14
* print version in help outputJohannes Berg2009-05-051-1/+1
* add ability to document commands, document event/helpJohannes Berg2009-05-051-12/+48
* if command fails, print help for this commandJohannes Berg2009-05-051-16/+42
* split out event handling codeJohannes Berg2009-05-051-299/+4
* split out per-command helpJohannes Berg2009-05-051-17/+22
* allow printing timing on events (-t)Johannes Berg2009-05-051-8/+19
* print statusJohannes Berg2009-05-051-24/+39
* print nicer auth/assoc/deauth/disassoc eventsJohannes Berg2009-05-051-12/+94
* make event printing more regularJohannes Berg2009-05-051-15/+28
* generate version.c instead of version.oJohannes Berg2009-04-211-2/+1
* Merge branch 'master' into ibss-testJohannes Berg2009-04-191-6/+6
|\
| * allow more command aliasing, dev/phy commandsJohannes Berg2009-04-191-6/+6
* | ibss join/leave/event codeJohannes Berg2009-04-191-0/+15
|/
* allow netlink-less commands and section commands with subsectionsJohannes Berg2009-04-081-6/+21
* remove "raw" thingJohannes Berg2009-04-081-7/+0
* add functionality to wait for eventsJohannes Berg2009-04-081-6/+40
* prepare for more generic commandsJohannes Berg2009-04-081-12/+11
* clean up usage codeJohannes Berg2009-04-081-12/+10
* allow identify wiphys by index with "phy#<idx>" rather than "phy <name>"Johannes Berg2009-03-201-12/+36
* better error reporting if dev/phy does not existJohannes Berg2009-03-121-0/+7
* iw: add regulatory events notification parsingLuis R. Rodriguez2009-03-111-0/+47
* don't require scan multicast groupJohannes Berg2009-02-121-6/+5
* iw event for scan finishJohannes Berg2009-02-121-1/+20
* iw: rename nl_handle to nl_sock for libnl-2.0Pat Erley2009-01-291-14/+14
* allow linking against libnl 2.0Pat Erley2008-12-131-5/+28
* print unknown eventsJohannes Berg2008-12-081-2/+4
* fix sparse warningsJohannes Berg2008-12-081-1/+1
* finish dumps properlyJohannes Berg2008-10-241-1/+3
* add event commandJohannes Berg2008-10-241-1/+61
* fix netlink handlingJohannes Berg2008-09-291-1/+4