I have seen that in ios 11 we can connect to wifi using SSID and a password. However, I'm trying to find out if we can disconnect from that network as well.
The requirement for my application is to connect to a specific wifi network using SSID, perform some operations, and then disconnect and connect again to previously connected network.
Thanks in advance.