aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-09scan: print MS OUI as what it isJohannes Berg1-6/+6
2011-06-09scan: print WPS UUIDJohannes Berg1-0/+14
2011-05-30iw: Fix calculation of fractional multicast ratesJo-Philipp Wich1-1/+1
2011-05-24show interface combinationsJohannes Berg1-0/+74
2011-05-24update nl80211.hJohannes Berg1-1/+202
2011-05-09wowlan supportJohannes Berg5-20/+272
2011-05-09update nl80211.hJohannes Berg1-0/+99
2011-04-28validate tx power argument is a numberJohannes Berg1-1/+4
2011-04-28Add station BSS params to iw outputPaul Stewart1-0/+34
2011-04-28update nl80211.hJohannes Berg1-15/+87
2011-04-27iw: Clarify bitrate mask documentationSujith Manoharan1-1/+3
2011-04-20print frame TX status eventJohannes Berg1-0/+5
2011-03-17Add send callbacks with optional debug handlerSean Robinson1-1/+5
2011-03-02fix frequency parsingJohannes Berg1-3/+6
2011-02-24report IBSS RSNJohannes Berg1-0/+4
2011-02-21use nla_typeJohannes Berg1-1/+1
2011-02-04version 0.9.22v0.9.22Johannes Berg1-1/+1
2011-02-04iw: parse michael MIC failure eventJouni Malinen1-0/+48
2011-01-17add more command namesJohannes Berg1-0/+4
2011-01-11iw: Add signal average to station dump informationBruno Randolf1-0/+3
2011-01-11iw: add multicast rates to IBSS joinFelix Fietkau1-3/+18
2011-01-11iw: Add channel busy time to surveyFelix Fietkau1-2/+17
2011-01-11iw: survey: Mark frequency in useFelix Fietkau1-2/+3
2011-01-06add unprot eventsJohannes Berg1-0/+10
2011-01-06parse NL80211_ATTR_CQM_PKT_LOSS_EVENTJohannes Berg1-7/+17
2011-01-04iw: Add antenna configurationBruno Randolf2-0/+51
2011-01-04update nl80211.hJohannes Berg1-9/+104
2010-12-21iw: fix country printLuis R. Rodriguez1-1/+1
2010-12-14mesh: add support for NL80211_MESHCONF_ELEMENT_TTLJohannes Berg1-0/+3
2010-12-14mesh: support join/leaveJohannes Berg1-0/+34
2010-12-14update nl80211.hJohannes Berg1-6/+90
2010-12-14mesh: allow setting multiple parameters at onceJohannes Berg1-36/+52
2010-12-14mesh: allow getting all parameters at onceJohannes Berg1-6/+23
2010-11-24Revert "iw: Add antenna configuration commands"Johannes Berg2-46/+0
2010-11-24Revert "update nl80211.h"Johannes Berg1-51/+1
2010-11-24allow sub-command selectionJohannes Berg4-9/+38
2010-11-23iw: Add antenna configuration commandsBruno Randolf2-0/+46
2010-11-23update nl80211.hJohannes Berg1-1/+51
2010-10-27iw: Add ibss join parameter for beacon intervalBruno Randolf1-3/+16
2010-10-26genl: include genetlink.h explicitlyJohannes Berg1-0/+1
2010-10-25iw: print out eirp for triplets on scanLuis R. Rodriguez1-1/+1
2010-10-13events: allow relative timestampsJohannes Berg2-6/+24
2010-10-08clean up some messagesJohannes Berg1-3/+3
2010-10-08iw: new command to set the wds peerBill Jordan1-0/+31
2010-10-07iw: print station retry countersBruno Randolf1-0/+8
2010-10-07update nl80211.hJohannes Berg1-2/+23
2010-10-04iw: Implement set 4addr.Jochen Friedrich1-0/+13
2010-09-29event parsing: remove PARSE_BEACON_CHANJohannes Berg1-10/+6
2010-09-29fix some indentationJohannes Berg1-2/+2
2010-09-29add p2p interface typesJohannes Berg2-1/+9
2010-09-29update nl80211.hJohannes Berg1-1/+19
2010-09-29parse RSN IE information on PMKIDs and mgmt cipher suiteJohannes Berg1-0/+22
2010-09-29flush stdout after each eventJohannes Berg1-0/+1
2010-09-26fix NL80211_ATTR_MAX_SCAN_IE_LEN attribute sizeJohannes Berg1-1/+1
2010-09-24version 0.9.21v0.9.21Johannes Berg1-1/+1
2010-09-24use strtod() instead of strtof()Johannes Berg1-4/+4
2010-09-24remove _ISOC99_SOURCE againJohannes Berg1-4/+0
2010-09-22define _ISOC99_SOURCEJohannes Berg1-0/+4
2010-09-22ibss: define _POSIX_SOURCE and include string.hJohannes Berg1-0/+4
2010-09-22phy: include string.hJohannes Berg1-0/+1
2010-09-22scan: don't define only an unnamed union in a structJohannes Berg1-15/+12
2010-09-21Revert "make iw build on FC8"Johannes Berg1-4/+0
2010-09-21make iw build on FC8Johannes Berg1-0/+4
2010-09-01analyse HT operation IEJohannes Berg1-0/+37
2010-09-01use generic length checkingJohannes Berg1-5/+1
2010-08-27make AP message more informativeJohannes Berg1-6/+5
2010-08-24parse supported TX/RX frame typesJohannes Berg1-12/+40
2010-08-24update nl80211.hJohannes Berg1-30/+120
2010-07-23implement setting bitrate maskJohannes Berg2-1/+142
2010-07-21iw: Add support for setting transmit power levelJuuso Oikarinen1-0/+48
2010-07-21update nl80211.hJohannes Berg1-0/+22
2010-07-14version 0.9.20v0.9.20Johannes Berg1-1/+1
2010-06-30iw: fix ampdu spacing & max amsdu length reportingChristian Lamparter2-3/+3
2010-06-16iw: Configure basic rates when joining ibss networkTeemu Paasikivi1-1/+33
2010-06-15update nl80211.hJohannes Berg1-1/+1
2010-06-09improve connect vs. notification race behaviourJohannes Berg3-26/+37
2010-06-09split out multicast group addingJohannes Berg1-10/+21
2010-06-08allow "link" command to print something for ibssJohannes Berg1-0/+3
2010-05-12iw: add channel command nameBruno Randolf1-0/+1
2010-05-11update nl80211.h from wireless-testingJohannes Berg1-0/+26
2010-05-11iw: fix makefile for cqmBruno Randolf1-1/+1
2010-04-09iw: fix typo on LDPC capabilityLuis R. Rodriguez1-1/+1
2010-04-06iw: Parse some common WPS attributesJouni Malinen1-2/+87
2010-04-01fix number parsing bugsJohannes Berg1-7/+43
2010-03-31iw: Add support for connection quality monitor configuationJuuso Oikarinen3-1/+86
2010-03-31sync nl80211.h from wireless-testingJohannes Berg1-0/+50
2010-03-24allow adding IEs to scanJohannes Berg1-17/+32
2010-03-24add hex parser utilJohannes Berg2-0/+38
2010-03-24print max scan IE lengthJohannes Berg1-0/+3
2010-03-24display unknown WPS TLVsJohannes Berg1-1/+14
2010-03-17iw: change install command to make it compatible with ancient coreutilsLuciano Coelho1-2/+2
2010-03-16iw: add set/get power_save commandsKalle Valo2-1/+84
2010-03-16update nl80211.hJohannes Berg1-0/+10
2010-02-19iw: add country IE parsingLuis R. Rodriguez1-17/+69
2010-02-18iw: Add support for NL80211_ATTR_WIPHY_COVERAGE_CLASSLukáš Turek2-0/+66
2010-02-18make commands array easier to handleJohannes Berg1-50/+58
2010-02-18update nl80211.hJohannes Berg1-1/+40
2010-02-06fix scan show_both_ie_setsJohannes Berg1-3/+6
2010-02-02add off-channel commandJohannes Berg3-1/+55
2010-01-29print unknown commands in supported list with numberJohannes Berg1-1/+1
2010-01-16iw: Add support for showing Beacon IEs and TIM IEJouni Malinen1-2/+29
2010-01-16update nl80211.hJohannes Berg1-1/+104
2010-01-11version 0.9.19v0.9.19Johannes Berg1-1/+1
2010-01-11make command/section non-constJohannes Berg1-4/+4
2009-12-20fix WMM indications for parameter printingMarcel Holtmann1-3/+3
2009-12-08fix another typoJohannes Berg1-1/+1
2009-12-08remove stray \nJohannes Berg1-1/+1
2009-12-08fix ampdu spacing typo by replacing the textJohannes Berg1-1/+1
2009-12-08completely unify MCS parsingJohannes Berg4-110/+49
2009-12-08HT fixupsJohannes Berg4-59/+43
2009-12-08iw: bring together common ht capability parsingLuis R. Rodriguez4-73/+55
2009-12-08iw: share mimumum ampdu spacing and maximum ampdu length printsLuis R. Rodriguez4-63/+64
2009-12-08iw: fix 'iw list' MCS set printLuis R. Rodriguez4-7/+16
2009-12-08iw: add HT capability parsing for scanningLuis R. Rodriguez1-0/+175
2009-12-06parse station eventJohannes Berg1-0/+4
2009-11-20version 0.9.18v0.9.18Johannes Berg1-1/+1
2009-11-16display noise level from survey dataHolger Schurig2-1/+67
2009-11-16implement rootmodeRui Paulo1-0/+2
2009-11-16fix mesh terminologyJohannes Berg1-1/+1
2009-11-16fix breakageJohannes Berg1-3/+3
2009-11-16update nl80211.hJohannes Berg1-4/+41
2009-11-15add support for showing NL80211_ATTR_SUPPORTED_COMMANDSMarcel Holtmann3-2/+75
2009-11-11print a header before printing the list of mesh pathsRui Paulo1-0/+2
2009-11-11add trailing \n to fprintfs missing itJohannes Berg4-12/+12
2009-11-11iw: show age of last scanHolger Schurig1-0/+5
2009-11-11sync nl80211.hJohannes Berg1-0/+2
2009-11-11iw: add support for setting the wds/4-address flag when creating an interfaceFelix Fietkau2-2/+29
2009-11-11iw: add a command for moving a STA into an AP VLANFelix Fietkau1-2/+49
2009-11-10iw: use PKG_CONFIG variable consistentlyJohannes Stezenbach1-2/+2
2009-11-02fix fd leak in phy_lookup()Eric Sesterhenn1-1/+4
2009-09-30default install to $(PREFIX)/sbinJohn W. Linville1-3/+3
2009-09-24add netns commandJohannes Berg1-0/+24
2009-09-24update nl80211.hJohannes Berg1-5/+21
2009-08-27iw: fix NL80211_STA_INFO_PLINK_STATE printing in station dumpBrian Cavagnolo1-1/+1
2009-08-260.9.17v0.9.17Johannes Berg1-1/+1
2009-08-24separate commands into sectionsJohannes Berg13-69/+136
2009-08-24don't emit usage to stderrHolger Schurig1-18/+18
2009-08-17also fix %d -> %u for 'iw link'Johannes Berg1-2/+2
2009-08-17fix output qualifier for unsigned valuesArnd Hannemann1-5/+5
2009-08-160.9.16v0.9.16Johannes Berg1-1/+1
2009-08-16Revert "magically set interface up for connect/join"Johannes Berg5-63/+15
2009-08-16mark a key default if none is marked manuallyJohannes Berg1-1/+8
2009-08-11add iw commands for setting fragmentation and rts thresholdJohannes Berg2-0/+64
2009-08-11iw: fix typos in MCS set parsing codeGabor Juhos1-2/+2
2009-08-10print out wmm aifsnJohannes Berg1-0/+1
2009-08-10some wmm parameter improvementsJohannes Berg1-3/+3
2009-08-10fix typoJohannes Berg1-1/+1
2009-08-10fix bug parsing ACIJohannes Berg1-1/+1
2009-08-10show WMM parametersJohannes Berg1-3/+45
2009-07-31iw: add beacon hint event parsingLuis R. Rodriguez1-0/+69
2009-07-30add warning about screenscrapingJohannes Berg1-1/+3
2009-07-29add missing newlineJohannes Berg1-1/+1
2009-07-25add link commandJohannes Berg5-25/+304
2009-07-11magically set interface up for connect/joinJohannes Berg5-15/+63
2009-07-10bump version to 0.9.15v0.9.15Johannes Berg1-1/+1
2009-07-10print BSS statusJohannes Berg2-1/+32
2009-07-09fix a reason stringJohannes Berg1-1/+1
2009-07-08make connect able to waitJohannes Berg3-16/+90
2009-07-08remove netns stuff from nl80211.h -- not so soonJohannes Berg1-9/+2
2009-07-08make it possible to pass WEP keys to connect/joinJohannes Berg4-17/+152
2009-07-07Merge branch 'master' into connectJohannes Berg1-1/+1
2009-07-07update to experimental nl80211.hJohannes Berg1-0/+53
2009-07-07fix phy0 autodetectionJohannes Berg1-1/+1
2009-07-06Merge branch 'master' into connectJohannes Berg1-1/+2
2009-07-06add warning about scriptsJohannes Berg1-1/+2
2009-07-06Merge branch 'master' into connectJohannes Berg1-3/+14
2009-07-06autodetect interface/phyJohannes Berg1-3/+14
2009-07-06fix connect helpJohannes Berg1-1/+1
2009-07-02Merge branch 'master' into connectJohannes Berg0-0/+0
2009-07-02fix version script to include header and not write file twiceJohannes Berg1-2/+3
2009-07-02connect eventsJohannes Berg1-0/+38
2009-07-02fix version script to include header and not write file twiceJohannes Berg1-2/+3
2009-07-02note that the bitrates are non-HTJohannes Berg1-1/+1
2009-07-02update nl80211.hJohannes Berg1-0/+59
2009-06-30note that the bitrates are non-HTJohannes Berg1-1/+1
2009-06-24update nl80211.hJohannes Berg1-0/+3
2009-06-23connect API testJohannes Berg3-1/+98
2009-06-16print event on scan startJohannes Berg1-0/+3
2009-06-10fix assoc/auth event parsingJohannes Berg1-2/+12
2009-06-08"AP setup locked" is a u8 (bool)Johannes Berg1-2/+2
2009-05-24print scan info on eventJohannes Berg4-13/+34
2009-05-20update nl80211.hJohannes Berg1-3/+31
2009-05-14sync nl80211.hJohannes Berg1-3/+31
2009-05-13iw/Makefile use pkg-config if passed from environmental var.Karl Hiramoto1-2/+3
2009-05-13v0.9.14v0.9.14Johannes Berg1-1/+1
2009-05-05finish docsJohannes Berg4-13/+26
2009-05-05more interface helpJohannes Berg1-9/+30
2009-05-05help for 'set name'Johannes Berg1-1/+2
2009-05-05add note to set channel/freqJohannes Berg1-1/+3
2009-05-05print version in help outputJohannes Berg1-1/+1
2009-05-05document scan commandsJohannes Berg1-8/+11
2009-05-05add help for ibss commandsJohannes Berg1-2/+8
2009-05-05add help for info/list/phy commandsJohannes Berg1-2/+4
2009-05-05add ability to document commands, document event/helpJohannes Berg12-54/+95
2009-05-05use C99 initialiser for cmd structJohannes Berg1-4/+12
2009-05-05if command fails, print help for this commandJohannes Berg1-16/+42
2009-05-05split out event handling codeJohannes Berg4-300/+309
2009-05-05split out per-command helpJohannes Berg1-17/+22
2009-05-05allow printing timing on events (-t)Johannes Berg1-8/+19
2009-05-05print statusJohannes Berg4-25/+100