# Wireless LAN adapter configuration # # All the Wireless specific configuration is done through the Wireless # Extensions, so we will just call 'iwconfig' with the right parameters # defined below. # Of course, you need to have iwconfig installled on your system. # To download iwconfig, or for more info on Wireless Extensions : # http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html # # Note : you don't need to fill all parameters, leave them blank, in most # cases the driver will initialise itself with sane defaults values or # automatically figure out the value... And not all drivers do support # all settings... # # Adapted from the original pcmcia-cs version by Jean Tourrilhes case "$ADDRESS" in *,*,*,*) INFO="My Network Settings" ESSID="My Network" MODE="Ad-Hoc" RATE="auto" KEY="s:secu1" # s: followed by five characters, if you're # using 40-bit WEP, e.g. Lucent Wavelan Silver # KEY="s:securityisfun" # s: followed by thirteen chars, for 128-bit WEP # e.g. Lucent Gold ;; esac