1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/linux/iwlist.md
Fazle Arefin 0eee8f9fe3
iwlist: add page (#12460)
* iwlist: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2024-03-06 22:56:36 +05:30

36 lines
947 B
Markdown

# iwlist
> Get detailed information from a wireless interface.
> More information: <https://manned.org/iwlist.8>.
- Display the list of access points and ad-hoc cells in range:
`iwlist {{wireless_interface}} scan`
- Display available frequencies in the device:
`iwlist {{wireless_interface}} frequency`
- List the bit-rates supported by the device:
`iwlist {{wireless_interface}} rate`
- List the WPA authentication parameters currently set:
`iwlist {{wireless_interface}} auth`
- List all the WPA encryption keys set in the device:
`iwlist {{wireless_interface}} wpakeys`
- List the encryption key sizes supported and list all the encryption keys set in the device:
`iwlist {{wireless_interface}} keys`
- List the various power management attributes and modes of the device:
`iwlist {{wireless_interface}} power`
- List generic information elements set in the device (used for WPA support):
`iwlist {{wireless_interface}} genie`