NAME
wireless - Wireless Tools and Wireless Extensions
SYNOPSIS
iwconfig iwpriv -a
DESCRIPTION
The Wireless Extensions is an API allowing you manipulate Wireless LAN networking interfaces. It is composed of a variety of tools and configuration files. It is documented in more detail in the Linux Wireless LAN Howto. The Wireless Tools are used to change the configuration of wireless LAN networking interfaces on the fly, to get their current configuration, to get statistics and diagnose them. They are described in their own man page, see below for references. Wireless configuration is specific to each Linux distribution. This man page will contain in the future the configuration procedure for a few common distributions. For the time being, check the file DISTRIBUTIONS.txt included with the Wireless Tools package.
DEBIAN 3.0
In Debian 3.0 (and later) you can configure wireless LAN networking devices using the network configuration tool ifupdown(8). File : /etc/network/interfaces Form : wireless-<function> <value> wireless-essid Home wireless-mode Ad-Hoc See also : /etc/network/if-pre-up.d/wireless-tools /usr/share/doc/wireless-tools/README.Debian
SuSE 8.0
SuSE 8.0 (and later) has integrated wireless configuration in their network scripts. Tool : Yast2 File : /etc/sysconfig/network/wireless /etc/sysconfig/network/ifcfg-* Form : WIRELESS_<function>=<value> WIRELESS_ESSID="Home" WIRELESS_MODE=Ad-Hoc See also : man ifup info scpm
ORIGINAL PCMCIA SCRIPTS
If you are using the original configuration scripts from the Pcmcia package, you can use this method. File : /etc/pcmcia/wireless.opts Form : *,*,*,*) ESSID="Home" MODE="Ad-Hoc" ;; See also : /etc/pcmcia/wireless File PCMCIA.txt part of Wireless Tools package
AUTHOR
Jean Tourrilhes - jt@hpl.hp.com http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
SEE ALSO
iwconfig(8), iwlist(8), iwspy(8), iwpriv(8), iwevent(8).
More Linux Commands
manpages/TIFFcolor.3tiff.html
TIFFcolor(3tiff) - color conversion routines. (Man Page)....
TIFF supports several color spaces for images stored in that format. There is usually a problem of application to handle the data properly and convert between d
manpages/Class::Struct.3pm.html
Class::Struct(3pm) - declare struct-like datatypes as Perl c
Class::Struct exports a single function, struct. Given a list of element names and types, and optionally a class name, struct creates a Perl 5 class that implem
manpages/timer_create.2.html
timer_create(2) - create a POSIX per-process timer (ManPage)
timer_create() creates a new per-process interval timer. The ID of the new timer is returned in the buffer pointed to by timerid, which must be a non-null point
manpages/autouse.3pm.html
autouse(3pm) - postpone load of modules until a function is
If the module Module is already loaded, then the declaration use autouse Module => qw(func1 func2($;$)); is equivalent to use Module qw(func1 func2); if Module
manpages/update-pciids.8.html
update-pciids(8) - download new version of the PCI ID list
update-pciids fetches the current version of the pci.ids file from the primary distribution site and installs it. This utility requires curl, wget or lynx to be
manpages/lockward.6x.html
lockward(6x) - Rotating spinning color-cycling things.......
lockward draws a spinning, rotating set of notched wheels overlaid with some flashing effects, using OpenGL. Its a sort of cross between the wards in a combinat
manpages/gnutls_openpgp_crt_get_fingerprint.3.html
gnutls_openpgp_crt_get_fingerprint(3) - API function........
Get key fingerprint. Depending on the algorithm, the fingerprint can be 16 or 20 bytes. RETURNS On success, 0 is returned. Otherwise, an error code. REPORTING B
manpages/Tcl_DetachPids.3.html
Tcl_DetachPids(3) - manage child processes in background....
Tcl_DetachPids and Tcl_ReapDetachedProcs provide a mechanism for managing subprocesses that are running in background. These procedures are needed because the p
manpages/SDL_GetModState.3.html
SDL_GetModState(3) - Get the state of modifier keys.........
Returns the current state of the modifier keys (CTRL, ALT, etc.). RETURN VALUE The return value can be an ORd combination of the SDLMod enum. SDLMod typedef enu
manpages/smi_util.3.html
smi_util(3) - SMI type utility functions - Linux man page...
These functions FILES /usr/include/smi.h SMI library header file SEE ALSO libsmi(3), smi_module(3), smi.h AUTHOR (C) 1999-2001 Frank Strauss, TU Braunschweig, G
manpages/errstr.1ssl.html
errstr(1ssl) lookup error codes (Commands - Linux man page)
Sometimes an application will not load error message and only numerical forms will be available. The errstr utility can be used to display the meaning of the he
manpages/Tcl_CreateTrace.3.html
Tcl_CreateTrace(3) - arrange for command execution to be tra
Tcl_CreateObjTrace arranges for command tracing. After it is called, objProc will be invoked before the Tcl interpreter calls any command procedure when evaluat
