From owner-freebsd-current@FreeBSD.ORG Tue Jan 17 15:56:23 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9931116A41F for ; Tue, 17 Jan 2006 15:56:23 +0000 (GMT) (envelope-from roger@gwch.net) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D44C43D97 for ; Tue, 17 Jan 2006 15:56:12 +0000 (GMT) (envelope-from roger@gwch.net) Received: from mail.gwch.net (84-73-90-203.dclient.hispeed.ch [84.73.90.203]) (authenticated bits=0) by smtp.hispeed.ch (8.12.6/8.12.6/taifun-1.0) with ESMTP id k0HFu7Hn019399 for ; Tue, 17 Jan 2006 16:56:08 +0100 Received: from localhost (link [127.0.0.1]) by mail.gwch.net (Postfix) with ESMTP id 376B24061D for ; Tue, 17 Jan 2006 16:56:07 +0100 (CET) Received: from mail.gwch.net ([127.0.0.1]) by localhost (mail.gwch.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30990-07 for ; Tue, 17 Jan 2006 16:56:02 +0100 (CET) Received: from niobe (frodo.gwch.net [192.168.2.101]) by mail.gwch.net (Postfix) with ESMTP id 807844050F for ; Tue, 17 Jan 2006 16:56:02 +0100 (CET) Date: Tue, 17 Jan 2006 16:56:02 +0100 From: Roger Grosswiler To: freebsd-current@freebsd.org X-Mailer: Balsa 2.3.8 Message-Id: <1137513362l.15491l.4l@niobe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on smtp-07.tornado.cablecom.ch X-Virus-Scanned: amavisd-new at gwch.net X-Virus-Status: Clean X-DCC-spamcheck-01.tornado.cablecom.ch-Metrics: smtp-07.tornado.cablecom.ch 32700; Body=1 Fuz1=1 Fuz2=1 Subject: wpa not working with ndis? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 15:56:23 -0000 Hey, I have my laptop using ndis with a d-link dwl-g650+ i tested it using only nothing (means no wpa, no wep) - and this works =20 without problems. now, i configured wpa_supplicant to use wpa - so: on my 1st box, wpa_supplicant crashes the systems on my 2nd box, wpa does not do anything. i start it using 'wpa_supplicant -indis0 -c/etc/wpa.conf -Bw this works on my linux box without any problem. my wpa.conf is as follows: ctrl_interface=3D/var/run/wpa_supplicant ap_scan=3D2 network=3D{ ssid=3D"MyHome" scan_ssid=3D1 psk=3D"MyVeryVeryVerySecretPassphraseYouNeverGuess:-D" key_mgmt=3DWPA-PSK proto=3DWPA pairwise=3DTKIP group=3DTKIP Thanks for any help. Roger