]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - tools/tools/net80211/scripts/setup.sta
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / tools / tools / net80211 / scripts / setup.sta
1 #! /bin/sh
2 #
3 # Script for testing simple station mode operation.
4 #
5 # $FreeBSD$
6 #
7 PATH=.:$PATH
8 . config
9
10 SSID=${1:-MarvellAP8x}
11
12 WLAN=`ifconfig wlan create wlandev $WIRELESS`
13 ifconfig $WLAN -ampdutx
14 ifconfig $WLAN ssid $SSID up
15 ifconfig $WIRED down delete