]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/net80211/scripts/mesh/common
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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