## Path:	Hardware/Wireless
## Description:	
## Type:	yesno
## Default:	""
## ServiceRestart: network
# If you have a wireless NIC and want to set some special wireless parameters
# then you can do that here in this file globally for all cards you have. But
# you can write each of these variables to the interface specific ifcfg-* files
# to handle things per card.
# The WIRELESS_* variable names match the option names of iwconfig. Have a look
# at 'man iwconfig' for details. Except WIRELESS_NICK the variables do nothing
# if empty.
#
# This variables decides if the special handling for wireless HW is used. If you
# have only one network interface card and it is wireless you can set it here to
# 'yes'. But it is much better, if you use that variable in the interface
# configuration files 'ifcfg-*', which overrides the general settings made here.
WIRELESS=""

## Type:	string
## Default:	""
# Set the operating mode of the device, which depends on  the  network
# topology.  The mode can be Ad-hoc (network composed of  only  one  cell  and
# without Access  Point),  Managed  (network composed of many cells, with
# roaming or with an Access Point),  Mas ter  (the node is the synchronisation
# master or act as an Access Point), Repeater (the node forward packets on the
# air), Secondary (the node act as a backup master/repeater) or Auto
WIRELESS_MODE=""

## Type:	string
## Default:	""
# Set  the  ESSID (or Network Name - in some products it may also called Domain
# ID). The ESSID is used to identify  cells  which are part of the same virtual
# network.
WIRELESS_ESSID=""

## Type:	string
## Default:	""
# Set  the nickname, or the station name. Most 802.11 products do define it,
# but this is not used as  far as  the  protocols (MAC, IP, TCP) are concerned
# and completely accessory as far as configuration goes. If this variable is
# empty we use the hostname
WIRELESS_NICK=""

## Type:	string
## Default:	""
# Set  the  Network  ID  (in some products it is also called Domain ID). As all
# adjacent  wireless net works share the same medium, this parameter is used
# to differenciate  them (create  logical  colocated networks) and identify
# nodes belonguing to the same cell.
WIRELESS_NWID=""

## Type:	string
## Default:	""
# Set the  operating  frequency  or  channel  in  the device.  Value  below
# 1000 are the channel number, value over this is the frequency in  Hz.  You
# must append the suffix k, M or G to the value (for exam ple, "2.46G" for
# 2.46 GHz frequency), or add enough '0'.
WIRELESS_FREQ=""

## Type:	string
## Default:	""
# Channels  are  usually  numbered starting at 1, and you may use iwpriv(8) to
# get the  total  number  of channels   and   list  the  available frequencies.
# Depending on regulations, some frequencies/channels may not be available.
WIRELESS_CHANNEL=""

## Type:	string
## Default:	""
# Set  the  sensitivity threshold. This is the lowest signal level for which we
# attempt a  packet  recep tion, signal lower than this are not received. This
# is used to avoid receiving background noise
WIRELESS_SENS=""

## Type:	string
## Default:	""
# For  cards  supporting  multiple bit rates, set the bit-rate in b/s. The
# bit-rate is the speed at which bits  are transmitted  over  the  medium, the
# user speed of the link is lower due  to medium  sharing and overhead.
WIRELESS_RATE=""

## Type:	string
## Default:	""
# Used  to  manipulate  encryption or scrambling keys and encryption mode.  To
# set the current encryption key, just  enter  the key   in   hex  digits  as
# XXXX-XXXX-XXXX-XXXX  or XXXXXXXX. You can also enter the key as an ASCII
# string by  using  the  s: prefix. 'off' disables encryption. Additionally you
# may add 'open' or 'restricted' after the key, open set  the  system in open
# mode (accept non-encrypted packets) and restricted discard non-encrypted
# packets.
# Examples: "0123-4567-89"
#           "s:password"
#           "s:password open"
#           "off"               (Don't do that! No! No! No!)
WIRELESS_KEY=""

## Type:	string
## Default:	""
#  RTS/CTS adds a handshake before each packet  trans mission  to  make  sure
#  that the channel is clear.  This adds overhead,  but  increase  performance
#  in case  of  hidden  nodes  or  large number of active nodes.
WIRELESS_RTS=""

## Type:	string
## Default:	""
# Fragmentation allow to split a IP packet in a burst of  smaller fragments
# transmitted on the medium. In most cases this adds overhead, but  in  very
# noisy environment  this  reduce  the  error penalty.
WIRELESS_FRAG=""

## Type:	string
## Default:	""
# If you need other options for iwconfig, then write the complete option string
# as you would append it to iwconfig but without the interface name to the
# variables below. For multiple options you may (but need not) add linebreaks in
# the string.
WIRELESS_IWCONFIG_OPTIONS=""

## Type:	string
## Default:	""
# If you need to set options for iwspy, then write the complete option string as
# you would append it to iwspy but without the interface name to the variables
# below. For multiple options you may (but need not) add linebreaks in the
# string.
WIRELESS_IWSPY_OPTIONS=""

## Type:	string
## Default:	""
# If you need to set options for iwpriv then write the complete option string as
# you would append it to iwpriv but without the interface name to the variables
# below. For multiple options you may (but need not) add linebreaks in the
# string.
WIRELESS_IWPRIV_OPTIONS=""
