]> git.ipfire.org Git - thirdparty/iw.git/commit - station.c
Add support for mesh interfaces
authorLuis Carlos Cobo <luisca@cozybit.com>
Tue, 1 Apr 2008 19:03:41 +0000 (12:03 -0700)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 2 Apr 2008 09:12:52 +0000 (11:12 +0200)
commit3d1e870417f99fadd5c7af4ce0e31e2d3b6aa818
treec897fe77ca65893686a0674dffb2f4357723654f
parentb612d36053828673b79079830f15b3a6b3232c02
Add support for mesh interfaces

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
Makefile
interface.c
iw.c
iw.h
mpath.c [new file with mode: 0644]
station.c [new file with mode: 0644]
util.c [new file with mode: 0644]