LinuxCommandLibrary

iwlist

retrieves detailed information from a wireless network interface including

TLDR

Scan for networks

$ iwlist wlan0 scan
copy
List frequencies
$ iwlist wlan0 frequency
copy
List bit rates
$ iwlist wlan0 rate
copy
Show WPA authentication
$ iwlist wlan0 auth
copy
Show WPA keys
$ iwlist wlan0 wpakeys
copy
Show encryption keys
$ iwlist wlan0 keys
copy
Show power management
$ iwlist wlan0 power
copy

SYNOPSIS

iwlist interface action

DESCRIPTION

iwlist retrieves detailed information from a wireless network interface including available networks, supported frequencies, bit rates, and encryption capabilities.

PARAMETERS

scan

List available networks in range
frequency
Show available frequencies/channels
rate
Show supported bit rates
auth
Display authentication parameters
wpakeys
Show WPA encryption keys
keys
Show WEP encryption keys and sizes
power
Display power management settings
txpower
Show transmit power settings
genie
Show WPA information elements

CAVEATS

iwlist is deprecated in favor of iw. Scanning may briefly disrupt connectivity. Some information requires root privileges to display.

HISTORY

iwlist was part of the wireless-tools package, providing wireless network information on Linux.

SEE ALSO

iw(8), iwconfig(8), nmcli(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community