User's Manual

WizFi320 User Manual
© Copyright 2021 WIZnet Co., Ltd. All rights reserved. 22
Because of the parallel timing, this print may be before or after
OK
, or it
may not be printed because the AP does not support IPv6.
Example
// If the target AP's SSID is "abc" and the password is "0123456789", the command
should be:
AT+CWJAP="abc","0123456789"
// If the target AP's SSID is "ab\,c" and the password is "0123456789"\", the
command should be:
AT+CWJAP="ab\\\,c","0123456789\"\\"
// If multiple APs all have the SSID of "abc", the target AP can be found by BSSID:
AT+CWJAP="abc","0123456789","ca:d7:19:d8:a6:44"
// If esp-at is required that connect to a AP by protected management frame, the
command should be:
AT+CWJAP="abc","0123456789",,,,,,,3
AT+CWRECONNCFG: Query/Set the Wi-Fi
Reconnecting Configuration
Query Command
Function:
Query the configuration of Wi-Fi reconnect.
Command:
AT+CWRECONNCFG?
Response:
+CWRECONNCFG:<interval_second>,<repeat_count>
OK
Set Command
Function:
Set the configuration of Wi-Fi reconnect.
Command:
AT+CWRECONNCFG=<interval_second>,<repeat_count>
Response:
OK
Parameters
<interval_second>: the interval between Wi-Fi reconnections. Unit:
second. Default: 0. Maximum: 7200.