iwpriv_usage.txt
来自「华硕无线网卡 167G linux 驱动」· 文本 代码 · 共 71 行
TXT
71 行
iwpriv=================This is detailed explanation of each parameters for iwpriv.Before reading this document, make sure you already read README.-------------------------------------------------------------------------------------------------------USAGE: iwpriv rausb0 set [parameters]=[val]where[parameters] [val] range explaination----------------- ----------------------- ---------------------------------------------auth 0~2 0:open 1:shared 2:wpapsk 3:wpanone keyid 1~4 wep key idenc 1~3 1:none 2:wep 3:tkip wpapsk 8~63 chars WPAPSK passwordadhocmode 0~2 0: Plain 11Mbps mode in Ad-Hoc (IEEE 802.11g standard) 1: Auto mode in Ad-Hoc (violates IEEE 802.11g standard) 2: 54Mbps only.Examples===================================================================-------------------------------------------------------------------------------------------------------Example I: Config STA to link with AP which is OPEN/NONE(Authentication/Encryption) 1. iwconfig rausb0 mode Managed 2. iwconfig rausb0 enc none 3. iwconfig rausb0 essid "AP's SSID" Example II: Config STA to link with AP which is OPEN/WEP(Authentication/Encryption) 1. iwconfig rausb0 enc s:abcde 2. iwconfig rausb0 essid "AP's SSID" Example III: Config STA to link with AP which is WPAPSK/TKIP(Authentication/Encryption) 1. iwpriv rausb0 enc 3 2. iwconfig rausb0 essid "AP's SSID" 3. iwpriv rausb0 wpapsk 12345678 4. iwconfig rausb0 essid "AP's SSID" p.s Step 2 is part of generating wpapsk password and is necessary.NOTE:iwlist=================This is detailed explanation of each parameters for iwlist.-------------------------------------------------------------------------------------------------------iwlist rausb0 scanning ; list the result after scanning(site survey)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?