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 id

enc			1~3					1:none
								2:wep
								3:tkip
								
wpapsk			8~63 chars				WPAPSK password

adhocmode		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)

