.\" Jean II - HPLB - 96 .\" iwlist.8 .\" .TH IWLIST 8 "31 October 1996" "net-tools" "Linux Programmer's Manual" .\" .\" NAME part .\" .SH NAME iwlist \- Get wireless statistics from specific nodes .\" .\" SYNOPSIS part .\" .SH SYNOPSIS .BI "iwlist " interface " freq" .br .BI "iwlist " interface " ap" .br .BI "iwlist " interface " scan" .br .BI "iwlist " interface " rate" .br .BI "iwlist " interface " key" .br .BI "iwlist " interface " power" .br .BI "iwlist " interface " txpower" .br .BI "iwlist " interface " retry" .\" .\" DESCRIPTION part .\" .SH DESCRIPTION .B Iwlist is used to display some large chunk of information from a wireless network interface that is not displayed by iwconfig. This is typically list of parameters. .\" .\" PARAMETER part .\" .SH PARAMETERS .TP .BR freq / channel Give the list of available frequencies in the device and the number of defined channels. Please note that usually the driver returns the total number of channels and only the frequencies available in the present locale, so there is no one to one mapping between frequencies displayed and channel numbers. .TP .BR ap / accesspoint Give the list of Access Points in range, and optionally the quality of link to them. This feature is obsolte and now deprecated in favor of scanning support (below), and it will disappear in the future. .TP .BR scan [ning] Give the list of Access Points and Ad-Hoc cells in range, and optionally a whole bunch of information about them (ESSID, Quality, Frequency, Mode...). The type of information returned depend on what the card support. .br Triggering scanning is a priviledged operation .RI ( root only) and normal users can only read letf-over scan results. By default, the way scanning is done (the scope of the scan) will be impacted by the current setting of the driver. Also, this command is supposed to take extra arguments to control the scanning behaviour, but this is currently not implemented. .TP .BR rate / bit [rate] List the bit-rates supported by the device. .TP .BR key / enc [ryption] List the encryption key sizes supported and display all the encryption keys availables in the device. .TP .B power List the various Power Management attributes and modes of the device. .TP .B txpower List the various Transmit Power available on the device. .TP .B retry List the transmit retry limits and retry lifetime on the device. .\" .\" FILES part .\" .SH FILES .I /proc/net/wireless .\" .\" SEE ALSO part .\" .SH SEE ALSO .BR iwconfig (8), .BR ifconfig (8), .BR iwspy (8). .BR iwpriv (8).