User's Manual
WizFi320 User Manual
© Copyright 2021 WIZnet Co., Ltd. All rights reserved. 25
Example
// The first parameter is 1, meaning that the result of the command AT+CWLAP will be
ordered according to RSSI;
// The second parameter is 31, namely 0x1F, meaning that the corresponding bits of
<print mask> are set to 1. All parameters will be shown in the result of AT+CWLAP.
AT+CWLAPOPT=1,31
AT+CWLAP
// Just show the AP which authmode is OPEN
AT+CWLAPOPT=1,31,-100,1
AT+CWLAP
AT+CWLAP: List Available APs
Set Command
Function:
Query the APs with specified parameters, such as the SSID, MAC address, or
channel.
Command:
AT+CWLAP=[<ssid>,<mac>,<channel>,<scan_type>,<scan_time_min>,<scan_time_max>]
Execute Command
Function:
List all available APs.
Command:
AT+CWLAP
Response:
+CWLAP:<ecn>,<ssid>,<rssi>,<mac>,<channel>,<freq_offset>,<freqcal_val>,<pairwise_cip
her>,<group_cipher>,<bgn>,<wps>
OK
Parameters
• <ecn>: encryption method.
o 0: OPEN
o 1: WEP
o 2: WPA_PSK
o 3: WPA2_PSK
o 4: WPA_WPA2_PSK
o 5: WPA2_ENTERPRISE
o 6: WPA3_PSK
o 7: WPA2_WPA3_PSK










