Current Path : /usr/src/tools/tools/net80211/scripts/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/tools/tools/net80211/scripts/setup.fixed |
#! /bin/sh # # Script for testing fixed xmit rate handling. # # $FreeBSD: release/9.1.0/tools/tools/net80211/scripts/setup.fixed 178361 2008-04-20 20:43:42Z sam $ # PATH=.:$PATH . config WLAN=`ifconfig wlan create wlanmode hostap wlandev $WIRELESS` ifconfig $WLAN ssid $SSID channel $CHANNEL mtu 1500 ifconfig $WLAN ucastrate 24:a ucastrate 7 BRIDGE=`ifconfig bridge create` ifconfig $BRIDGE addm $WLAN addm $WIRED up ifconfig $WIRED up wlandebug -i $WLAN state+scan+assoc ifconfig $WLAN up