So, I wanted to be able to connect to a network that I know the name and the password, but do not have the profile, and wanted to be able to connect to it in a simple python script. Is there a way I can create an xml profile to use netsh wlan connect name='profile_name'
? Or another to be able to connect given the network name and the password?
Thanks!