How to write to AP SSID/passwd stored in cache?
Posted:
Mon Jul 06, 2015 2:07 am
by helpme
Using wifi_station_ap_number_set() in the SDK, the number of APs that can be recorded can be set at 5. How can I write the SSID and password for each of these 5 APs?
Re: How to write to AP SSID/passwd stored in cache?
Posted:
Mon Jul 06, 2015 10:12 am
by kolban
I'm going to guess that you can't explicitly write to them. The concept of a cache is to hold recently used information. Contrast this with a "store" where you control what is stored in the storage area. As such, my guess is that when a connection is formed to an access point, if that connection information is not already stored in the cache, it is added. If the cache is already full, I'm going to guess that the oldest cache entry is discarded to make room.