Difference between revisions of "WPA"
From Briki
Line 1: | Line 1: | ||
− | First ensure that universe and multiverse repositories are added to /etc/apt/sources.lst. | + | First ensure that universe and multiverse repositories are added to /etc/apt/sources.lst. See https://wiki.ubuntu.com/WPAHowto for more info. |
− | * | + | * Edit /etc/wpa_supplicant.conf and add: |
+ | <pre> | ||
+ | network={ | ||
+ | ssid="BRETTWEB" | ||
+ | proto=WPA | ||
+ | key_mgmt=WPA-PSK | ||
+ | psk=generated by wpa_passphrase | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | * Edit /etc/ |
Revision as of 12:27, 23 April 2006
First ensure that universe and multiverse repositories are added to /etc/apt/sources.lst. See https://wiki.ubuntu.com/WPAHowto for more info.
- Edit /etc/wpa_supplicant.conf and add:
network={ ssid="BRETTWEB" proto=WPA key_mgmt=WPA-PSK psk=generated by wpa_passphrase }
- Edit /etc/