From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-86694-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L42ps-00011Q-U7
	for garchives@archives.gentoo.org; Sun, 23 Nov 2008 00:28:25 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3A920E0452;
	Sun, 23 Nov 2008 00:28:24 +0000 (UTC)
Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.152])
	by pigeon.gentoo.org (Postfix) with ESMTP id 10DD4E0452
	for <gentoo-user@lists.gentoo.org>; Sun, 23 Nov 2008 00:28:24 +0000 (UTC)
Received: by yx-out-1718.google.com with SMTP id 4so672826yxp.46
        for <gentoo-user@lists.gentoo.org>; Sat, 22 Nov 2008 16:28:22 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type:references;
        bh=UNEhgfGFSKpYFm50I6d1GBfZPW82GMrb2VFuquKS0pY=;
        b=su07vBT7sCZNgGjozMHwmY+emr2vRth8wdmk+UvfBeUJrP6BdJOxlw62F2S74f1cL1
         BHBURN9OQj/9UuyVUOJFF950AsEOv6H5yTxU5lNEvQ3coogsC51ADzGD5ucrvTbjZNYL
         4D4jHq+E5rbUtXHCLZlg7Xk4nnGATIc1RrG/w=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:references;
        b=Wjba6VYKpuJERl463Es1zY9RWtFBF8QCAht/zytmXu+f7/HjiQVxlRSw5Zv1ML7/3K
         Fd+pv9jCT4/OSDwW3un1KIDPGAlxftOQHsXTIdU0H0UtjquDKwSoPB3nlUmbN0hr38rc
         a45PSM63lP9MasFLL2pDQkdZ+NUai5zhUu0yA=
Received: by 10.151.41.14 with SMTP id t14mr3976103ybj.234.1227400101932;
        Sat, 22 Nov 2008 16:28:21 -0800 (PST)
Received: by 10.151.49.19 with HTTP; Sat, 22 Nov 2008 16:28:21 -0800 (PST)
Message-ID: <e6b926b90811221628g41d95047w1ae05a4eaa4d66f7@mail.gmail.com>
Date: Sat, 22 Nov 2008 19:28:21 -0500
From: "John Blinka" <john.blinka@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] wpa_supplicant and at&t 2wire gateway
In-Reply-To: <95ef8cd0811221532p701d281ai6f7a7cebe9a8923d@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_125592_24806521.1227400101922"
References: <e6b926b90811221514q633033abp2943741bd2f6c162@mail.gmail.com>
	 <95ef8cd0811221532p701d281ai6f7a7cebe9a8923d@mail.gmail.com>
X-Archives-Salt: 6f3c2b87-8db7-46a2-9e77-4d1b03bd9347
X-Archives-Hash: 1d7c5e8d42a19dea6a51e783b7cefbfa

------=_Part_125592_24806521.1227400101922
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Sat, Nov 22, 2008 at 6:32 PM, Cristian Gary <cristiangary@gmail.com>wrote:

> you can try to use "wpa_passphrase" command , that generate the network
> profile for you Acces Point, copy into wpa_supplicant.conf and reboot the
> device.   works for me, when a  trie to connect a AP with WPA encryption .
>
> ej:
>
> wpa_passphrase AP_id  password :
>
> that generate -->
>
> network={
>   ssid="AP_id"
>   #psk="password"
>   psk=993142399374b6d582da81a6d4887ef7a9283a0e00dd4678681aac5e0a2478e9
> }
>
> copy into  wpa_supplicant.conf.
>

Thanks, but tried that without success.

John

------=_Part_125592_24806521.1227400101922
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<br><br><div class="gmail_quote">On Sat, Nov 22, 2008 at 6:32 PM, Cristian Gary <span dir="ltr">&lt;<a href="mailto:cristiangary@gmail.com">cristiangary@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<p>you can try to use &quot;wpa_passphrase&quot; command , that generate the network profile for you Acces Point, copy into&nbsp;wpa_supplicant.conf and reboot the device. &nbsp; works for me, when a &nbsp;trie to connect a AP with WPA encryption .</p>

<p></p><p>ej:<br></p><p>wpa_passphrase AP_id&nbsp; password :</p><p>that generate --&gt;&nbsp;</p><p>network={<br>&nbsp;       ssid=&quot;AP_id&quot;<br>&nbsp;       #psk=&quot;password&quot;<br>&nbsp;       psk=993142399374b6d582da81a6d4887ef7a9283a0e00dd4678681aac5e0a2478e9<br>

}<br><br>copy into&nbsp; wpa_supplicant.conf.&nbsp;<br></p></blockquote><div><br>Thanks, but tried that without success.<br><br>John <br></div></div><br>

------=_Part_125592_24806521.1227400101922--