Wireless LAN adapter configuration # case "$ADDRESS" in # Lawn stuff lawn,*,*,*) INFO="LAWN" ESSID="GTwireless" MODE="Managed" KEY="xxxxxxxxxx" ;; #room stuff room,*,*,*) INFO="apartment room" ESSID="ssaw318" MODE="Ad-Hoc" KEY="off" ;; # Generic example (decribe all possible settings) #*,*,*,*) # INFO="Fill with your own settings..." # # ESSID (extended network name) : My Network, any # ESSID="" # # NWID/Domain (cell identifier) : 89AB, 100, off # NWID="" # # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto # MODE="" # # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency) # FREQ="" # CHANNEL="" # # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm) # SENS="" # # Bit rate : auto, 1M, 11M # RATE="" # # Encryption key : 4567-89AB-CD, s:password # KEY="" # # RTS threshold : off, 500 # RTS="" # # Fragmentation threshold : off, 1000 # FRAG="" # # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB # IWCONFIG="" # # iwspy parameters : + 01:23:45:67:89:AB # IWSPY="" # # iwpriv parameters : set_port 2, set_histo 50 60 # IWPRIV="" # ;; esac