Skip to content

Commit f531473

Browse files
committed
Replaced broken link in wireless-cli.md
1 parent a9b78bd commit f531473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/wireless/wireless-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This method is suitable if you do not have access to the graphical user interfac
88
To scan for WiFi networks, use the command `sudo iwlist wlan0 scan`. This will list all available WiFi networks along with other useful information. Look out for:
99

1010
1. `ESSID:"testing"`. This is the name of the WiFi network.
11-
1. `IE: IEEE 802.11i/WPA2 Version 1`. This is the authentication used; in this case it is WPA2, the newer and more secure wireless standard which replaces WPA1. This guide should work for WPA or WPA2, but may not work for WPA2 enterprise; for WEP hex keys see the last example [here](http://netbsd.gw.com/cgi-bin/man-cgi?wpa_supplicant.conf+5+NetBSD-current).
11+
1. `IE: IEEE 802.11i/WPA2 Version 1`. This is the authentication used; in this case it is WPA2, the newer and more secure wireless standard which replaces WPA1. This guide should work for WPA or WPA2, but may not work for WPA2 enterprise; for WEP hex keys see the last example [here](http://www.freebsd.org/cgi/man.cgi?query=wpa_supplicant.conf&sektion=5&apropos=0&manpath=NetBSD+6.1.5).
1212
You will also need the password for the WiFi network. For most home routers this is located on a sticker on the back of the router. The ESSID (ssid) for the network in this case is `testing` and the password (psk) `testingPassword`.
1313

1414
##Adding the network details to the Raspberry Pi

0 commit comments

Comments
 (0)