This commit is contained in:
Sam Leffler 2009-05-18 18:12:45 +00:00
parent 97ea741513
commit e13e5f8fa5

View File

@ -10,7 +10,7 @@ PATH=.:$PATH
SSID='freebsd+tdma'
WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
ifconfig $WLAN ssid "$SSID" 0
ifconfig $WLAN ssid "$SSID"
wlandebug -i $WLAN state+scan+tdma
BRIDGE=`ifconfig bridge create`