ESP8266 Developer Zone The Official ESP8266 Forum 2016-04-29T10:57:48+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=2103 2016-04-29T10:57:48+08:00 2016-04-29T10:57:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2103&p=6663#p6663 <![CDATA[Re: AT+CWLAP issues]]>
1. Does it only happen in this "UPC Wi-Free" ?
2. Does it happen every time ?
3. What is the real <ecn> of "UPC Wi-Free", is it an open AP ?

Code:

+CWLAP:(5,"UPC Wi-Free",-67,"46:32:c8:fe:10:b4",1,3,0)


Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Fri Apr 29, 2016 10:57 am


]]>
2016-04-28T01:04:14+08:00 2016-04-28T01:04:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2103&p=6642#p6642 <![CDATA[AT+CWLAP issues]]>

Code:

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:

<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?

Statistics: Posted by Pelican — Thu Apr 28, 2016 1:04 am


]]>