linux-wlan-ng/etc/pcmcia/wlan-ng.opts

37 lines
702 B
Plaintext
Executable File

# Wireless LAN adapter configuration
#
# wlan-ng.opts
#
# The address format is "scheme,socket,instance,hwaddr".
#
#
case "$ADDRESS" in
*,*,*,*)
# Do we want to enable the card at all? Set to 'n' if you wish
# to load the flash.
WLAN_ENABLE=y
# Do we want to be an AP? If not, set IS_AP to 'n' and the AP
# variables can be left blank
IS_AP=n
AP_FWIMAGE=/etc/wlan/t10001c0.hex
APBRIDGEDEVICE=eth0
APSSID="WLAN_PRISM2"
APBCNINT=100
APDTIMINT=3
APCFPOLLABLE=false
APCFPOLLREQ=false
APCFPPERIOD=3
APCFPMAXDURATION=100
APPROBEDELAY=100
APCHANNEL=6
APBASICRATES="2 4"
APOPRATES="2 4"
# Station Settings (SSID is all we have for now)
DESIRED_SSID="Set your own here"
;;
esac