Raspberry Pi Connect To Hidden SSID
Turns out the Raspberry Pi won’t automatically look for hidden WiFi networks.
CLI
To enable this edit the file /etc/wpa_supplicant/wpa_supplicant.conf and add scan_ssid=1 inside the network declaration:
SD
With the SD plugged into another computer other than the Raspberry Pi, find the file boot/octopi-network.txt
Add the same entry above using your favourite text edit.
network={
ssid="myWifi"
psk="secret"
scan_ssid=1
}
How to auto-connect your Raspberry Pi to a hidden SSID wifi network
WiFi setup and troubleshooting
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
IOT,
Networking and tagged
Debian,
Linux,
Networking,
os,
raspberry,
raspberry pi,
raspbian,
ssid. Bookmark the
permalink.