From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 11:08:21 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B720106566C for ; Wed, 7 Jul 2010 11:08:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swip.net [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id D6E868FC14 for ; Wed, 7 Jul 2010 11:08:20 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=HEYnYNVUCg4A:10 a=hO-oPbc3tlwA:10 a=8nJEP1OIZ-IA:10 a=M8b_wTzEtboA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=8kQB0OdkAAAA:8 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=DHHCSF_n-99qJ59nnTQA:9 a=YddGoxz8XFm5JEz8tEFhLBXaQ7wA:4 a=wPNLvfGTeEIA:10 a=9aOQ2cSd83gA:10 a=SV7veod9ZcQA:10 a=MSl-tDqOz04A:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 1207365167; Wed, 07 Jul 2010 13:08:18 +0200 From: Hans Petter Selasky To: PseudoCylon Date: Wed, 7 Jul 2010 13:05:24 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.1-PRERELEASE; KDE/4.3.4; amd64; ; ) References: <16641.96608.qm@web51806.mail.re2.yahoo.com> <201007060854.31192.hselasky@c2i.net> <67219.44880.qm@web51808.mail.re2.yahoo.com> In-Reply-To: <67219.44880.qm@web51808.mail.re2.yahoo.com> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201007071305.24179.hselasky@c2i.net> Cc: Ganbold Tsagaankhuu , freebsd-current@freebsd.org, Ganbold Subject: Re: CALL for TEST [HOSTAP] run(4) ralink usb wireless 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: Wed, 07 Jul 2010 11:08:21 -0000 On Wednesday 07 July 2010 12:49:37 PseudoCylon wrote: > ----- Original Message ---- > > > From: Hans Petter Selasky > > To: freebsd-current@freebsd.org > > Cc: PseudoCylon ; Ganbold Tsagaankhuu > >; Ganbold > > Sent: Tue, July 6, 2010 12:54:31 AM > > Subject: Re: CALL for TEST [HOSTAP] run(4) ralink usb wireless > > Hello > > PseudoCylon is here. > > Unfortunately it successfully associates without an error. > > > Hi, > > > > PseudoCylon: Can you try to reproduce this: > > > > 1) Setup OPEN HOST AP (ssid = xxx). > > > > 2) Configure WLAN client with: > > > > ssid=xxx > > auth_alg=SHARED > > key_mgmt=NONE > > > > Wait until wpa_cli announces that it tries to associate, but fails. > > This didn't happen. wpa_cli didn't say anything, just keep re-scanning. > There was a change in wpa. So, I'll rebuilt world and retry > > > 3) Then update wpa_supplicant.conf: > > > > ssid=xxx > > auth_alg=OPEN > > key_mgmt=NONE > > > > 4) Enter: "reconfigure" in wpa_cli (panic should happen shortly due to > > callback from IEEE802.11 layer which appears to refer a NULL pointer). > > > > --HPS > > For now, do you have any error message? > > And, are you using committed version of the driver or testing the patch? > Hi, I tested using the RUM driver in 9-current. I will try to collect some more details on the panic. I think that RUN is also affected. --HPS