
##
# --- Wireless
#
#WIRELESS_ESSID             # ESSID (extended network name) : My Network, any
#WIRELESS_NWID              # NWID/Domain (cell identifier) : 89AB, 100, off
#WIRELESS_MODE              # Operation mode : Ad-Hoc, Managed, Master, Repeater, Secondary, auto
#WIRELESS_FREQ              # 2.422G, 2.46G (frequency)
#WIRELESS_CHANNEL           # 1, 2, 3 (channel)
#WIRELESS_SENS              # Sensitivity (cell size + roaming speed) : 1, 2, 3 ; -70 (dBm)
#WIRELESS_RATE              # Bit rate : auto, 1M, 11M
#WIRELESS_RTS               # RTS threshold : off, 500
#WIRELESS_FRAG              # Fragmentation threshold : off, 1000
#WIRELESS_IWCONFIG          # Other iwconfig parameters : power off, ap 01:23:45:67:89:AB
#WIRELESS_IWSPY             # iwspy parameters : + 01:23:45:67:89:AB
#WIRELESS_IWPRIV            # iwpriv parameters : set_port 2, set_histo 50 60
#WIRELESS_KEY               # Encryption key : 4567-89AB-CD, s:password
#WIRELESS_WPAKEY            # WPA/WPA2 pre-shared key (PSK): at least 8 ASCII characters
#WIRELESS_DRIVER            # Driver name for WPA/WPA2 support: madwifi

WIRELESS_ESSID="ssid"
WIRELESS_NWID=""
WIRELESS_MODE="managed"
#WIRELESS_FREQ=""
#WIRELESS_CHANNEL=""
#WIRELESS_SENS=""
#WIRELESS_RATE=""
#WIRELESS_RTS=""
#WIRELESS_FRAG=""
WIRELESS_IWCONFIG=""
WIRELESS_IWSPY=""
WIRELESS_IWPRIV=""
WIRELESS_WPAKEY=""
WIRELESS_KEY="abcdef"
WIRELESS_WPAKEY=""
WIRELESS_DRIVER=madwifi 

