xref: /freebsd/tools/tools/net80211/scripts/setup.sta (revision 81ad6265)
1#! /bin/sh
2#
3# Script for testing simple station mode operation.
4#
5# $FreeBSD$
6#
7PATH=.:$PATH
8. config
9
10SSID=${1:-MarvellAP8x}
11
12WLAN=`ifconfig wlan create wlandev $WIRELESS`
13ifconfig $WLAN -ampdutx
14ifconfig $WLAN ssid $SSID up
15ifconfig $WIRED down delete
16