1#! /bin/sh 2# 3# Script for testing fixed xmit rate handling. 4# 5# 6PATH=.:$PATH 7. config 8 9WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS` 10ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500 11ifconfig $WLAN ucastrate 24:a ucastrate 7 12BRIDGE=`ifconfig bridge create` 13ifconfig $BRIDGE addm $WLAN addm $WIRED up 14ifconfig $WIRED up 15wlandebug -i $WLAN state+scan+assoc 16ifconfig $WLAN up 17