aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14iw: S1G: add frequency set in kHz and offset optionsGilad Itzkovitch1-1/+1
2023-04-14interface: print linksJohannes Berg1-21/+53
2022-04-26iw: Print local EHT capabilitiesIlan Peer1-0/+2
2020-09-18iw: add TID specific Tx bitrate configurationTamizh Chelvam1-1/+35
2020-09-18iw: fix tid config help entriesTamizh Chelvam1-4/+4
2020-05-26iw: add TID specific configuration commandSergey Matyukevich1-0/+229
2020-03-04iw: correctly print signed TX power levelJohannes Berg1-1/+1
2019-03-29iw: print 4ADDR attribute when dumping interfaceAntonio Quartulli1-0/+6
2018-05-18iw: Print TXQ statistics for stations and interfacesToke Høiland-Jørgensen1-0/+6
2016-11-16Add commands to send CSABenjamin Berg1-0/+71
2016-10-18iw: nan: Add NAN interface typeAndrei Otcheretianski1-0/+3
2016-10-18iw: add support for VHT MU-MIMO air snifferAviya Erenfeld1-1/+63
2016-08-01iw: display 5/10 MHz channel widthsBob Copeland1-0/+4
2015-10-13iw: Fix return values when parameters are wrongOla Olsson1-4/+2
2015-10-08iw: remove superfluous includesOla Olsson1-1/+0
2015-09-18iw: display interface TX power if availableRafał Miłecki1-0/+7
2015-08-13iw: remove cb from arguments and simplify valid handlerJohannes Berg1-13/+2
2015-01-14iw: Add OCB mode handlingRostislav Lisovy1-0/+3
2014-10-29iw: support setting vif MAC during creationBen Greear1-2/+18
2013-07-11iw: add the active monitor flagFelix Fietkau1-1/+3
2013-02-18iw: add radar detect widths to phy infoSimon Wunderlich1-1/+1
2012-11-28update for VHT channel configJohannes Berg1-5/+38
2012-11-19iw: add set_mcast_rate command supportAntonio Quartulli1-0/+29
2012-11-09iw: print the ssid when requesting device infoAntonio Quartulli1-0/+6
2012-11-06add P2P Device handling primitivesJohannes Berg1-0/+3
2012-07-19pass idby argument to all functionsJohannes Berg1-12/+22
2012-07-19update interface info for non-netdev wdevsJohannes Berg1-0/+10
2012-04-04Add support for channel info in interface infoPontus Fuchs1-0/+27
2012-03-20Fix typo in print_iface_handler.Pontus Fuchs1-1/+1
2011-12-06iw: add support for NoAck per tidSimon Wunderlich1-0/+27
2011-10-21print wiphy idx in iface infoJohannes Berg1-0/+2
2010-10-08clean up some messagesJohannes Berg1-3/+3
2010-10-08iw: new command to set the wds peerBill Jordan1-0/+31
2010-10-04iw: Implement set 4addr.Jochen Friedrich1-0/+13
2010-09-29add p2p interface typesJohannes Berg1-0/+6
2010-08-27make AP message more informativeJohannes Berg1-6/+5
2009-11-11iw: add support for setting the wds/4-address flag when creating an interfaceFelix Fietkau1-2/+25
2009-08-24separate commands into sectionsJohannes Berg1-0/+2
2009-05-05more interface helpJohannes Berg1-9/+30
2009-05-05add ability to document commands, document event/helpJohannes Berg1-8/+8
2009-04-21fix bug introduced by previous commitJohannes Berg1-2/+1
2009-04-19support "iw dev ... set type ..."Johannes Berg1-20/+45
2009-04-19add "dev" command to list all wireless interfacesJohannes Berg1-3/+26
2009-04-11accept managed/mgd for station interfaceJohannes Berg1-2/+4
2009-04-08prepare for more generic commandsJohannes Berg1-5/+10
2009-03-08fix off-by-one error to allow setting cooked monitorJohannes Berg1-1/+1
2009-01-24RTFM link for ap/master modesJohannes Berg1-2/+10
2008-10-15add comment about monitor flags bugJohannes Berg1-0/+7
2008-10-05improve monitor flagsJohannes Berg1-48/+76
2008-09-18ship nl80211.hJohannes Berg1-1/+1
2008-09-17add "interface del" backward compat commandJohannes Berg1-0/+1
2008-09-16add command to set mesh IDJohannes Berg1-0/+20
2008-09-16add monitor flags supportJohannes Berg1-0/+60
2008-09-16simplify netlink handlingJohannes Berg1-47/+8
2008-09-16clean up error handlingJohannes Berg1-37/+23
2008-09-16add back the ability to add a sibling interfaceJohannes Berg1-0/+2
2008-09-16some work for making command more dynamicJohannes Berg1-94/+13
2008-09-16add interface get commandJohannes Berg1-0/+82
2008-04-14hide interface types "ap" and "ap_vlan" behind "__"Johannes Berg1-2/+2
2008-04-03don't use 'err' uninitialisedJohannes Berg1-2/+2
2008-04-03add #include <string.h>Johannes Berg1-0/+1
2008-04-02clean up includesJohannes Berg1-4/+3
2008-04-02Add support for mesh interfacesLuis Carlos Cobo1-0/+24
2007-12-20make iw usable for mere mortalsAndrew Lutomirski1-7/+10
2007-09-30Minor updatesMike Kershaw1-4/+6
2007-09-28implement "del interface"Johannes Berg1-0/+39
2007-09-28"add interface" implementationJohannes Berg1-0/+125