Hello,
I am working on a wifi application that requires to successively connect to different WiFi access point. I can connect to an available network, but I haven't found how to disconnect from that network on request.
Is there a way to do this ?
Thanks
... Turns out that I didn't find any clean way to do this. So I am resetting the module using power and reset lines from IO control. A function named "rsi_power_off_power_on()" is already present but not used. I used it, added a few function to recall device initialization and it did the trick. Who ever have a better way, please let me know.