
4. iwpriv ra0 set SSID="AP's SSID"
5. iwpriv ra0 set WPAPSK=12345678
6. iwpriv ra0 set SSID="AP's SSID"
4.4.3
Get site survey
use:
iwpriv ra0 get_site_survey
4.4.4
Get Statistics
use:
iwpriv ra0 stat
; read statistic counter
iwpriv ra0 set ResetCounter=0
; reset statistic counter
4.4.5
ANY SSID
Link with an AP which is the largest strength, set ANY SSID (ssidLen=0)
use:
iwconfig ra0 essid ""
or
iwpriv ra0 set SSID=""
4.5
iwlist
This section describes parameters set using iwlist. Please refer to the Readme section for more general data.
iwlist ra0 scanning - list the results after scanning(manual rescan)
4.6
iwconfig
The subsequent settings are used in the standard iwconfig configuration
1)
iwconfig ra0 essid {NN|on|off}
; set essid
2)
iwconfig ra0 mode {managed|ad-hoc|...}
; set wireless mode
3)
iwconfig ra0 freq N.NNNN[k|M|G]]
; set frequency
4)
iwconfig ra0 channel N
; set channel
5)
iwconfig ra0 ap {N|off|auto}
; set AP address
6)
iwconfig ra0 nick N
; set nickname
7)
iwconfig ra0 rate {N|auto|fixed}
; set rate
8)
iwconfig ra0 rts {N|auto|fixed|off}
; set RTS threshold
9)
iwconfig ra0 frag {N|auto|fixed|off}
; set Fragment threshold
10)
iwconfig ra0 enc {NNNN-NNNN|off}
; set encryption type
11)
iwconfig ra0 power {period N|timeout N}
; set power management modes
Note: Refer to the 'iwconfig', 'iwlist' and 'iwpriv' sections for wireless extension instructions.
25/75