- If multiples of the same AP are entered using wifi_station_set_config(), they do not overwrite the existing one of the same SSID.
- When using different APs and adding more than 5, it is not clear which one gets overwritten. It is not oldest slot or first slot or last slot. It seems the newest can be placed in any of the 5 slots and it appears to be random... or at least I haven't discovered the logic empirically.
BUT MAINLY, I can't remove an item. I've tried...
- Looking for any API for this.
- Collect using wifi_station_get_ap_info() and delete all of them, then write those I want. But there is no delete all and writing multiple without connecting doesn't seem to work.
- Collect using wifi_station_get_ap_info() and just writing ones I want to keep, but the one I want to delete seems to keep lingering around in the list even if I write 5 of the others.
I'm at a loss... any suggestions?
Thanks