Instructions
" " ! "  
 Espressif Systems
ESP8266 
AT Instruction Set
7.
AT+CWLAPOPT – Set configuration for command AT+CWLAP 
This command is to set the configuration for command AT+CWLAP, whether the result of AT+CWLAP 
will be ordered according to <rssi>, and which parameters will be shown in the result of AT+CWLAP.!
AT+CWLAPOPT - Set configuration for command AT+CWLAP 
Example
AT+CWLAPOPT=1, 127 
The first parameter is 1, means that the result of command AT+CWLAP will be 
listed according to <rssi> 
The second parameter 127 which is 0x7F, means that all bits in <mask> are 1, so 
all parameters in the result of AT+CWLAP will be shown.
Command
AT+CWLAPOPT =<sort_enable>, <mask>
Response
OK
Parameters
<sort_enable> 
whether the result of AT+CWLAP will be ordered according to <rssi> 
0 : do not order by <rssi> 
1 : order by <rssi> 
<mask>  
which parameters will be shown in the result of AT+CWLAP, 0 means that do 
not show the parameter corresponding to the bit, 1 means to show it. 
bit 0 sets whether <ecn> will be shown in the result of AT+CWLAP , 
bit 1 sets whether <ssid> will be shown in the result of AT+CWLAP , 
bit 2 sets whether <rssi> will be shown in the result of AT+CWLAP , 
bit 3 sets whether <mac> will be shown in the result of AT+CWLAP , 
bit 4 sets whether <ch> will be shown in the result of AT+CWLAP , 
bit 5 sets whether <freq offset> will be shown in the result of AT+CWLAP , 
bit 6 sets whether <freq calibration> will be shown in the result of AT
+CWLAP .
Espressif Systems   /   Friday, July 15, 201629 73










