# Wireless LAN adapter configuration # case "$ADDRESS" in # My Network (decribe all possible settings) *,*,*,*) INFO="NetGear MA401 Network Adapter" # ESSID (extended network name) : My Network ESSID="MyNetwork" # NWID/Domain (cell identifier) : 89AB, 100, off # NWID="" # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto MODE="Managed" # Frequency or channel : 1, 2, 3 (channel) ; 2.422G, 2.46G (frequency) # FREQ="2.442G" # CHANNEL="7" # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm) # SENS="" # Bit rate : auto, 1M, 11M RATE="auto" # Encryption key : 4567-89AB-CD, s:password # 128-bit WEP: KEY="11111111111111111111111111" # 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