1#! /bin/sh
2#
3# Script for testing traffic to the local host (as opposed to bridged).
4#
5# $FreeBSD$
6#
7PATH=.:$PATH
8. config
9
10WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS`
11ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500
12ifconfig $WIRED down delete
13route flush
14wlandebug -i $WLAN state+scan+assoc+11n
15#mwldebug tso
16ifconfig $WLAN 192.168.0.21/24
17