Other Parts Discussed in Thread: UNIFLASH
We have the CC3220 set up as an access point on a memory card, so we can pull data off the card over WiFi. We're able to connect to the card via a Windows laptop and then use Postman to send commands over WiFi.
Our customer has developed an app on an iPad to download the data over WiFi. They have a problem with the initial connection between iOS and the device. After iOS connects to the device, it sees there is a DNS server and it sends requests to the card asking for DNS mapping information like you would find in Zone files. The DNS server on the CC3220 does not provide valid responses to iOS, so the calls are repeated until a timeout of one minute is reached. The DNS question section of the response doesn't match the query, and Apple's resolver mDNSResponder ignores the response as unacceptable.
Our team figures that getting iOS working with a CC3220 configured as an Access Point has been done already. We've tried enabling different applications in UniFlash, but that hasn't resolved the issue. We haven't written any user code to deal with DNS, not even a call to turn off the server. We're hoping someone can provide a solution.