Gentoo Archives: gentoo-user

From: Florian Philipp <lists@×××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] WPA2 connection configuration?
Date: Sun, 25 Sep 2011 21:01:54
Message-Id: 4E7F9619.8070905@binarywings.net
In Reply to: [gentoo-user] WPA2 connection configuration? by Mark Knecht
1 Am 25.09.2011 22:38, schrieb Mark Knecht:
2 > Hi,
3 > Can anyone supply an example of correctly setting up wpa_supplicant
4 > to connect to a WEP2 home network?
5 >
6 > If got the modules installed and the hardware telling me it sees
7 > all sorts of ESSIDs but so far I cannot figure out how to give it the
8 > password correctly. I've been trying to follow this page but it
9 > completely eludes me.
10 >
11 > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=4&chap=4
12 >
13 > Thanks in advance,
14 > Mark
15 >
16
17 This should be sufficient:
18 network={
19 ssid="network_ssid"
20 key_mgmt=WPA-PSK
21 psk="password"
22 }
23
24 Hope this helps,
25 Florian Philipp

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] WPA2 connection configuration? Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] WPA2 connection configuration? Mark Knecht <markknecht@×××××.com>