Code: Select all
AT+GMR
AT version:1.0.0.0(Apr 16 2016 13:02:45)
SDK version:1.5.3(aec24ac9)
compile time:Apr 18 2016 14:20:15
OK
AT+CWLAP
+CWLAP:(3,"DIRECT-s1M2020 Series",-62,"32:cd:a7:98:07:3a",1,32767,0)
+CWLAP:(4,"Pelican Network",-66,"44:32:c8:fe:10:b2",1,3,0)
+CWLAP:(5,"UPC Wi-Free",-67,"46:32:c8:fe:10:b4",1,3,0)
+CWLAP:(0,"UPC Wi-Free",-73,"06:7c:34:43:d9:fa",6,-71,0)
+CWLAP:(4,"UPC9853893",-74,"64:7c:34:43:d9:fa",6,-69,0)
+CWLAP:(4,"UPC7647279",-77,"64:7c:34:5d:86:f2",11,-56,0)
+CWLAP:(0,"UPC Wi-Free",-77,"06:7c:34:5d:86:f2",11,-57,0)
+CWLAP:(3,"Immortal",-78,"c8:d7:19:d4:86:35",11,6,0)
+CWLAP:(3,"IamtheLaw",-80,"00:25:86:d1:5c:f6",8,-11,0)
OK
According to 4a-esp8266_at_instruction_set_en_v1.5.3.pdf the ecn could be 0-4
Code: Select all
<ecn>
0 OPEN
1 WEP
2 WPA_PSK
3 WPA2_PSK
4 WPA_WPA2_PSK
So what would be the '5' ecn in the third row?