Ubuntu下无线管理工具之iwlist
说明,本文翻译自man iwlist,若遇到不能理解的地方请参考man文档
概要
iwlist用于从无线接口获取更多的详细的无线信息
使用方法
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
参数
scan[ning]
返回Access Points和Ad-Hoc列表和他们的相关信息
无线扫描是一个特权操作,只有root用户可以触发,普通用户是通过读取以前的扫描信息来或的列表的。
freq[uency]/channel
返回设备可用的频率和定义的信道(channel)列表
rate/bit[rate]
列出设备支持的bit-rate
keys/enc[ryption]
列出支持的加密key大小和设备中所有加密key集合
power
列出设备电源管理属性和模式
txpower
列出各种设备可用的Transmit Powers
retry
列出设备上的重传限制
ap/accesspoint/peers(过时)
event
列出设备支持的无线事件
auth
列出当前设置的WPA认证参数
wpa[keys]
列出设备中所有WPA加密key集合
genie
列出设备中的Generic Information Elements集合
modu[lation]
列出设备支持的调制(modulation)和当前使用的调制
阅读(2691) | 评论(0) | 转发(0) |