1#! /bin/sh
2#
3# Script for testing fixed xmit rate handling.
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 $WLAN ucastrate 24:a ucastrate 7
13BRIDGE=`ifconfig bridge create`
14ifconfig $BRIDGE addm $WLAN addm $WIRED up
15ifconfig $WIRED up
16wlandebug -i $WLAN state+scan+assoc
17ifconfig $WLAN up
18