aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-19support random for sched scanrandom-scanJohannes Berg1-0/+11
2014-11-19iw: implement of scheduled scanLuciano Coelho3-0/+188
2014-11-19support random scanJohannes Berg1-6/+39
2014-11-19update nl80211.hJohannes Berg1-10/+41
2014-11-13update nl80211.h and command IDsJohannes Berg2-1/+44
2014-10-29add WMM tspec capabilityJohannes Berg1-0/+2
2014-10-29iw: support setting vif MAC during creationBen Greear2-2/+20
2014-10-29update nl80211.hJohannes Berg1-1/+14
2014-10-29add vendor command to MakefileJohannes Berg1-1/+1
2014-10-24iw: add vendor send commandJanusz Dziedzic1-0/+95
2014-10-09Add mpp get/dump commandsHenning Rogge2-1/+85
2014-10-09update nl80211.hJohannes Berg1-0/+6
2014-10-09update to version 3.17v3.17Johannes Berg1-1/+1
2014-10-09update nl80211 feature list in the codeJohannes Berg1-0/+30
2014-10-09iw: add auto parameter to set distance commandLorenzo Bianconi2-18/+27
2014-10-09iw: fix memory leakYegor Yefremov1-1/+3
2014-10-09iw: remove double breakYegor Yefremov1-1/+0
2014-10-09iw: Allow basic rates to be configured when joining meshChun-Yeow Yeoh1-6/+34
2014-10-09iw: Allow user to provide freq during mesh joinChun-Yeow Yeoh1-3/+67
2014-10-09update nl80211.hJohannes Berg1-2/+119
2014-09-03iw: print hexdump when vendor eventJanusz Dziedzic3-0/+18
2014-06-03iw: print expected throughput when dumping stationAntonio Quartulli1-0/+11
2014-06-03update nl80211.hJohannes Berg1-4/+63
2014-05-20version 3.15v3.15Johannes Berg1-1/+1
2014-05-13iw: handle DFS CAC time paramJanusz Dziedzic2-0/+9
2014-05-13update nl80211.h to 3.15 versionJohannes Berg1-8/+37
2014-04-10wowlan: don't require pattern offsetJohannes Berg1-6/+7
2014-03-28iw: embrace the Developer Certificate of Origin for contributionsLuis R. Rodriguez1-0/+49
2014-03-28iw: add support to set/get retry limitUjjal Roy2-0/+80
2014-02-19fix RX & TX Antenna Pattern Consistency in VHT capabilitiesMaxime Bizon1-2/+2
2014-01-28print command name for unknown eventsJohannes Berg1-1/+2
2014-01-24iw: add sgi/lgi support to set bitratesJanusz Dziedzic1-6/+35
2014-01-24update nl80211.hJohannes Berg1-4/+43
2014-01-24version 3.14v3.14Johannes Berg1-1/+1
2014-01-24iw: add VHT MCS/NSS set support to set bitratesJanusz Dziedzic1-25/+137
2014-01-24update command listJohannes Berg1-0/+4
2014-01-24listen to vendor eventsJohannes Berg1-0/+12
2014-01-24update nl80211.h to kernel 3.14 versionJohannes Berg1-5/+86
2014-01-06info: print something for T-DLS supportJohannes Berg1-0/+3
2013-12-03version 3.13v3.13Johannes Berg1-1/+1
2013-11-25iw: Use NL80211_FREQUENCY_ATTR_NO_IR channel attributeIlan Peer3-18/+34
2013-11-25update nl80211.hJohannes Berg1-16/+119
2013-11-13iw: add support for 5 and 10 MHz channels in IBSS modeSimon Wunderlich1-16/+46
2013-10-01Don't get iw version from git if there is no .git/Florian Schmaus1-1/+1
2013-09-30iw: sync frequency to channel mapping with kernelBruno Randolf3-22/+41
2013-08-30iw: Print out HotSpot2 IE information.Ben Greear1-0/+11
2013-08-30iw: Print 802.11u roaming consortium IE in scan results.Ben Greear1-0/+52
2013-08-30iw: Print 802.11u Advertisement IE info in scan results.Ben Greear1-0/+33
2013-08-30iw: Print Interworking IE details in scan results.Ben Greear1-0/+66
2013-08-29version 3.11v3.11Johannes Berg1-1/+1
2013-08-29print single GTKSA/PTKSA capability, TDLS/TPK authJoerg Mayer1-0/+5
2013-08-09iw: correction in coalesce condition display messageAmitkumar Karwar1-3/+3
2013-07-26iw: print out mesh configuration element on scanChun-Yeow Yeoh1-0/+32
2013-07-11iw: dump station per-chain signal strength informationFelix Fietkau1-4/+41
2013-07-11iw: dump station rx bit rate informationFelix Fietkau3-4/+12
2013-07-11iw: add the active monitor flagFelix Fietkau1-1/+3
2013-07-08iw: Add support for mesh peer link expiration.Colleen Twitty1-0/+7
2013-07-08iw: add coalesce supportAmitkumar Karwar3-1/+301
2013-07-08iw: use updated structures and enums for packet patternAmitkumar Karwar2-17/+17
2013-07-08update nl80211.hJohannes Berg1-20/+152
2013-06-26iw: reorder some code in iw_connect to avoid a potential memory leakJohn W. Linville1-4/+4
2013-06-26iw: fix incorrect bit shifting in print_ht_mcsJohn W. Linville1-1/+1
2013-05-16add new nl80211 commands to listJohannes Berg1-0/+8
2013-05-07iw: scan using meshidjacob minshall1-7/+36
2013-05-02update version to 3.10v3.10Johannes Berg1-1/+1
2013-05-02update nl80211 to 3.10 versionJohannes Berg1-0/+39
2013-05-02fix "iw phy#0 info"Johannes Berg1-8/+22
2013-04-26iw/event: Print out PROBE_CLIENT event information.Ben Greear1-0/+10
2013-04-25add Android build systemJohannes Berg2-0/+31
2013-04-23makefile: allow passing NO_PKG_CONFIGJohannes Berg1-0/+2
2013-04-23makefile: don't include .configJohannes Berg1-2/+0
2013-04-23clean up makefileJohannes Berg1-3/+5
2013-04-22iw: decode some more IEsJoerg Mayer1-1/+15
2013-04-19fix scan segfault when IFINDEX attribute isn't presentJohannes Berg1-2/+5
2013-04-10align TDLS outputJohannes Berg1-1/+1
2013-04-10refactor bitrate printingJohannes Berg3-69/+57
2013-04-03iw: display DFS regulatory domainZefir Kurtisi1-1/+23
2013-03-26iw: don't print DFS states of disabled frequenciesZefir Kurtisi1-10/+11
2013-03-25iw: support split wiphy dumpJohannes Berg1-85/+140
2013-03-25update nl80211.hJohannes Berg3-25/+108
2013-02-26fix TCP wowlan bugJohannes Berg1-1/+1
2013-02-20override default buffer sizeJohannes Berg1-0/+8
2013-02-20iw: add packet offset information for wowlan patternAmitkumar Karwar2-12/+35
2013-02-19support TCP wakeup APIJohannes Berg3-3/+258
2013-02-18iw: print DFS states for channels if availableSimon Wunderlich1-0/+26
2013-02-18iw: add radar detect widths to phy infoSimon Wunderlich3-2/+23
2013-02-18update nl80211.hJohannes Berg1-7/+318
2013-02-13iw: Add VHT info in link queryYogesh Ashok Powar1-1/+11
2013-01-31iw: Print beacon-loss-event string.Ben Greear1-3/+19
2013-01-29iw: add support for link-specific mesh power modesMarco Porsch1-0/+89
2013-01-29iw: add default mesh Power Mode and Awake Window to mesh configMarco Porsch1-2/+50
2013-01-29iw: add beacon interval and DTIM period parameters to mesh joinMarco Porsch1-2/+30
2013-01-29update nl80211.hJohannes Berg1-3/+69
2013-01-25add "auth" commandJohannes Berg1-0/+71
2013-01-22fix PMKSA eventJohannes Berg1-1/+1
2013-01-04iw: print capability info for DMG (60GHz band)Vladimir Kondratiev1-25/+93
2012-12-21update version to 3.8v3.8Johannes Berg1-1/+1
2012-12-21update nl80211.hJohannes Berg1-0/+16
2012-11-28update for VHT channel configJohannes Berg2-18/+113
2012-11-28update nl80211.hJohannes Berg1-18/+88
2012-11-21parse a few more IEsJohannes Berg1-7/+40
2012-11-20print VHT operation IEJohannes Berg1-1/+22
2012-11-20allow multiple command variantsJohannes Berg1-3/+34
2012-11-19iw: add set_mcast_rate command supportAntonio Quartulli1-0/+29
2012-11-19update nl80211.hJohannes Berg1-0/+7
2012-11-15add a helper command to print command IDsJohannes Berg1-0/+13
2012-11-13Clarify that unit is ms for ROC commandPontus Fuchs1-1/+1
2012-11-12print VHT capabilitiesJohannes Berg5-2/+100
2012-11-09iw: print the ssid when requesting device infoAntonio Quartulli1-0/+6
2012-11-09parse more extended capabilitiesJohannes Berg1-21/+49
2012-11-06add P2P Device handling primitivesJohannes Berg3-1/+34
2012-11-06update command listJohannes Berg1-0/+3
2012-11-06fix bug in iftype_name()Johannes Berg1-1/+1
2012-10-26iw: add support for the forced AP scanAntonio Quartulli1-2/+6
2012-10-26iw: show AP scan capabilityAntonio Quartulli1-0/+2
2012-10-26update nl80211.hJohannes Berg1-0/+8
2012-10-22iw: remove unnecessary variable in find_mesh_paramAshok Nagarajan1-7/+3
2012-10-22iw: add lowpri and flush scan operandsSam Leffler2-2/+17
2012-10-16update nl80211.hJohannes Berg1-0/+40
2012-10-16update version to 3.7v3.7Johannes Berg1-1/+1
2012-10-16print more feature flagsJohannes Berg1-4/+10
2012-10-16add P2P DeviceJohannes Berg1-0/+1
2012-10-16update nl80211.hJohannes Berg1-4/+50
2012-08-03update version to 3.6v3.6Johannes Berg1-1/+1
2012-07-25print wdev id in event infoJohannes Berg1-0/+6
2012-07-19allow wdev in place of devJohannes Berg4-7/+16
2012-07-19pass idby argument to all functionsJohannes Berg22-71/+133
2012-07-19update interface info for non-netdev wdevsJohannes Berg1-0/+10
2012-07-19add basics for identify wireless devsJohannes Berg2-1/+20
2012-07-19update nl80211.hJohannes Berg1-0/+53
2012-07-06Fix print channel number for 60gVladimir Kondratiev1-1/+7
2012-07-06introduce GCMP cipherVladimir Kondratiev2-0/+5
2012-07-06Prefer 32-bit bitrateVladimir Kondratiev2-6/+14
2012-07-06update nl80211.hJohannes Berg1-0/+9
2012-07-06iw: allow setting mesh proactive tree building mode related parametersChun-Yeow Yeoh1-1/+9
2012-07-06update nl80211.hJohannes Berg1-53/+119
2012-07-06add (optional) hwsim codeJohannes Berg2-3/+153
2012-06-25update version to 3.5v3.5Johannes Berg1-1/+1
2012-06-19update command list and add scriptJohannes Berg1-8/+35
2012-06-07update manpage for "iw help command"Johannes Berg1-3/+7
2012-06-07update nl80211 to kernel 3.5 versionJohannes Berg1-3/+8
2012-06-06iw: fix the Makefile for multiple libnl installationsGuido Trentalancia1-4/+12
2012-05-14iw: print out Mesh ID on scanChun-Yeow Yeoh1-0/+1
2012-04-20iw: Show Toffset on station dumpAshok Nagarajan1-0/+4
2012-04-20iw: Allow setting RSSI threshold for peeringAshok Nagarajan1-0/+22
2012-04-13iw: add mesh conf parameter "mesh_sync_offset_max_neighor"Ashok Nagarajan1-0/+8
2012-04-13iw: allow user to enable vendor synchronization when joining meshAshok Nagarajan1-1/+23
2012-04-13update nl80211.hJohannes Berg1-7/+34
2012-04-04Add support for channel info in interface infoPontus Fuchs1-0/+27
2012-03-29update version to 3.4v3.4Johannes Berg1-1/+1
2012-03-26extend help frameworkJohannes Berg1-5/+20
2012-03-26iw: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh1-0/+2
2012-03-26update nl80211.hJohannes Berg1-14/+50
2012-03-20Fix typo in print_iface_handler.Pontus Fuchs1-1/+1
2012-03-13shorten TX/RX frame type outputJohannes Berg1-2/+2
2012-02-16iw: remove ifdefs for mcs maskSimon Wunderlich1-18/+2
2012-02-16update nl80211.hJohannes Berg1-1/+15
2012-01-17iw: allow setting mesh mcast-rateChun-Yeow Yeoh1-2/+18
2012-01-17update version to 3.3v3.3Johannes Berg1-1/+1
2012-01-08iw: add support for NL80211_CMD_DEL_STATION eventAntonio Quartulli1-0/+4
2011-12-14parse NL80211_ATTR_FEATURE_FLAGSJohannes Berg1-0/+9
2011-12-14iw: add HT options for ibssSimon Wunderlich1-1/+29
2011-12-14update nl80211.hJohannes Berg1-0/+2
2011-12-07whitespace cleanupsJohannes Berg6-15/+15
2011-12-07whitespace cleanupsNick Black1-3/+3
2011-12-07use signed int where negative values are usedNick Black1-1/+1
2011-12-06iw: add support for NoAck per tidSimon Wunderlich1-0/+27
2011-12-06update nl80211.hJohannes Berg1-0/+15
2011-11-29iw: Support ht-capability overrides mask.Ben Greear3-0/+80
2011-11-24update nl80211.hJohannes Berg1-0/+146
2011-11-17remove NLVERSION from MakefileJohannes Berg1-1/+0
2011-11-16iw: fix wifi wmm ie print functionYoni Divinsky1-1/+1
2011-11-14always use libnl 3.2 as 3.2, not 3.0Bjarke Istrup Pedersen1-6/+8
2011-11-14fix compilation against libnl-3.xGilles Espinasse1-14/+18
2011-11-11Revert "Fix linking with libnl-3"Johannes Berg1-3/+2
2011-11-10use genl_ctrl_resolve()Johannes Berg2-26/+5
2011-11-08Fix linking with libnl-3Gilles Espinasse1-2/+3
2011-11-07iw: fix regression in tx power validationFelix Fietkau1-1/+1
2011-11-04update version to 3.2v3.2Johannes Berg1-1/+1
2011-11-04print out AP-side uAPSD supportJohannes Berg1-0/+3
2011-11-04print PMKSA candidate eventJohannes Berg1-0/+3
2011-10-27iw: show STA flags in station dumpHelmut Schaa1-0/+56
2011-10-27update nl80211.hJohannes Berg1-0/+46
2011-10-21print wiphy idx in iface infoJohannes Berg1-0/+2
2011-10-16SSID printing: escape space at beginning end, backslashJohannes Berg1-1/+4
2011-10-13print PHY membership selector only for membership ratesJohannes Berg1-1/+1
2011-10-11iw: fix HT PHY BSS Membership selector value encodingChristian Lamparter1-1/+9
2011-10-05show supported ciphersJohannes Berg1-0/+38
2011-10-04print roam capabilityJohannes Berg1-0/+3
2011-10-04update nl80211.hJohannes Berg1-2/+101
2011-09-07iw: add libnl-3.0 supportYegor Yefremov3-5/+15
2011-09-03support for setting RANN interval and mesh gateJavier Cardona1-0/+4
2011-09-03update nl80211.hJohannes Berg1-10/+92
2011-07-20fix bug in version.shJohannes Berg1-2/+1
2011-07-15add remain-on-channelJohannes Berg2-1/+41
2011-07-15new wowlan triggers/infoJohannes Berg2-5/+37
2011-07-15add set_rekey_offload cmdJohannes Berg1-0/+1
2011-07-15update nl80211.hJohannes Berg1-3/+65
2011-06-29more verbose output for interface combinationsJohannes Berg1-2/+9
2011-06-09a little bit of P2P parsingJohannes Berg1-0/+101