ESP8266 Developer Zone The Official ESP8266 Forum 2015-07-31T11:55:08+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=852 2015-07-31T11:55:08+08:00 2015-07-31T11:55:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=852&p=2958#p2958 <![CDATA[Re: IoT Demo Example - enable WPA/WPA2]]>
Here is an example of ESP8266 soft-AP configuration

If your problem is still unsolved, please provide your test code and we will have a try.

Thanks for your interest in Espressif Systems and ESP8266 !

Statistics: Posted by ESP_Faye — Fri Jul 31, 2015 11:55 am


]]>
2015-07-29T18:49:48+08:00 2015-07-29T18:49:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=852&p=2919#p2919 <![CDATA[IoT Demo Example - enable WPA/WPA2]]> I'm new here. I have successfully compiled the IoT example which creates an unencrypted (open) access point (softAP). I have no problem connecting to it.
Then I changed the user_config.h file by uncommenting the line #define SOFTAP_ENCRYPT to enable encryption.
In this case access point is created but I'm unable to connect to it. I tried with default password "v*%W>L<@i&Nxe!" and also tried to change it to something else ("1234567890").
I have also tried changing the config.authmode = AUTH_WPA_WPA2_PSK; line to config.authmode = AUTH_WPA_PSK; in user_esp_platform.c but the result is the same. The connection is not established.
Am I missing something?

Regards,
Mat

Statistics: Posted by matkar — Wed Jul 29, 2015 6:49 pm


]]>