ESP8266 Developer Zone The Official ESP8266 Forum 2015-05-04T15:05:49+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=235 2015-05-04T15:05:49+08:00 2015-05-04T15:05:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=1606#p1606 <![CDATA[Re: Connection with Apple devices not working in AP mode]]>
sorry for the late reply, structure softap_config need to be initialized.

Code:

   struct softap_config ap_config;
   os_memset(&ap_config, 0, sizeof(ap_config));


or

Code:

   struct softap_config config;
   wifi_softap_get_config(&config); // Get config first.


you could refer to softAP config demo http://bbs.espressif.com/viewtopic.php?f=21&t=227

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Mon May 04, 2015 3:05 pm


]]>
2015-04-28T05:42:09+08:00 2015-04-28T05:42:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=1556#p1556 <![CDATA[Re: Connection with Apple devices not working in AP mode]]>

Statistics: Posted by Anki — Tue Apr 28, 2015 5:42 am


]]>
2015-04-22T10:01:26+08:00 2015-04-22T10:01:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=1457#p1457 <![CDATA[Re: Connection with Apple devices not working in AP mode]]>
  1. I am using an AI-Thinker ESP8266MOD AKA ESP-12 module for development
  2. Load the attached firmware onto the Espressif eval board. Code may also be compiled from attached source against the v1.0.1_b2 SDK.
  3. Attempt to connect to the wifi network AnkiEspressif with an Apple device. I have tried using an iPhone 4S, an iPhone 5 and and iPhone 5S all running iOS 8
  4. Apple device says

    Unable to join the network "AnkiEspressif"
    and does not connect to the WiFi.

When I try connecting to the same Espressif AP with a PC, it works fine.

I am in the process of collecting raw network captures with WireShark and will attach once I have them.
binaries.zip

esp8266-udp-throughput-test-master.zip

Statistics: Posted by Anki — Wed Apr 22, 2015 10:01 am


]]>
2015-04-22T09:39:34+08:00 2015-04-22T09:39:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=1455#p1455 <![CDATA[Re: Connection with Apple devices not working in AP mode]]>
Do you mean the icon problem that apple device connected to ESP8266 softAP may not show the WiFi icon ?

We are still working on it , sorry for the inconvenience.

But we can't replicate your "Incorrect Password" problem, can you offer more details about your test steps ?

which apple device are you using ?

Statistics: Posted by ESP_Faye — Wed Apr 22, 2015 9:39 am


]]>
2015-04-22T05:04:13+08:00 2015-04-22T05:04:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=1453#p1453 <![CDATA[Re: Connection with Apple devices not working in AP mode]]>
This is a complete show stopper for me and I believe many other people, could we please get some attention from Espressif on this?

Thank you.

Statistics: Posted by Anki — Wed Apr 22, 2015 5:04 am


]]>
2015-04-18T03:08:01+08:00 2015-04-18T03:08:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=1405#p1405 <![CDATA[Re: Connection with Apple devices not working in AP mode]]>
Apple devices trying to associate with the ESP in AP mode report "Incorrect Password" even with the correct password and do not associate. The debug output from the ESP shows the device joining the network.

I'd be happy to conduct any testing or collect any packet logs necessary to help debug this issue.

Statistics: Posted by Anki — Sat Apr 18, 2015 3:08 am


]]>
2015-03-03T19:26:24+08:00 2015-03-03T19:26:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=886#p886 <![CDATA[Re: Connection with Apple devices not working in AP mode]]>
Thanks for bug reporting !

we will fix it ASAP.

Statistics: Posted by ESP_Faye — Tue Mar 03, 2015 7:26 pm


]]>
2015-03-02T12:32:51+08:00 2015-03-02T12:32:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=235&p=854#p854 <![CDATA[Connection with Apple devices not working in AP mode]]>
SDK0.9.3 and lower OK

SDK0.9.4 and higher
iPhone 5c, 4, iPad2, iPod5 will not connect in AP mode.
iPhone 3GS (with old OS - not sure which version right now) works OK.

Feedback on UART does not indicate any problems and shows a connection, but it doesn't work.

Scott.

Statistics: Posted by ScottR — Mon Mar 02, 2015 12:32 pm


]]>