i use raspberry pi3 with raspbian
someone was been to able to connect wifi by python ?
i tried to connect by python subprocess :
Code: Select all
os.popen("sudo iwconfig wlan0 essid my_ssid key s:pass"I also tried to use a module named "wifi" https://wifi.readthedocs.io/en/latest/
but i have same result so the disabling of wlan0 interface
any ideas ?