aboutsummaryrefslogtreecommitdiffstats
path: root/mpath.c
Commit message (Collapse)AuthorAgeFilesLines
* update nl80211.hJohannes Berg2013-03-251-6/+0
|
* pass idby argument to all functionsJohannes Berg2012-07-191-3/+6
|
* fix mesh terminologyJohannes Berg2009-11-161-1/+1
| | | | DSN -> SN
* fix breakageJohannes Berg2009-11-161-3/+3
| | | | | | The nl80211.h update broke iw. This is not supposed to happen, but a commit went into the kernel that made an API incompatible change.
* print a header before printing the list of mesh pathsRui Paulo2009-11-111-0/+2
| | | | Signed-off-by: Rui Paulo <rpaulo@gmail.com>
* add trailing \n to fprintfs missing itJohannes Berg2009-11-111-2/+2
| | | | (pointer out by Holger)
* separate commands into sectionsJohannes Berg2009-08-241-0/+2
| | | | | | The ad-hoc way of parsing the command "tree" didn't really work out, so separate the commands better into sections and parse by that.
* finish docsJohannes Berg2009-05-051-5/+10
|
* add ability to document commands, document event/helpJohannes Berg2009-05-051-5/+5
|
* prepare for more generic commandsJohannes Berg2009-04-081-3/+6
|
* ship nl80211.hJohannes Berg2008-09-181-1/+1
| | | | | | This is nicer for distributions because then they don't have to patch iw or anything. We just have to make sure to never ever add "experimental" numbers to this tree...
* simplify netlink handlingJohannes Berg2008-09-161-80/+8
|
* fix up some error handlingJohannes Berg2008-09-161-8/+1
|
* clean up error handlingJohannes Berg2008-09-161-36/+24
|
* port mpath overJohannes Berg2008-09-161-146/+28
|
* add #include <string.h>Johannes Berg2008-04-031-0/+1
|
* clean up includesJohannes Berg2008-04-021-3/+3
|
* Add support for mesh interfacesLuis Carlos Cobo2008-04-021-0/+390
On interface creation, if interface type is mesh point (mp or mesh), a mesh_id can be specified. Mesh paths and stations (including non-mesh stations) can be dumped and manipulated. You can find some usage examples at: http://o11s.org/trac/wiki/HOWTO-0.2.1#Testing http://o11s.org/trac/wiki/HOWTO-0.2.1#AdvancedTinkering