Instructions

" " ! "
Espressif Systems
ESP8266
AT Instruction Set
9.
AT+CWQAP – Disconnect from AP
10.
AT+CWSAP – Configuration of softAP mode
AT+CWQAP - Disconnect from AP
Command
AT+ CWQAP
Response
OK
Parameters
null
AT+ CWSAP – Configuration of softAP mode
[@deprecated]. Please use AT+CWSAP_CUR or AT+CWSAP_DEF instead.
Example
AT+CWSAP="ESP8266", "1234567890", 5, 3
Command
AT+CWSAP?
Response
+CWSAP:<ssid>, <pwd>, <chl>, <ecn>, <max conn>, <ssid hidden>
Parameters
<ssid> string, ESP8266 softAP’s SSID
<pwd> string, range: 8 ~ 64 bytes ASCII
<chl> channel ID
<ecn>
0 : OPEN
2 : WPA_PSK
3 : WPA2_PSK
4 : WPA_WPA2_PSK
<max conn>
maximum count of stations that are allowed to connect to ESP8266 soft-AP
range: [1, 4]
<ssid hidden> Broadcast SSID by default
0 : broadcast SSID of ESP8266 soft-AP
1 : do not broadcast SSID of ESP8266 soft-AP
Command
AT+CWSAP=<ssid>, <pwd>, <chl>, <ecn>[, <max conn>][, <ssid hidden>]
Response
OK
Parameters
The same as above.
Notes
This CMD is only available when softAP is active.
ESP8266 softAP does not support WEP.
Configuration changes will be stored in flash system parameter area.
Espressif Systems / Friday, July 15, 201631 73