I just wanted to know about out_of_box example, where it serves a webpage as mysimplelink.net . There is provision to add profiles(different SSID) with password. I just wanted to know where in C code of OOB example, they are stored? How they are linked to C code from html page? Basically I wanted to build a custom webpage which should accept SSID name and password from web client and will be saved this in Sflash. I also want to change the domain name. I've gone through the Chapter-12 HTTP Server of SWRU368a.pdf. I can't see any token that gets or posts the SSID and password in OOB example
If anyone has done this before please guide, would appreciate any help on this.