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.wpa1.tkip
#! /bin/sh # # Script for testing WPA1 w/ TKIP. # # $FreeBSD$ # PATH=.:$PATH . config BRIDGE=bridge0 WLAN=wlan0 SSID=$SSID-wpa CONF=$TMPDIR/bsd-$WLAN.conf makeconf() { conf=$1 rm -f $conf cat >$1 <<EOF interface=$WLAN ctrl_interface=$HOSTAPD_CTRL_INTERFACE logger_syslog=-1 logger_syslog_level=0 logger_stdout=-1 logger_stdout_level=0 debug=4 wpa=1 wpa_key_mgmt=WPA-PSK wpa_passphrase=$WPA_PASSPHRASE wpa_pairwise=TKIP EOF } trap "ifconfig $BRIDGE destroy; ifconfig $WLAN destroy; \ rm -f $CONF" 2 ifconfig $WLAN create wlandev $WIRELESS wlanmode hostap #wlandebug -i $WLAN assoc+crypto wlandebug -i $WLAN assoc ifconfig $WLAN ssid $SSID ifconfig $WLAN channel $CHANNEL ifconfig $WLAN mtu 1500 # NB: if_bridge requires matching mtu's ifconfig $BRIDGE create ifconfig $BRIDGE addm $WIRED addm $WLAN up ifconfig $WLAN up ifconfig $WIRED up ifconfig makeconf $CONF #mwldebug -i $WIRELESS keycache start_hostapd -K $CONF
Upload File
Create Folder