Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
Brian Tristam Williams edited this page Aug 23, 2020 · 2 revisions

AT+CWLAP - Lists available APs

Type Instruction Response Function
Set AT+CWLAP=ssid,mac,ch +CWLAP:ecn,ssid,rssi,mac OK Search available APs with specific conditions.
Execute AT+CWLAP +CWLAP:ecn,ssid,rssi,mac OK Lists all available APs.

Parameter description:
ecn:
0 OPEN
1 WEP
2 WPA_PSK
3 WPA2_PSK
4 WPA_WPA2_PSK
ssid: string, SSID of AP
rssi: signal strength
mac: string, MAC address

Clone this wiki locally