Wireless tools for Linux

This is an old revision of this page, as edited by SmackBot (talk | contribs) at 11:39, 19 July 2007 (Date/fix the maintenance tags or gen fixes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Wireless tools for Linux is a package maintained by Jean Tourrilhes to facilitate the manipulation of the Linux Wireless Extension. It is a set of simple text-based tools intended to support the full wireless extension[1]. In many GNU/Linux distributions, this package is included by default, or based on whether a wireless card is present. If it is not automatically installed by the distribution, it is usually easy to find in binary form. As an example, on an Ubuntu (Debian based) distribution, this package can be installed with the following command:

user@host:~$ sudo apt-get install wireless-tools

Followed by the user's password.

Package tools

  • ifrename: Name wireless interfaces.
  • iwconfig: Change and view basic wireless parameters.
  • iwlist: Scanning and listing of information about wireless networks.
  • iwpriv: Manipulate Wireless Extension parameters specific to a driver.
  • iwspy: View node link quality.

See also

References