1#! /bin/sh
2#
3# Common setup.
4#
5# $FreeBSD$
6#
7PATH=../:.:$PATH
8. config
9. config.mesh
10
11WLAN=`ifconfig wlan create wlanmode mesh wlandev $WIRELESS`
12ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
13wlandebug -i $WLAN mesh+hwmp+state+scan+assoc
14