From owner-freebsd-stable@FreeBSD.ORG Sat Aug 11 00:25:40 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5627B16A419 for ; Sat, 11 Aug 2007 00:25:40 +0000 (UTC) (envelope-from e-kamo@trio.plala.or.jp) Received: from msa3-25.plala.or.jp (msa3.plala.or.jp [58.93.251.203]) by mx1.freebsd.org (Postfix) with ESMTP id B3E8313C459 for ; Sat, 11 Aug 2007 00:25:38 +0000 (UTC) (envelope-from e-kamo@trio.plala.or.jp) Received: from msc2.plala.or.jp ([172.23.8.25]) by msa3-25.plala.or.jp with ESMTP id <20070811002537.CZXY25212.msa3-25.plala.or.jp@msc2.plala.or.jp>; Sat, 11 Aug 2007 09:25:37 +0900 Received: from [192.168.35.6] ([220.33.68.80]) by msc2.plala.or.jp with ESMTP id <20070811002537.QQTB8924.msc2.plala.or.jp@[192.168.35.6]>; Sat, 11 Aug 2007 09:25:37 +0900 Message-ID: <46BD01FB.2030409@trio.plala.or.jp> Date: Sat, 11 Aug 2007 09:25:31 +0900 From: Eitarou Kamo User-Agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org, sam@errno.com References: <46BAD8F3.1050403@trio.plala.or.jp> <46BBE66E.4040202@trio.plala.or.jp> <46BC4155.20803@gahr.ch> <46BC52A6.40005@trio.plala.or.jp> <46BC9A24.4070500@errno.com> In-Reply-To: <46BC9A24.4070500@errno.com> X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: none of wpa_passphrase X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Aug 2007 00:25:40 -0000 >>> # reading passphrase from stdin >>> MyS3cr3t >>> network={ >>> ssid="MySSID" >>> #psk="MyS3cr3t" >>> >>> psk=c0964594a3000e7605ef17097f7d939a44e516f05b99806fd862db5934c2e4d4 >>> } >>> >>> The output is ready to be included in your wpa_supplicant.conf file >>> (better removing the commented line where the password is in clear >>> text). >>> nf >>> >>> >>> >> >> My question is not the usage of it but itself.... I can't use >> wpa_supplicant because >> none of it. Is there it anywhere? Haven't it been dealt with stable yet? >> > > > wpa_supplicant includes the functionality of wpa_passphrase. You only > want it if you want to precompute the PSK from a passphrase. > You mean wpa_supplicant have wpa_passphrase function in itself? But I wrote PSK key in the wpa_supplicant.conf normally. But wpa_supplicant couldn't seem to precompute it. And only normal PSK key couldn't seem to make it. > u have the code; just setup a Makefile in usr.sbin/wpa. HEAD and > RELENG_6 include support so try grabbing it from there. > > Sam > I just only entered "make" in the src/..../wpa_supplicant directory but.... Eitarou