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