WIFI实践入门--基本命令--iwlist

WIFI实践入门--基本命令--iwlist

1.作用

从无线接口获得更详细的无线信息

2.语法

iwlist [interface] scanning
iwlist [interface] frequency
iwlist [interface] rate
iwlist [interface] keys
iwlist [interface] power
iwlist [interface] txpower
iwlist [interface] retry
iwlist [interface] event
iwlist [interface] auth
iwlist [interface] wpakeys
iwlist [interface] genie
iwlist [interface] modulation
iwlist --help
iwlist --version

3.参数说明

scan – 给出范围内的访问点和Ad-Hoc单元的列表,以及可选的一大堆关于它们的信息(ESSID、质量、频率、模式……)。返回的信息类型取决于卡所支持的内容。

freq/channel – 给出设备中可用频率的列表和已定义频道的数量。

rate/bit – 列出设备支持的速率。

keys/enc – 列出支持的加密密钥大小,并列出设备中设置的所有加密密钥。

power – 列出设备的各种电源管理属性和模式。

txpower – 列出设备上可用的各种传输功率。

retry – 列出设备上的传输重试限制和重试生存期。

ap/accesspoint/peers – 给出范围内的访问点列表,以及可选的链接质量。

event – 列出设备支持的无线事件。

auth – 列出最近设置的WPA身份验证参数。

wpa – 列出设备中设置的所有WPA加密密钥。

genie – 列出设备中设置的通用信息元素(用于WPA支持)。

modu – 列出设备支持的调制和当前启用的调制。

–version – 显示工具的版本,以及为工具和各种无线接口推荐的和当前的无线扩展版本。

温馨提示:
以上文章描述如有不清晰之处,欢迎在评论区评论,如有时间,会第一时间回复,谢谢!

猜你喜欢

转载自blog.csdn.net/qq_20677327/article/details/105243169