From owner-freebsd-stable@FreeBSD.ORG Fri Aug 10 11:57:36 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 70A7616A417 for ; Fri, 10 Aug 2007 11:57:36 +0000 (UTC) (envelope-from e-kamo@trio.plala.or.jp) Received: from msa4-25.plala.or.jp (msa4.plala.or.jp [58.93.251.204]) by mx1.freebsd.org (Postfix) with ESMTP id C93FA13C46E for ; Fri, 10 Aug 2007 11:57:34 +0000 (UTC) (envelope-from e-kamo@trio.plala.or.jp) Received: from msc1.plala.or.jp ([172.23.8.24]) by msa4-25.plala.or.jp with ESMTP id <20070810115732.RMHQ16510.msa4-25.plala.or.jp@msc1.plala.or.jp>; Fri, 10 Aug 2007 20:57:32 +0900 Received: from [192.168.35.6] ([220.33.68.80]) by msc1.plala.or.jp with ESMTP id <20070810115732.PWGE15582.msc1.plala.or.jp@[192.168.35.6]>; Fri, 10 Aug 2007 20:57:32 +0900 Message-ID: <46BC52A6.40005@trio.plala.or.jp> Date: Fri, 10 Aug 2007 20:57:26 +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: Pietro Cerutti , freebsd-stable@freebsd.org References: <46BAD8F3.1050403@trio.plala.or.jp> <46BBE66E.4040202@trio.plala.or.jp> <46BC4155.20803@gahr.ch> In-Reply-To: <46BC4155.20803@gahr.ch> 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: Fri, 10 Aug 2007 11:57:36 -0000 Pietro Cerutti wrote: >Eitarou Kamo wrote: > > >> >>>Hi, >>>I used wpa _supplicant and was aware none of wpa _passphrase. >>>My machine is 6.2 REREASE. Does anyone have it or way to making it? >>> >>> > >These kind of generic questions are better suited for >freebsd-questions@, i doubt. > >Anyway, from man 8 wpa_passphrase: > >The wpa_passphrase utility is a small program for generating a 256-bit >pre-shared WPA key from an ASCII passphrase and a given SSID. The output >is formatted for inclusion in wpa_supplicant.conf(5). > >Example: >I have an access point with ssid MySSID and passphrase MyS3cr3t: > > > >>wpa_passphrase MySSID >> >> ># 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? Eitarou