Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > a6eebfd756bf85f88655016384060b55 > files > 4

linux-wlan-0.3.4-5.i686.rpm

# Wireless LAN adapter configuration
#
# wlan.opts 1.1 by Mark S. Mathews
#
# The address format is "scheme,socket,instance,hwaddr".
#
#

case "$ADDRESS" in
*,*,*,*)

	# Scan for which SSID?
	SCAN_SSID=""
#	DESIRED_SSID="WORK_BSS"
	DESIRED_SSID="HOME_BSS"

	# Scan for which BSS and type?
	SCAN_BSSID="ff:ff:ff:ff:ff:ff"
	SCAN_BSSTYPE=both		# both|ind|infr
	SCAN_TYPE=active		# active|passive
	
	# Define scan range
	SCAN_STARTCH=1
	SCAN_ENDCH=11
	SCAN_TIMEPERCHANNEL=100

	# Create a BSS if one not detected?
	CREATEBSS=no
	CREATE_SSID=BreakInPlease	# Pick your own SSID and channel!!!
	CREATE_CHANNEL=1
	CREATE_BCN_INT=100

	# Are we only sniffing? (don't auth and assoc)
	SNIFONLY=n

	# Frame conversion type
	P80211_CONVERSION=rfc1042	# encapsulation|rfc1042|802.1h

	# Wep stuff  (currently unsupported, Don't turn it on!)
	PRIVACY=no
	WEP_EXCLUDE=noexclude_unencrypted
	WEP_DEFKEY=0
	WEP_KEY1="f1:10:ec:e0:dc"
	WEP_KEY2="0f:f2:04:09:fb"
	WEP_KEY3="13:37:f2:f9:2d"
	WEP_KEY4="e9:17:19:63:c7"
    ;;
esac