Skip to content

Commit f57f7b3

Browse files
authored
Merge pull request #709 from gregtcm/patch-5
Info for hidden wifi network & wpa_supplicant.conf
2 parents 32ad574 + b66578e commit f57f7b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docs/walkthrough/phase-0/setup-edison.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ network={
170170
}
171171
```
172172

173+
If you have a hidden wifi network add the line `scan_ssid=1`.
174+
173175
Press Esc and then type ':wq' and press Enter to write the file and quit
174176

175177
Run `ifup wlan0` to make sure you can connect to wifi
@@ -181,6 +183,7 @@ If you need more details on setting up wpa_supplicant.conf, see one of these gui
181183
* [http://weworkweplay.com/play/automatically-connect-a-raspberry-pi-to-a-wifi-network/](http://weworkweplay.com/play/automatically-connect-a-raspberry-pi-to-a-wifi-network/)
182184
* [http://www.geeked.info/raspberry-pi-add-multiple-wifi-access-points/](http://www.geeked.info/raspberry-pi-add-multiple-wifi-access-points/)
183185
* [http://raspberrypi.stackexchange.com/questions/11631/how-to-setup-multiple-wifi-networks](http://raspberrypi.stackexchange.com/questions/11631/how-to-setup-multiple-wifi-networks)
186+
* [http://www.cs.upc.edu/lclsi/Manuales/wireless/files/wpa_supplicant.conf](http://www.cs.upc.edu/lclsi/Manuales/wireless/files/wpa_supplicant.conf)
184187

185188

186189
## Install packages, ssh keys, and other settings

0 commit comments

Comments
 (0)