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