iwlist: add page (#12460)

* iwlist: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/25/head
Fazle Arefin 2024-03-07 04:26:36 +11:00 committed by GitHub
parent 870dcac574
commit 0eee8f9fe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

36
pages/linux/iwlist.md Normal file
View File

@ -0,0 +1,36 @@
# 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`