]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/tools/net80211/scripts/mesh/common
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / tools / net80211 / scripts / mesh / common
1 #! /bin/sh
2 #
3 # Common setup.
4 #
5 # $FreeBSD$
6 #
7 PATH=../:.:$PATH
8 . config
9 . config.mesh
10
11 WLAN=`ifconfig wlan create wlanmode mesh wlandev $WIRELESS`
12 ifconfig $WLAN meshid $MESHID channel $CHANNEL mtu 1500
13 wlandebug -i $WLAN mesh+hwmp+state+scan+assoc