snippetbashTip
iwlist — Get detailed information from a wireless interface. More information: <https://manned.org/iwlist>.
Viewed 0 times
commanddetailedfromcliinformationiwlistwirelessget
linux
Problem
How to use the
iwlist command: Get detailed information from a wireless interface. More information: <https://manned.org/iwlist>.Solution
iwlist — Get detailed information from a wireless interface. More information: <https://manned.org/iwlist>.Display the list of access points and ad-hoc cells in range:
iwlist {{wireless_interface}} scanDisplay available frequencies in the device:
iwlist {{wireless_interface}} frequencyList the bit-rates supported by the device:
iwlist {{wireless_interface}} rateList the WPA authentication parameters currently set:
iwlist {{wireless_interface}} authList all the WPA encryption keys set in the device:
iwlist {{wireless_interface}} wpakeysList the encryption key sizes supported and list all the encryption keys set in the device:
iwlist {{wireless_interface}} keysList the various power management attributes and modes of the device:
iwlist {{wireless_interface}} powerList generic information elements set in the device (used for WPA support):
iwlist {{wireless_interface}} genieCode Snippets
Display the list of access points and ad-hoc cells in range
iwlist {{wireless_interface}} scanDisplay available frequencies in the device
iwlist {{wireless_interface}} frequencyList the bit-rates supported by the device
iwlist {{wireless_interface}} rateList the WPA authentication parameters currently set
iwlist {{wireless_interface}} authList all the WPA encryption keys set in the device
iwlist {{wireless_interface}} wpakeysContext
tldr-pages: linux/iwlist
Revisions (0)
No revisions yet.