003 File Manager
Current Path:
/usr/src/tools/tools/net80211/scripts
usr
/
src
/
tools
/
tools
/
net80211
/
scripts
/
📁
..
📄
config
(1.47 KB)
📁
mesh
📄
setup.dfs
(654 B)
📄
setup.fixed
(403 B)
📄
setup.local
(363 B)
📄
setup.mixed
(1.36 KB)
📄
setup.simple
(373 B)
📄
setup.simple2
(623 B)
📄
setup.sta
(255 B)
📄
setup.tdma-master
(402 B)
📄
setup.tdma-slave
(339 B)
📄
setup.tsn
(951 B)
📄
setup.updown
(600 B)
📄
setup.updown.wpa
(1013 B)
📄
setup.wds
(511 B)
📄
setup.wdsmain
(1.64 KB)
📄
setup.wdsrelay
(1.09 KB)
📄
setup.wep
(567 B)
📄
setup.wpa
(947 B)
📄
setup.wpa1.aes
(928 B)
📄
setup.wpa1.tkip
(929 B)
📄
setup.wpa2
(955 B)
📄
setup.wpa2.tkip
(956 B)
Editing: setup.wds
#! /bin/sh # # Script for setting up a legacy WDS vap. # Assumes an ap vap is already setup. # Can be run multiple times to create multiple WDS vaps. # # $FreeBSD$ # PATH=.:$PATH . config BRIDGE=bridge0 #BSSID='00:50:43:20:64:83' #BSSID='00:50:43:20:64:8d' BSSID='00:50:43:20:6f:a9' WLAN=`ifconfig wlan create wlanmode wds wlandev $WIRELESS wlanbssid $BSSID wdslegacy` ifconfig $BRIDGE addm $WLAN wlandebug -i $WLAN output+inact+node+11n #ifconfig $WLAN wepkey 1:0x0123456789 deftxkey 1 wep ifconfig $WLAN up
Upload File
Create Folder