Add instructions for joining an unprotected WLAN.
This commit is contained in:
parent
f484c83094
commit
14f9eae59b
@ -71,8 +71,12 @@ Replace `$TAG` with whatever version is being built, e.g. `v1.2`.
|
|||||||
1. In `/etc/wpa_supplicant/wpa_supplicant.conf`:
|
1. In `/etc/wpa_supplicant/wpa_supplicant.conf`:
|
||||||
|
|
||||||
network={
|
network={
|
||||||
|
# Your network name goes here:
|
||||||
ssid="networkname"
|
ssid="networkname"
|
||||||
psk="secretpassword"
|
# EITHER: uncomment this for a password-protected WLAN:
|
||||||
|
#psk="secretpassword"
|
||||||
|
# OR: uncomment this for an unprotected WLAN:
|
||||||
|
#key_mgmt=NONE
|
||||||
}
|
}
|
||||||
|
|
||||||
1. Symlink the file, for convenience: `$ ln -s /etc/wpa_supplicant/wpa_supplicant.conf wlan.conf`
|
1. Symlink the file, for convenience: `$ ln -s /etc/wpa_supplicant/wpa_supplicant.conf wlan.conf`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user