User's Manual

Table Of Contents
Report Status
AT+i Programmer‘s Manual Version 8.32 4-4
Report Option
Format
10
I/(<port stat>, <xfer rate>, <sig level>, <lnk qual>)
port stat -Port Status: 0: Wireless LAN adapter not present
1: Wireless LAN adapter disabled
2: Searching for initial connection
4: Connected
5: Out of range
xfer rate -- Transfer rate in the range 1..54
sig level -- Signal level [%], in the range 0..100
lnk qual -- Link quality [%], in the range 0..100
I/OK
AT+i!RP10
Returns a report of the current WLAN connection.
<SSID>,<BSSID>,<security type>,<WPA status>,<channel>,<SNR>
I/OK
where
<security type>=NONE|WEP64|WEP128|WPA|WPA2
<WPA status>=Completed|Not Completed
<WPA status> indicates, when WPA/WPA2 security is specified, whether WPA
negotiation completed or not.
Notes:
For Ad-Hoc networks, SSID starts with (!).
WPA status is reported whether WPA negotiation completed or not.
For example:
Jetta,06:14:6C:69:4A:7C,WPA,Completed,1,68
I/OK
11
iChip scans all available Access Points (APs) in the surrounding area and returns a list
of APs. Each line contains the following comma-separated fields: SSID, security
scheme, and signal strength. The AP having the strongest signal appears first.
<SSID>,<security_scheme>,<signal_strength><CR><LF>
<SSID>,<security_scheme>,<signal_strength><CR><LF>
.
.
<SSID>,<security_scheme>,<signal_strength><CR><LF>
I/OK<CR><LF>
where,
SSID Up to 32 alphanumeric characters
security_scheme None | WEP | WPA
signal_strength 0 - low, 1 - good, 2 - excellent
Note: If no APs are detected, only I/OK<CR><LF> is returned.
AT+i!RP11
Returns a list of all Ad-Hoc networks available in the surrounding area.
Each line contains the following comma-separated fields:
SSID, security scheme, and signal strength. Security scheme for Ad-Hoc networks is
NONE. The Ad-Hoc network having the strongest signal appears first.
<SSID>, NONE, <signal_strength><CR><LF>
<SSID>, NONE, <signal_strength><CR><LF>
.
.
<SSID>, NONE, <signal_strength><CR><LF>
I/OK<CR><LF>
where