Wireless tools for Linux

This is an old revision of this page, as edited by Nopetro (talk | contribs) at 14:10, 21 February 2008. 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.

Each wireless adapter on your system has an "interface name" like "eth1" or "wlan0". One can see these by running 'iwconfig' from a terminal.

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