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,
MatStatistics: Posted by matkar — Wed Jul 29, 2015 6:49 pm
]]>