Click here to Skip to main content
15,921,530 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i need connect wifi ap using python script on raspberry pi. my ssid is" intwrnet" and passqord is '12345668' how i do it. pls helo me. um ising raspberrypi b+ 2 and edup widi adapter
Posted

1 solution

you make an entry in the
/etc/interface/network
file

something like
auto wlan0
iface wlan0 inet dhcp
wpa-ssid intwrnet
wpa-psk 12345668


as here - EDUP Raspberry PI[^]

you may need to
sudo apt-get install wpasupplicant
too, depending on what distro you're using
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900