aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
Commit message (Expand)AuthorAgeFilesLines
* iw: Add OCB mode handlingRostislav Lisovy2015-01-141-0/+3
* iw: support setting vif MAC during creationBen Greear2014-10-291-2/+18
* iw: add the active monitor flagFelix Fietkau2013-07-111-1/+3
* iw: add radar detect widths to phy infoSimon Wunderlich2013-02-181-1/+1
* update for VHT channel configJohannes Berg2012-11-281-5/+38
* iw: add set_mcast_rate command supportAntonio Quartulli2012-11-191-0/+29
* iw: print the ssid when requesting device infoAntonio Quartulli2012-11-091-0/+6
* add P2P Device handling primitivesJohannes Berg2012-11-061-0/+3
* pass idby argument to all functionsJohannes Berg2012-07-191-12/+22
* update interface info for non-netdev wdevsJohannes Berg2012-07-191-0/+10
* Add support for channel info in interface infoPontus Fuchs2012-04-041-0/+27
* Fix typo in print_iface_handler.Pontus Fuchs2012-03-201-1/+1
* iw: add support for NoAck per tidSimon Wunderlich2011-12-061-0/+27
* print wiphy idx in iface infoJohannes Berg2011-10-211-0/+2
* clean up some messagesJohannes Berg2010-10-081-3/+3
* iw: new command to set the wds peerBill Jordan2010-10-081-0/+31
* iw: Implement set 4addr.Jochen Friedrich2010-10-041-0/+13
* add p2p interface typesJohannes Berg2010-09-291-0/+6
* make AP message more informativeJohannes Berg2010-08-271-6/+5
* iw: add support for setting the wds/4-address flag when creating an interfaceFelix Fietkau2009-11-111-2/+25
* separate commands into sectionsJohannes Berg2009-08-241-0/+2
* more interface helpJohannes Berg2009-05-051-9/+30
* add ability to document commands, document event/helpJohannes Berg2009-05-051-8/+8
* fix bug introduced by previous commitJohannes Berg2009-04-211-2/+1
* support "iw dev ... set type ..."Johannes Berg2009-04-191-20/+45
* add "dev" command to list all wireless interfacesJohannes Berg2009-04-191-3/+26
* accept managed/mgd for station interfaceJohannes Berg2009-04-111-2/+4
* prepare for more generic commandsJohannes Berg2009-04-081-5/+10
* fix off-by-one error to allow setting cooked monitorJohannes Berg2009-03-081-1/+1
* RTFM link for ap/master modesJohannes Berg2009-01-241-2/+10
* add comment about monitor flags bugJohannes Berg2008-10-151-0/+7
* improve monitor flagsJohannes Berg2008-10-051-48/+76
* ship nl80211.hJohannes Berg2008-09-181-1/+1
* add "interface del" backward compat commandJohannes Berg2008-09-171-0/+1
* add command to set mesh IDJohannes Berg2008-09-161-0/+20
* add monitor flags supportJohannes Berg2008-09-161-0/+60
* simplify netlink handlingJohannes Berg2008-09-161-47/+8
* clean up error handlingJohannes Berg2008-09-161-37/+23
* add back the ability to add a sibling interfaceJohannes Berg2008-09-161-0/+2
* some work for making command more dynamicJohannes Berg2008-09-161-94/+13
* add interface get commandJohannes Berg2008-09-161-0/+82
* hide interface types "ap" and "ap_vlan" behind "__"Johannes Berg2008-04-141-2/+2
* don't use 'err' uninitialisedJohannes Berg2008-04-031-2/+2
* add #include <string.h>Johannes Berg2008-04-031-0/+1
* clean up includesJohannes Berg2008-04-021-4/+3
* Add support for mesh interfacesLuis Carlos Cobo2008-04-021-0/+24
* make iw usable for mere mortalsAndrew Lutomirski2007-12-201-7/+10
* Minor updatesMike Kershaw2007-09-301-4/+6
* implement "del interface"Johannes Berg2007-09-281-0/+39
* "add interface" implementationJohannes Berg2007-09-281-0/+125