From owner-freebsd-wireless@FreeBSD.ORG Sun Apr 19 15:54:41 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFF21FC1 for ; Sun, 19 Apr 2015 15:54:41 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A98F0B40 for ; Sun, 19 Apr 2015 15:54:41 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3JFsfwT069370 for ; Sun, 19 Apr 2015 15:54:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 199522] [patch][if_run] add support WLI-UC-G300HP Date: Sun, 19 Apr 2015 15:54:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 15:54:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199522 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: kevlo Date: Sun Apr 19 15:54:00 UTC 2015 New revision: 281745 URL: https://svnweb.freebsd.org/changeset/base/281745 Log: Add new USB ID. PR: 199522 Changes: head/share/man/man4/run.4 head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_run.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Sun Apr 19 15:56:43 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D414E4 for ; Sun, 19 Apr 2015 15:56:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 76F6FB64 for ; Sun, 19 Apr 2015 15:56:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3JFuhZV070873 for ; Sun, 19 Apr 2015 15:56:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 199522] [patch][if_run] add support WLI-UC-G300HP Date: Sun, 19 Apr 2015 15:56:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: kevlo@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 15:56:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199522 Kevin Lo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED CC| |kevlo@FreeBSD.org --- Comment #2 from Kevin Lo --- Committed as r281745, thanks. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Sun Apr 19 21:00:17 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35F7CA7E for ; Sun, 19 Apr 2015 21:00:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27C14D30 for ; Sun, 19 Apr 2015 21:00:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3JL0H6i062364 for ; Sun, 19 Apr 2015 21:00:17 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201504192100.t3JL0H6i062364@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-wireless@FreeBSD.org Subject: Problem reports for freebsd-wireless@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 19 Apr 2015 21:00:17 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 21:00:17 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 154598 | [ath] Atheros 5424/2424 can't connect to WPA netw Open | 163312 | [panic] [ath] kernel panic: page fault with ath0 Open | 166190 | [ath] TX hangs and frames stuck in TX queue Open | 166357 | [ath] 802.11n TX stall when the first frame in th Open | 169362 | [ath] AR5416: radar pulse PHY errors sometimes in 5 problems total for which you should take action. From owner-freebsd-wireless@FreeBSD.ORG Sun Apr 19 21:35:26 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61478F14; Sun, 19 Apr 2015 21:35:26 +0000 (UTC) Received: from st11p00mm-asmtp002.mac.com (st11p00mm-asmtpout002.mac.com [17.172.81.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C574189; Sun, 19 Apr 2015 21:35:25 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NN2005M6PAU9I00@st11p00mm-asmtp002.mac.com>; Sun, 19 Apr 2015 21:35:19 +0000 (GMT) From: Rui Paulo To: "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org Subject: CTF: wpa_supplicant/hostapd 2.4 import Date: Sun, 19 Apr 2015 14:35:17 -0700 Message-id: <2408123.McWtPaBMsU@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-19_03:2015-04-17,2015-04-19,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504190192 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 21:35:26 -0000 Hi, Please test the new wpa_supplicant/hostapd. Here's the patch against FreeBSD HEAD: https://people.freebsd.org/~rpaulo/wpa-2.4.diff Thanks, -- Rui Paulo From owner-freebsd-wireless@FreeBSD.ORG Sun Apr 19 23:18:09 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2BE6D67; Sun, 19 Apr 2015 23:18:09 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 919EFC9F; Sun, 19 Apr 2015 23:18:08 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3JNI29p003751; Sun, 19 Apr 2015 16:18:02 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3JNI1rb003750; Sun, 19 Apr 2015 16:18:01 -0700 (PDT) (envelope-from david) Date: Sun, 19 Apr 2015 16:18:01 -0700 From: David Wolfskill To: Rui Paulo Cc: "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org Subject: Re: CTF: wpa_supplicant/hostapd 2.4 import Message-ID: <20150419231801.GE1223@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , Rui Paulo , "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org References: <2408123.McWtPaBMsU@akita> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KlAEzMkarCnErv5Q" Content-Disposition: inline In-Reply-To: <2408123.McWtPaBMsU@akita> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 23:18:10 -0000 --KlAEzMkarCnErv5Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 19, 2015 at 02:35:17PM -0700, Rui Paulo wrote: > Hi, >=20 > Please test the new wpa_supplicant/hostapd. Here's the patch against Fre= eBSD=20 > HEAD: >=20 > https://people.freebsd.org/~rpaulo/wpa-2.4.diff > ... Seems OK so far for both amd64 & i386; sources (prior to applying above patch) @r281736. I only use wpa_supplicant, and I've only tested it lightly at home (which is among my "less challenging" 802.11 environments). Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --KlAEzMkarCnErv5Q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVNDepXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7zp4P/jLyW4FVrHvB7F1CUib/uUq5 R4Guse3COYN+l/rgdeudJsnB2nIoJJ/e9W5QSylu6nT/7MYSoNxq7fsO9NXmsM2z MDlFFdnBM41xfXAWn1nPBgu0hOZqHje6kQ9GyX4DYxcHZEkNHncZkNgvFaRDukD6 2Q28A9lGtnpzRak3GpLYGWhj2IsnT5O3EhrdVSm7+j9BFbK+jBFHE4FCOiPBQlc7 0XONZ+XD39bVYt9xp9eTsH0JlSJM3w/egZrqDs6HqUd+rn807auopxWsg+yaXw6a Xp2VNvxD5Fa3H0FtNJb04S5y+/Xjgl33zz/1DgbGdwDHhokoGCBjAbIhkP5JyjWQ Q45tR5e9WablNIqyeWF+F1eH24a7iAybw4fm6jUPMwWycNra1f2jW9zOXn1OXJY8 vTWB04kN3zYyNy3VJNPOZ2TgnMZV+zTEbKgjo5uLKh4kZzgDaw3tBFhiSlHWcdFx LACG7SjV8cOxo4XbRDip7Y22RVSBWXHP4kWF5a3BFu2BOzWrdYUXQp2OlvmDaN5V 4KtBGWDjy3tue2xkI4D8ObgzX09/1e/msw5VYEKWUQCrb6wtakJUgwt6xh1OeKWh +HqYzB3cV6kR4AdegjoyPE8jlUsB2LaN2GBnVAyKD3dn1+kXkurRUdyodJHg3uPO gD5+OKliqtccPWavDahl =Y3Qd -----END PGP SIGNATURE----- --KlAEzMkarCnErv5Q-- From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 02:04:24 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 205B7EFB; Mon, 20 Apr 2015 02:04:24 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 64170DC8; Mon, 20 Apr 2015 02:04:22 +0000 (UTC) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.9/8.14.9) with ESMTP id t3K1jed5072190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 20 Apr 2015 09:45:40 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.9/8.14.9/Submit) id t3K1jdWk072189; Mon, 20 Apr 2015 09:45:39 +0800 (CST) (envelope-from kevlo) Date: Mon, 20 Apr 2015 09:45:39 +0800 From: Kevin Lo To: Rui Paulo Cc: "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org Subject: Re: CTF: wpa_supplicant/hostapd 2.4 import Message-ID: <20150420014539.GA72180@ns.kevlo.org> References: <2408123.McWtPaBMsU@akita> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2408123.McWtPaBMsU@akita> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 02:04:24 -0000 On Sun, Apr 19, 2015 at 02:35:17PM -0700, Rui Paulo wrote: > > Hi, > > Please test the new wpa_supplicant/hostapd. Here's the patch against FreeBSD > HEAD: > > https://people.freebsd.org/~rpaulo/wpa-2.4.diff Seems to be working fine on amd64. Tested on ral(4) and run(4). Thanks. > Thanks, > -- > Rui Paulo Kevin From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 03:38:41 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5F79C20 for ; Mon, 20 Apr 2015 03:38:41 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88E449E9 for ; Mon, 20 Apr 2015 03:38:41 +0000 (UTC) Received: by iebrs15 with SMTP id rs15so107565939ieb.3 for ; Sun, 19 Apr 2015 20:38:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Y3PtouWjRjDBQp9mX7MDEw+oJEdl8DsOY+Zmyp+mFp0=; b=gRKa4H+n4HAttFxfvZ3p0DEbuC38qgK0b3LH0i/JtLcMqSSEaLbc9fXPMAYxts9nip 7JtErcmTaGnFFwj0uQ0X1Fpw1YoMJC1LGVhTabT6xQ22czaufDFxx5MV2u6TRUtvs9dH k5WgcnvEaY+lrJ26w0/K+7/lNxggCow4gcnCMLBwf+PTLgeqRAVWFiDo3hoCzt0uELmZ TqX740AGvHs26Qs+GcsoMOn+7sb1n2faBssBLU3FHtoWuPiFTxSZFfEiT5eKQLqskUna R3Aak1AVOLJhJh1GVWdZlKhpbqhH5Q5E0Yv5neKiHoheAFL9jmVN1HtJcb66eiYvgRwr eRzA== MIME-Version: 1.0 X-Received: by 10.50.78.9 with SMTP id x9mr18011701igw.44.1429501120918; Sun, 19 Apr 2015 20:38:40 -0700 (PDT) Received: by 10.36.51.16 with HTTP; Sun, 19 Apr 2015 20:38:40 -0700 (PDT) In-Reply-To: References: <23F804A9-F1FA-4F37-B653-1B6AB81DAE35@gmail.com> <0AEE4AAC-5C53-4767-B783-B66EFB1CCC35@gmail.com> <87d235u733.fsf@npa.gooddata.com> <87618xtuoo.fsf@npa.gooddata.com> Date: Mon, 20 Apr 2015 07:08:40 +0330 Message-ID: Subject: Re: Broadcom BCM4318 From: Mohammad BadieZadegan To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 03:38:41 -0000 Hi, Long time no new hint! Is that impossible to fix this BCM4318 BUG? Regards. On Sat, Apr 18, 2015 at 6:50 AM, Mohammad BadieZadegan wrote: > Hi Nikola Pajkovsky, > This is the Felix Friedlander patch file. > I get some Hunks Error in step one(Makefile). > > On Wed, Apr 15, 2015 at 4:28 PM, Nikola Pajkovsky > wrote: > >> Mohammad BadieZadegan writes: >> >> > I try your command but nothing changed! >> >> Send me your patch and I will try it. >> >> -- >> Nikola >> > > > > -- > > -- From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 06:15:08 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07656554 for ; Mon, 20 Apr 2015 06:15:08 +0000 (UTC) Received: from sum.zhabenwang.com (sum.zhabenwang.com [178.251.230.20]) by mx1.freebsd.org (Postfix) with ESMTP id 15B06BEE for ; Mon, 20 Apr 2015 06:15:07 +0000 (UTC) To: freebsd-wireless@freebsd.org Subject: about our email marketing Message-ID: <071bd950d6e97e0b245453c5444769a0@masonite.com> Date: Mon, 20 Apr 2015 07:39:02 +0200 From: "Louis" Reply-To: bonnietongy@sina.com MIME-Version: 1.0 X-Mailer-LID: 26 X-Mailer-RecptId: 20219508 X-Mailer-SID: 282 X-Mailer-Sent-By: 1 Content-Type: text/plain; format=flowed; charset="UTF-8" Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 06:15:08 -0000 Hi, You are receiving this email because we wish you to use our target email marketing service. We specialize in providing target email marketing services to a number of businesses all over the world! Email marketing is one of the best marketing strategies of all time and has helped many businesses globally achieve their goals, double their profits and increase their client base. We have worked on a number of projects and campaigns, all our packages are tailor made and designed according to your requirements. We wish to be your marketing partner, we can increase your business sales 2-5 times. If you would require more information please send us an email and we would be glad to discuss the project requirements with you soon. Looking forward to your positive response. Kind Regards Louis Marketing Specialist Email: wukelili@tom.com From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 06:47:02 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8FF1A15 for ; Mon, 20 Apr 2015 06:47:02 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D4EAF36 for ; Mon, 20 Apr 2015 06:47:02 +0000 (UTC) Received: by pdbqd1 with SMTP id qd1so198691984pdb.2 for ; Sun, 19 Apr 2015 23:47:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=O/4Ol8CjJAb+TlvkAPHRoxBCJsK6qFL0oFIqs1TL7to=; b=DsZ8hvsT+OoCy3A6rx1edfS2ArZd0b00GZeSsZHdWvFVUNqG3bC1sUoTTh53xsqgSD IgWtCNVGZpXjghOVheo5Yk+1TwB1tSVoKDJD1sVELskxp2ZGQKcs3AcJH0XyQi+qr/Xl eAoGtSJzDFD8IycNxWuCAkYVRmXN2IfF2OAXrMTKgUtuCNFlB/lRpjSWVjbnThC1p4vt gXOGjShDaF17UbmM2zAZ62k3av0/nFfNolfODU64uCJmwY7+Vrhsd5EFkmWCie7ajcnM Hg91Pl/WOvpD7828FDcbLUUm0Z57YrgGapKOO0+WTGxOPqhv3/0DHYzuX7KqAlAoww9C TE/Q== X-Received: by 10.66.183.47 with SMTP id ej15mr22423346pac.34.1429512422005; Sun, 19 Apr 2015 23:47:02 -0700 (PDT) Received: from [192.168.0.2] (c211-30-51-180.frank3.vic.optusnet.com.au. [211.30.51.180]) by mx.google.com with ESMTPSA id f1sm5951161pdp.24.2015.04.19.23.46.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 19 Apr 2015 23:47:00 -0700 (PDT) Content-Type: multipart/mixed; boundary="Apple-Mail=_4F18562D-7CD1-40DC-A8F1-0CD20DE792A4" Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2093\)) Subject: Re: Broadcom BCM4318 From: Felix Friedlander In-Reply-To: Date: Mon, 20 Apr 2015 16:46:50 +1000 Cc: freebsd-wireless@freebsd.org Message-Id: References: <23F804A9-F1FA-4F37-B653-1B6AB81DAE35@gmail.com> <0AEE4AAC-5C53-4767-B783-B66EFB1CCC35@gmail.com> <87d235u733.fsf@npa.gooddata.com> <87618xtuoo.fsf@npa.gooddata.com> To: Mohammad BadieZadegan X-Mailer: Apple Mail (2.2093) X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 06:47:02 -0000 --Apple-Mail=_4F18562D-7CD1-40DC-A8F1-0CD20DE792A4 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 As you seem to be having problems applying my patch, I have applied the = patch for you and compressed the result into the attached tarball. = Unfortunately, I=E2=80=99m the only person who=E2=80=99s free to help = with this atm and I=E2=80=99m less-than-knowledgable about the internal = details of bwn(4) (which is unfortunate as I=E2=80=99m currently trying = to update it!). Please try copying this firmware into the ports tree and = rebuilding. > On 20 Apr 2015, at 1:38 pm, Mohammad BadieZadegan = wrote: >=20 > Hi, > Long time no new hint! > Is that impossible to fix this BCM4318 BUG? > Regards. >=20 > On Sat, Apr 18, 2015 at 6:50 AM, Mohammad BadieZadegan = > wrote: >=20 >> Hi Nikola Pajkovsky, >> This is the Felix Friedlander patch file. >> I get some Hunks Error in step one(Makefile). >>=20 >> On Wed, Apr 15, 2015 at 4:28 PM, Nikola Pajkovsky = >> wrote: >>=20 >>> Mohammad BadieZadegan writes: >>>=20 >>>> I try your command but nothing changed! >>>=20 >>> Send me your patch and I will try it. >>>=20 >>> -- >>> Nikola >>>=20 >>=20 >>=20 >>=20 >> -- >> >>=20 >=20 >=20 >=20 > --=20 > > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to = "freebsd-wireless-unsubscribe@freebsd.org" -- Felix Friedlander --Apple-Mail=_4F18562D-7CD1-40DC-A8F1-0CD20DE792A4 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_4F18562D-7CD1-40DC-A8F1-0CD20DE792A4-- From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 07:34:44 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A06D2EF1 for ; Mon, 20 Apr 2015 07:34:44 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB1D663 for ; Mon, 20 Apr 2015 07:34:44 +0000 (UTC) Received: by igbhj9 with SMTP id hj9so53656133igb.1 for ; Mon, 20 Apr 2015 00:34:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Bip9FwTRfk3jILhu7NA1qcqV7CfAzqD/Qq96lyj0fdI=; b=aLtWZnUjjr6Sqx5obDDrui5MY4gaytn4F1pgCc0X/CPwBtbuRFI4yamlyv+BrwIVK+ jPAEiGpAiyzlsUh7eN0idkKqIeOEB6AjVloA0QJX4hpZm5v84oH4GAyaNfTtaMSfqZ4a ySFfHKY7M3prnqRej5ofhJZLgDxFNmiZGhJen2x2U9gO/ro2RO2S2WSFz5ND+JXfSnWm VWmvlguRRcJ9xEWWjRqwyZrYaeMTokIGEVZnjXcy8ldO8BswYJRhOxnb5t/hf+1MYFwP nVxkKgWTYNlTfN79VSeNyeQ7TyqFUO3qSwF68NgDib/Hb0mD3bnTwbbqlJvqTX5Ub0mH rZcQ== MIME-Version: 1.0 X-Received: by 10.50.103.97 with SMTP id fv1mr19426954igb.27.1429515283596; Mon, 20 Apr 2015 00:34:43 -0700 (PDT) Received: by 10.36.51.16 with HTTP; Mon, 20 Apr 2015 00:34:43 -0700 (PDT) Date: Mon, 20 Apr 2015 12:04:43 +0430 Message-ID: Subject: Broadcom BCM4318 From: Mohammad BadieZadegan To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 07:34:44 -0000 Dear Felix Friedlander, Thanks for following my issue. I copied and reinstall your new bwn-kmod-firmware (0.2.0). I think that my state is better than but still I do not get any IP. PS: My WiFi LED turned on but it has not get any IP address. ************** My dmesg *********** siba_bwn0: mem 0xd0204000-0xd0205fff irq 20 at device 2.0 on pci5 bwn0 on siba_bwn0 bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 type 2 rev 7) RADIO (manuf 0x17f ver 0x2050 rev 8) bwn0: DMA (32 bits) bwn0: firmware version (rev 666 patch 2 date 0xb217 time 0x9e7) bwn0: warn: firmware state (0) bwn0: warn: firmware state (0) bwn0: warn: firmware state (0) bwn0: warn: firmware state (0) ************** My ifconfig ************ bwn0: flags=3D8843 metric 0 mtu 229= 0 ether 00:14:a5:63:39:e5 nd6 options=3D29 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g status: associated wlan0: flags=3D8843 metric 0 mtu 15= 00 ether 00:14:a5:63:39:e5 nd6 options=3D29 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier ssid "" channel 4 (2427 MHz 11g) country US authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower 30 bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS wme roaming MANUAL ********************************************** On Mon, Apr 20, 2015 at 11:16 AM, Felix Friedlander wrote: > As you seem to be having problems applying my patch, I have applied the > patch for you and compressed the result into the attached tarball. > Unfortunately, I=E2=80=99m the only person who=E2=80=99s free to help wit= h this atm and I=E2=80=99m > less-than-knowledgable about the internal details of bwn(4) (which is > unfortunate as I=E2=80=99m currently trying to update it!). Please try co= pying this > firmware into the ports tree and rebuilding. > > > On 20 Apr 2015, at 1:38 pm, Mohammad BadieZadegan > wrote: > > > > Hi, > > Long time no new hint! > > Is that impossible to fix this BCM4318 BUG? > > Regards. > > > > On Sat, Apr 18, 2015 at 6:50 AM, Mohammad BadieZadegan < > mbzadegan@gmail.com> > > wrote: > > > >> Hi Nikola Pajkovsky, > >> This is the Felix Friedlander patch file. > >> I get some Hunks Error in step one(Makefile). > >> > >> On Wed, Apr 15, 2015 at 4:28 PM, Nikola Pajkovsky < > n.pajkovsky@gmail.com> > >> wrote: > >> > >>> Mohammad BadieZadegan writes: > >>> > >>>> I try your command but nothing changed! > >>> > >>> Send me your patch and I will try it. > >>> > >>> -- > >>> Nikola > >>> > >> > >> > >> > >> -- > >> > >> > > > > > > > > -- > > > > _______________________________________________ > > freebsd-wireless@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > > To unsubscribe, send any mail to " > freebsd-wireless-unsubscribe@freebsd.org" > > -- > Felix Friedlander > > > > > > --=20 --=20 From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 07:42:47 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F2CA122 for ; Mon, 20 Apr 2015 07:42:47 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0C817B9 for ; Mon, 20 Apr 2015 07:42:46 +0000 (UTC) Received: from [89.204.138.151] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1Yk6Lr-0007gc-1N; Mon, 20 Apr 2015 09:42:43 +0200 Received: from localhost.my.domain (c720-r276659 [127.0.0.1]) by localhost.unixarea.de (8.14.9/8.14.9) with ESMTP id t3K7gfff003014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 20 Apr 2015 09:42:41 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.9/8.14.9/Submit) id t3K7gfwQ003013; Mon, 20 Apr 2015 09:42:41 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Mon, 20 Apr 2015 09:42:41 +0200 From: Matthias Apitz To: Mohammad BadieZadegan Cc: freebsd-wireless@freebsd.org Subject: Re: Broadcom BCM4318 Message-ID: <20150420074241.GA3000@c720-r276659> Reply-To: Matthias Apitz References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT r269739 (i386) User-Agent: Mutt/1.5.23 (2014-03-12) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.138.151 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 07:42:47 -0000 El día Monday, April 20, 2015 a las 12:04:43PM +0430, Mohammad BadieZadegan escribió: > Dear Felix Friedlander, > Thanks for following my issue. > I copied and reinstall your new bwn-kmod-firmware (0.2.0). > I think that my state is better than but still I do not get any IP. > PS: My WiFi LED turned on but it has not get any IP address. > > ************** My dmesg *********** > siba_bwn0: mem 0xd0204000-0xd0205fff > irq 20 at device 2.0 on pci5 > bwn0 on siba_bwn0 > bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 type 2 rev 7) RADIO (manuf > 0x17f ver 0x2050 rev 8) > bwn0: DMA (32 bits) > bwn0: firmware version (rev 666 patch 2 date 0xb217 time 0x9e7) > bwn0: warn: firmware state (0) > bwn0: warn: firmware state (0) > bwn0: warn: firmware state (0) > bwn0: warn: firmware state (0) > > ************** My ifconfig ************ > bwn0: flags=8843 metric 0 mtu 2290 > ether 00:14:a5:63:39:e5 > nd6 options=29 > media: IEEE 802.11 Wireless Ethernet autoselect mode 11g > status: associated > wlan0: flags=8843 metric 0 mtu 1500 > ether 00:14:a5:63:39:e5 > nd6 options=29 > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > ssid "" channel 4 (2427 MHz 11g) > country US authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower 30 > bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 > roam:rate 5 protmode CTS wme roaming MANUAL > ********************************************** The interface wlan0 is not associated with any AP (and so it can not get any IP addr). Do you run wpa_supplicant(8) daemon with a correct configuration matching your air radio APs? Btw: Please, do not top post and trim your replies. matthias -- Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ +49-170-4527211 +49-176-38902045 "Wenn der Mensch von den Umständen gebildet wird, so muß man die Umstände menschlich bilden." "Si el hombre es formado por las circunstancias entonces es necesario formar humanamente las circunstancias", Karl Marx in Die heilige Familie / La sagrada familia (MEW 2, 138) From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 08:29:38 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 143E095B for ; Mon, 20 Apr 2015 08:29:38 +0000 (UTC) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1E40C16 for ; Mon, 20 Apr 2015 08:29:37 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so125812971ied.1 for ; Mon, 20 Apr 2015 01:29:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=GA3cD6+XU27YixbxNYOeQhp8Fd7236107AhCQcqPxzM=; b=zmss0W12fdOfFM0UJ9JYdoHa+iarFxyGOHoiA+q4IUGIb1OKqKEcl6R3EIT6FoCAlh vUwgirTiFcgi7SobLkBw5I/wkfU30otO4sgvVdgw6KSydfQc3xJ0FwBMs6gI9k7nz8aE tLmOyzNv/4/fIoukQbrJB+in1fgVWS2E64g+GTFVwU9VaVX3i8dsG550MNry/3guHCrY o50ar79tPF3ACY2ILkEpN2e9QxVJsSjGDARMxZJ3KUPFMo6IEixyCgwyLvTbM0LYIRGz NN6aF2uAfc0nK3RubZvg5HJA1ttAShwRwHO6fDsRcxQ6NsSofr/KMmJRbFZLFJeR13DK ayRA== MIME-Version: 1.0 X-Received: by 10.42.86.12 with SMTP id s12mr17420098icl.47.1429518577182; Mon, 20 Apr 2015 01:29:37 -0700 (PDT) Received: by 10.36.51.16 with HTTP; Mon, 20 Apr 2015 01:29:37 -0700 (PDT) In-Reply-To: <20150420074241.GA3000@c720-r276659> References: <20150420074241.GA3000@c720-r276659> Date: Mon, 20 Apr 2015 12:59:37 +0430 Message-ID: Subject: Re: Broadcom BCM4318 From: Mohammad BadieZadegan To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 08:29:38 -0000 Yes, When I run this daemon for my SSID: Successfully initialized wpa_supplicant wlan0: Trying to associate with 14:cc:20:79:0c:35 (SSID=3D'Saman 4' freq=3D= 2462 MHz) wlan0: Authentication with 14:cc:20:79:0c:35 timed out. wlan0: CTRL-EVENT-DISCONNECTED bssid=3D14:cc:20:79:0c:35 reason=3D3 locally_generated=3D1 wlan0: Trying to associate with 14:cc:20:79:0c:35 (SSID=3D'Saman 4' freq=3D= 2462 MHz) wlan0: Authentication with 14:cc:20:79:0c:35 timed out. wlan0: CTRL-EVENT-DISCONNECTED bssid=3D14:cc:20:79:0c:35 reason=3D3 locally_generated=3D1 wlan0: Trying to associate with 14:cc:20:79:0c:35 (SSID=3D'Saman 4' freq=3D= 2462 MHz) ^Cwlan0: CTRL-EVENT-DISCONNECTED bssid=3D14:cc:20:79:0c:35 reason=3D3 locally_generated=3D1 ioctl[SIOCS80211, op=3D26, val=3D0, arg_len=3D0]: Operation not supported wlan0: CTRL-EVENT-TERMINATING On Mon, Apr 20, 2015 at 12:12 PM, Matthias Apitz wrote: > El d=C3=ADa Monday, April 20, 2015 a las 12:04:43PM +0430, Mohammad > BadieZadegan escribi=C3=B3: > > > Dear Felix Friedlander, > > Thanks for following my issue. > > I copied and reinstall your new bwn-kmod-firmware (0.2.0). > > I think that my state is better than but still I do not get any IP. > > PS: My WiFi LED turned on but it has not get any IP address. > > > > ************** My dmesg *********** > > siba_bwn0: mem > 0xd0204000-0xd0205fff > > irq 20 at device 2.0 on pci5 > > bwn0 on siba_bwn0 > > bwn0: WLAN (chipid 0x4318 rev 9) PHY (analog 3 type 2 rev 7) RADIO (man= uf > > 0x17f ver 0x2050 rev 8) > > bwn0: DMA (32 bits) > > bwn0: firmware version (rev 666 patch 2 date 0xb217 time 0x9e7) > > bwn0: warn: firmware state (0) > > bwn0: warn: firmware state (0) > > bwn0: warn: firmware state (0) > > bwn0: warn: firmware state (0) > > > > ************** My ifconfig ************ > > bwn0: flags=3D8843 metric 0 mtu > 2290 > > ether 00:14:a5:63:39:e5 > > nd6 options=3D29 > > media: IEEE 802.11 Wireless Ethernet autoselect mode 11g > > status: associated > > wlan0: flags=3D8843 metric 0 mt= u > 1500 > > ether 00:14:a5:63:39:e5 > > nd6 options=3D29 > > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > > status: no carrier > > ssid "" channel 4 (2427 MHz 11g) > > country US authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower = 30 > > bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rss= i > 7 > > roam:rate 5 protmode CTS wme roaming MANUAL > > ********************************************** > > The interface wlan0 is not associated with any AP (and so it can not get > any IP addr). Do you run wpa_supplicant(8) daemon with a correct > configuration matching your air radio APs? > > Btw: Please, do not top post and trim your replies. > > matthias > > > -- > Matthias Apitz, guru@unixarea.de, http://www.unixarea.de/ > +49-170-4527211 +49-176-38902045 > "Wenn der Mensch von den Umst=C3=A4nden gebildet wird, so mu=C3=9F man di= e Umst=C3=A4nde > menschlich bilden." > "Si el hombre es formado por las circunstancias entonces es necesario > formar humanamente > las circunstancias", Karl Marx in Die heilige Familie / La sagrada famili= a > (MEW 2, 138) > --=20 From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 10:19:12 2015 Return-Path: Delivered-To: wireless@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A62DBCAA; Mon, 20 Apr 2015 10:19:12 +0000 (UTC) Date: Mon, 20 Apr 2015 10:19:12 +0000 From: Alexey Dokuchaev To: Adrian Chadd Cc: Alexey Dokuchaev , "freebsd-wireless@freebsd.org" Subject: Re: AR9462 PCIe1x card: endless messages in dmesg Message-ID: <20150420101912.GA27065@FreeBSD.org> References: <20150121092039.GB72339@regency.nsu.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 10:19:12 -0000 On Wed, Jan 21, 2015 at 08:06:09AM -0800, Adrian Chadd wrote: > On 21 January 2015 at 01:20, Alexey Dokuchaev wrote: > > Hi there, > > > > Just installed this AR9462-based PCIe (1x) card into my work i386 desktop > > running fortnight-old -CURRENT (r276691). So far so good -- it delivers > > pretty stable, lagless Internet experience, but keeps shitting in kernel > > buffer very quickly with these (tons of them): > > > > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! > > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? > > > > Should I worry about it? What's the proper way to shut it up? > > Put ATH_ENABLE_11N in your kernel config. Haven't used it for a while, but now with 11.0-CURRENT (r280285), suddenly it doesn't work, telling me this in dmesg: ar9300_attach: calling ar9300_hw_attach ar9300_hw_attach: calling ar9300_eeprom_attach ar9300_flash_map: unimplemented for now Restoring Cal data from DRAM Restoring Cal data from EEPROM Restoring Cal data from Flash Restoring Cal data from Flash Restoring Cal data from OTP ar9300_hw_attach: ar9300_eeprom_attach returned 0 ath0: unable to alloc memory for 5120 tx descriptors, error 12 ath0: failed to allocate TX descriptors: 12 device_attach: ath0 attach returned 12 ./danfe From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 20 12:19:49 2015 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DD77989; Mon, 20 Apr 2015 12:19:49 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4170C98B; Mon, 20 Apr 2015 12:19:46 +0000 (UTC) Received: by igblo3 with SMTP id lo3so57160352igb.1; Mon, 20 Apr 2015 05:19:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=FrmGtvBcQXcJWFtKnx6OIV3fLiXh7UKA/wW957Ljs/A=; b=X1Pu5/HPpYAoyFQr0R5yrNCtBzNd45GHll6t8gH5VT+jRdwcPgJt9zFOrstsv7x5Ng fdKucFkT37gKOwKTZBVuwRBG1C7HerotUBgVaXp2AOe1M2h2xoYbFLIWKdawyMTL/0d2 ojb4gtgKG+ngZESax1fvWS8jlIGOqNctm3j2iniIHhf0wRhEvncKcCoyDE3cRbUTEWic 3tVpI0dwSd0O3TkJSXk530V2CI+vb7/S8YTDXb9JRyV9IDMPEV+Aiht8vi6HiN712MSr 5QLP/QsFY2XU1GX+Af5cpCh3cFH0qBI4onaLCUzCjt9jpN7GT/UQee4SmCmaM5k4ZJWn ng4Q== MIME-Version: 1.0 X-Received: by 10.107.46.39 with SMTP id i39mr13681855ioo.8.1429532385787; Mon, 20 Apr 2015 05:19:45 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Mon, 20 Apr 2015 05:19:45 -0700 (PDT) In-Reply-To: <20150420101912.GA27065@FreeBSD.org> References: <20150121092039.GB72339@regency.nsu.ru> <20150420101912.GA27065@FreeBSD.org> Date: Mon, 20 Apr 2015 05:19:45 -0700 X-Google-Sender-Auth: 4cZrbNuMIWTOWVpHcJ7H-OPqSqc Message-ID: Subject: Re: AR9462 PCIe1x card: endless messages in dmesg From: Adrian Chadd To: Alexey Dokuchaev Cc: Alexey Dokuchaev , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2015 12:19:49 -0000 you ran out of contig malloc memory for buffers; you'll have to reboot. -a On 20 April 2015 at 03:19, Alexey Dokuchaev wrote: > On Wed, Jan 21, 2015 at 08:06:09AM -0800, Adrian Chadd wrote: >> On 21 January 2015 at 01:20, Alexey Dokuchaev wrote: >> > Hi there, >> > >> > Just installed this AR9462-based PCIe (1x) card into my work i386 desktop >> > running fortnight-old -CURRENT (r276691). So far so good -- it delivers >> > pretty stable, lagless Internet experience, but keeps shitting in kernel >> > buffer very quickly with these (tons of them): >> > >> > ath0: ath_edma_rxbuf_alloc: nothing on rxbuf?! >> > ath0: ath_edma_rxfifo_alloc: Q1: alloc failed: i=0, nbufs=128? >> > >> > Should I worry about it? What's the proper way to shut it up? >> >> Put ATH_ENABLE_11N in your kernel config. > > Haven't used it for a while, but now with 11.0-CURRENT (r280285), suddenly > it doesn't work, telling me this in dmesg: > > ar9300_attach: calling ar9300_hw_attach > ar9300_hw_attach: calling ar9300_eeprom_attach > ar9300_flash_map: unimplemented for now > Restoring Cal data from DRAM > Restoring Cal data from EEPROM > Restoring Cal data from Flash > Restoring Cal data from Flash > Restoring Cal data from OTP > ar9300_hw_attach: ar9300_eeprom_attach returned 0 > ath0: unable to alloc memory for 5120 tx descriptors, error 12 > ath0: failed to allocate TX descriptors: 12 > device_attach: ath0 attach returned 12 > > ./danfe From owner-freebsd-wireless@FreeBSD.ORG Tue Apr 21 19:23:28 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86AF6A6F; Tue, 21 Apr 2015 19:23:28 +0000 (UTC) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50DFF1171; Tue, 21 Apr 2015 19:23:28 +0000 (UTC) Received: by iebrs15 with SMTP id rs15so21599882ieb.3; Tue, 21 Apr 2015 12:23:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=t8rA24C99axlYE6TtWW+8AuoXaR4oJw/Y4i4Xq5Dybc=; b=UIOHQXGiaQdmyMtInm3p27OnGsyWxOc/WUJldSkmN1kqHFv+ikjoq/Kaz3yi9pH3f5 Sl5g8eRwQMphlaH7daQkCib9kThcOk7sZ3wpVDyW3fK3euE6XHbLNd80apt6jCGC4RVj HuUHNvkclJiqoMHhSsR/2kBCRqPgA/xtiH+HHpOt8WwUSq/Xxl3apOOOXeWibbCwwaVN UQ0ivkhh/g0B5HI5SMZZpZpSt5Tjb8c3REXhEf6WT7MjNmdS6Z75/9SHR0ZdCfV8gzZQ J7hzUZrOfyYylzYTmvsnS9nRzhMMca1a+gNPil5mTq4xNVhJ4TEzSqGzRny0MRUrPifD iW+g== MIME-Version: 1.0 X-Received: by 10.50.64.244 with SMTP id r20mr30649849igs.48.1429644207789; Tue, 21 Apr 2015 12:23:27 -0700 (PDT) Received: by 10.36.51.129 with HTTP; Tue, 21 Apr 2015 12:23:27 -0700 (PDT) In-Reply-To: <2408123.McWtPaBMsU@akita> References: <2408123.McWtPaBMsU@akita> Date: Tue, 21 Apr 2015 21:23:27 +0200 Message-ID: Subject: Re: CTF: wpa_supplicant/hostapd 2.4 import From: "Ranjan1018 ." <214748mv@gmail.com> To: Rui Paulo Cc: "freebsd-wireless@freebsd.org" , FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 19:23:28 -0000 2015-04-19 23:35 GMT+02:00 Rui Paulo : > Hi, > > Please test the new wpa_supplicant/hostapd. Here's the patch against > FreeBSD > HEAD: > > https://people.freebsd.org/~rpaulo/wpa-2.4.diff > > Thanks, > > It works for me with LAGG(4). # uname -a FreeBSD ativ 11.0-CURRENT FreeBSD 11.0-CURRENT #5 r281782M: Mon Apr 20 21:31:22 CEST 2015 root@ativ:/usr/obj/usr/src/sys/GENERIC amd64 # ifconfig ath0: flags=8843 metric 0 mtu 2290 ether 18:67:b0:39:bd:23 nd6 options=21 media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng status: associated re0: flags=8843 metric 0 mtu 1500 options=8209b ether 18:67:b0:39:bd:23 nd6 options=29 media: Ethernet autoselect (none) status: no carrier lo0: flags=8049 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 nd6 options=21 groups: lo lagg0: flags=8843 metric 0 mtu 1500 ether 18:67:b0:39:bd:23 inet 192.168.0.51 netmask 0xffffff00 broadcast 192.168.0.255 nd6 options=29 media: Ethernet autoselect status: active groups: lagg laggproto failover lagghash l2,l3,l4 laggport: re0 flags=1 laggport: wlan0 flags=4 wlan0: flags=8843 metric 0 mtu 1500 ether 18:67:b0:39:bd:23 nd6 options=29 media: IEEE 802.11 Wireless Ethernet MCS mode 11ng status: associated ssid netis channel 1 (2412 MHz 11g ht/20) bssid 08:10:77:53:bc:b5 regdomain 101 indoor ecm authmode WPA2/802.11i privacy ON deftxkey UNDEF TKIP 2:128-bit txpower 20 bmiss 7 scanvalid 60 protmode CTS ampdulimit 32k ampdudensity 16 shortgi wme burst roaming MANUAL groups: wlan vboxnet0: flags=8802 metric 0 mtu 1500 ether 0a:00:27:00:00:00 nd6 options=29 media: Ethernet autoselect status: active tun0: flags=8051 metric 0 mtu 1500 options=80000 inet6 fe80::1a67:b0ff:fe39:bd23%tun0 prefixlen 64 scopeid 0x7 inet 10.7.0.6 --> 10.7.0.5 netmask 0xffffffff nd6 options=21 groups: tun Opened by PID 990 tun1: flags=8051 metric 0 mtu 1500 options=80000 inet6 fe80::1a67:b0ff:fe39:bd23%tun1 prefixlen 64 scopeid 0x8 inet 10.8.0.14 --> 10.8.0.13 netmask 0xffffffff nd6 options=21 groups: tun Opened by PID 997 Regards Maurizio From owner-freebsd-wireless@FreeBSD.ORG Wed Apr 22 10:46:20 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B7469C3 for ; Wed, 22 Apr 2015 10:46:20 +0000 (UTC) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C76CB1F5B for ; Wed, 22 Apr 2015 10:46:19 +0000 (UTC) Received: by wicmx19 with SMTP id mx19so83564088wic.1 for ; Wed, 22 Apr 2015 03:46:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:resent-message-id:to:cc:subject :in-reply-to:references:mime-version:content-type:content-id :content-transfer-encoding:date:resent-from:resent-to:resent-cc :resent-date; bh=MDz81IhcxrJN4rIKifQTBeH+fqXgOzd1q99VQ6eTXiA=; b=nBJUu66dsvxI9BZIwgxygM4WJKSyw5TalhmIT75DcuWCx1AnESjEyHPXu1j12JjLiw S6wqjeM79O3Wlo3BXLFhQy8DX2uyVig1pYp0PL2kSqrike46Yo67TfU0H/jLZwSk6UcX qm/w8WjMfwioSKyyiw4tjjy3F3fA+YLkzrp/si01ePqVGaVkQwMwtunNeZa1DPr28/ws AY/U2Ek1AgawemzK4+pyetyna2xhEiDFvxCy7D884CJl7Yy80KgNCfbeN4HUkHgqVSSf MbALvJ96wED6I5khNsdyni85C5LM/T1dz7TbOM6xjr0oTG2j9bjUdn/oiRL08zqFvTgn UX7A== X-Gm-Message-State: ALoCoQmPBbRHYNBPZ6G62wQdOz9z9LiLInibCfjblDXcVLaOjTJkw0ZrfD+KAW6bRlpyuntMmPDg X-Received: by 10.194.175.70 with SMTP id by6mr50869579wjc.42.1429699571675; Wed, 22 Apr 2015 03:46:11 -0700 (PDT) Received: from clue.co.za ([197.89.111.34]) by mx.google.com with ESMTPSA id g5sm6776938wjr.19.2015.04.22.03.46.10 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Apr 2015 03:46:11 -0700 (PDT) Message-ID: <55377bf3.653cc20a.6e28.54ad@mx.google.com> From: Ian FREISLICH X-Google-Original-From: Ian FREISLICH Received: from localhost ([127.0.0.1] helo=zen) by clue.co.za with esmtp (Exim 4.85 (FreeBSD)) (envelope-from ) id 1YksAS-0000m1-AI; Wed, 22 Apr 2015 12:46:08 +0200 Resent-Message-Id: To: Rui Paulo cc: "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org Subject: Re: CTF: wpa_supplicant/hostapd 2.4 import In-Reply-To: <2408123.McWtPaBMsU@akita> References: <2408123.McWtPaBMsU@akita> X-Attribution: BOFH MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2949.1429699452.1@zen> Content-Transfer-Encoding: quoted-printable Date: Wed, 22 Apr 2015 12:44:12 +0200 Resent-From: ianf@capeaugusta.com Resent-To: Rui Paulo Resent-cc: "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org Resent-Date: Wed, 22 Apr 2015 12:46:08 +0200 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 10:46:20 -0000 Rui Paulo wrote: > Hi, > = > Please test the new wpa_supplicant/hostapd. Here's the patch against Fr= eeBSD = > HEAD: > = > https://people.freebsd.org/~rpaulo/wpa-2.4.diff EAP never actually completes the association. Authentication completes but the link never actually comes up. This configuration worked with the previous wpa_supplicant. Config: network=3D{ ssid=3D"quasar" key_mgmt=3DWPA-EAP eap=3DPEAP identity=3D"zen" password=3D"xxxxxxxxxxxxx" priority=3D8 } RADIUS log: Wed Apr 22 12:28:20 2015 : Auth: Login OK: [zen] (from client AP-PRO-1 por= t 0 cli 00-22-5F-70-A1-DF) Client log: Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: Trying to associate with = 00:27:22:6c:0b:8f (SSID=3D'quasar' freq=3D2437 MHz) Apr 22 12:28:20 zen kernel: wlan0: link state changed to UP Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: Associated with 00:27:22:= 6c:0b:8f Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-STARTED EA= P authentication started Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PROPOSED-M= ETHOD vendor=3D0 method=3D4 -> NAK Apr 22 12:28:20 zen dhclient[2297]: send_packet: No buffer space available Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PROPOSED-M= ETHOD vendor=3D0 method=3D25 Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-METHOD EAP= vendor 0 method 25 (PEAP) selected Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PEER-CERT = depth=3D1 subject=3D'/C=3DZA/ST=3DWestern Cape/O=3DFreislich Home Network/= OU=3DFreislich Home/CN=3Dfreislich.nom.za/emailAddress=3Dca@freislich.nom.= za' hash=3D79d3b2233b7c0e261445f3fe488ef259fdab3c2fbe0727043ff47b0f3f3d22a= 0 Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PEER-CERT = depth=3D1 subject=3D'/C=3DZA/ST=3DWestern Cape/O=3DFreislich Home Network/= OU=3DFreislich Home/CN=3Dfreislich.nom.za/emailAddress=3Dca@freislich.nom.= za' hash=3D79d3b2233b7c0e261445f3fe488ef259fdab3c2fbe0727043ff47b0f3f3d22a= 0 Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PEER-CERT = depth=3D0 subject=3D'/C=3DZA/ST=3DWestern Cape/L=3DCape Town/O=3DFreislich= Home Network/OU=3DFreislich Home/CN=3Dfreislich.nom.za/emailAddress=3Dca@= freislich.nom.za' hash=3Dea38723d53e84d2574f9edf105cdb904b773479badfedab1f= 8b9d1abbab0c12e Apr 22 12:28:20 zen wpa_supplicant[2191]: EAP-MSCHAPV2: Authentication suc= ceeded Apr 22 12:28:20 zen wpa_supplicant[2191]: EAP-TLV: TLV Result - Success - = EAP-TLV/Phase2 Completed Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-SUCCESS EA= P authentication completed successfully Apr 22 12:28:21 zen kernel: wlan0: link state changed to DOWN Apr 22 12:28:21 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-DISCONNECTED b= ssid=3D00:27:22:6c:0b:8f reason=3D0 Apr 22 12:28:24 zen wpa_supplicant[2191]: wlan0: Trying to associate with = 00:27:22:6c:0b:8f (SSID=3D'quasar' freq=3D2437 MHz) Apr 22 12:28:24 zen wpa_supplicant[2191]: wlan0: Associated with 00:27:22:= 6c:0b:8f Apr 22 12:28:24 zen kernel: wlan0: link state changed to UP Apr 22 12:28:24 zen dhclient[2297]: send_packet: No buffer space available Apr 22 12:28:29 zen last message repeated 2 times Apr 22 12:28:34 zen wpa_supplicant[2191]: wlan0: Authentication with 00:27= :22:6c:0b:8f timed out. Apr 22 12:28:34 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-DISCONNECTED b= ssid=3D00:27:22:6c:0b:8f reason=3D3 locally_generated=3D1 Apr 22 12:28:34 zen kernel: wlan0: link state changed to DOWN Ian -- = Ian Freislich From owner-freebsd-wireless@FreeBSD.ORG Wed Apr 22 20:42:19 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D5A6FA3; Wed, 22 Apr 2015 20:42:19 +0000 (UTC) Received: from st11p00im-asmtp001.me.com (st11p00im-asmtp001.me.com [17.172.80.95]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 583F012EC; Wed, 22 Apr 2015 20:42:19 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NN200AKAK1YQW10@st11p00im-asmtp001.me.com>; Sun, 19 Apr 2015 19:41:59 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-19_03:2015-04-17,2015-04-19,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504190175 From: Rui Paulo To: "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org Subject: CTF: wpa_supplicant/hostapd 2.4 import Date: Sun, 19 Apr 2015 12:41:57 -0700 Message-id: <1537009.8hcWOSdFGB@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 20:42:19 -0000 Hi, Please test the new wpa_supplicant/hostapd. Here's the patch against FreeBSD HEAD: https://people.freebsd.org/~rpaulo/wpa-2.4.diff Thanks, -- Rui Paulo From owner-freebsd-wireless@FreeBSD.ORG Wed Apr 22 23:37:14 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2851BCDE for ; Wed, 22 Apr 2015 23:37:14 +0000 (UTC) Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC31F1597 for ; Wed, 22 Apr 2015 23:37:13 +0000 (UTC) Received: by obbeb7 with SMTP id eb7so1371978obb.3 for ; Wed, 22 Apr 2015 16:37:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=b1LzF/FMUgB0cw0NWyRalYE5+OLPQ3Ft+5YddHw+pZI=; b=MENECZbQF4MS+3jr0g58PnwLjRfEpqznqSEcIthvABbgx/6UlkBfB67yMdrKQj7Hur lqyx0esFsZp9wEz+HtUmcSlSBbuSGbJ9pjYj9sqV7ip+izKGv8kWM8idUav7F4sruYbL HV02QD/A9ZoMf06fVShdDgGtT1QWoZ65BgclyB/FgXDNVAVZMnDDkY1uFAbVINAGlvyK ib3AsLBGO01WHdbD20fzqpm4hNysqVtbRihR2zttE6HhxRjkOqLWHssOibHyux0wg31O QxnlgAZqMczTv733B7KZuQvuFj2RrRFyLnCLdDX2/8+6/z5TQL9AnW5OfKA/i27FyVbj RD+g== X-Gm-Message-State: ALoCoQkSLJeNxSJ3RELQV7RsWr9dS0tRpCBctWnvrM5T3buAeG1VTmpqNG2JACc7pKxwd37poTYQ MIME-Version: 1.0 X-Received: by 10.60.103.234 with SMTP id fz10mr30464oeb.11.1429745826971; Wed, 22 Apr 2015 16:37:06 -0700 (PDT) Received: by 10.202.80.6 with HTTP; Wed, 22 Apr 2015 16:37:06 -0700 (PDT) In-Reply-To: <1537009.8hcWOSdFGB@akita> References: <1537009.8hcWOSdFGB@akita> Date: Thu, 23 Apr 2015 01:37:06 +0200 Message-ID: Subject: Re: CTF: wpa_supplicant/hostapd 2.4 import From: Oliver Pinter To: Rui Paulo Cc: "freebsd-wireless@freebsd.org" , FreeBSD-Current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 23:37:14 -0000 Rui, FYI: http://w1.fi/security/2015-1/wpa_supplicant-p2p-ssid-overflow.txt On Sun, Apr 19, 2015 at 9:41 PM, Rui Paulo wrote: > Hi, > > Please test the new wpa_supplicant/hostapd. Here's the patch against FreeBSD > HEAD: > > https://people.freebsd.org/~rpaulo/wpa-2.4.diff > > Thanks, > -- > Rui Paulo > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-wireless@FreeBSD.ORG Thu Apr 23 00:17:17 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE27C5D2 for ; Thu, 23 Apr 2015 00:17:17 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97C071A58 for ; Thu, 23 Apr 2015 00:17:17 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3N0HHhj059875 for ; Thu, 23 Apr 2015 00:17:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 199632] [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354). Date: Thu, 23 Apr 2015 00:17:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: s3erios@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 00:17:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199632 Bug ID: 199632 Summary: [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354). Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: s3erios@gmail.com Keywords: patch Created attachment 155886 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155886&action=edit Use bssid validation for data frames only + add RUN -> RUN state transition However, IBSS merge will be performed only if a driver calls ieee80211_ibss_merge(); so, this applicable to the ath(4) only. Also, this should fix bug 167870. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Thu Apr 23 01:52:32 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A11C46C4 for ; Thu, 23 Apr 2015 01:52:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B72313DD for ; Thu, 23 Apr 2015 01:52:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3N1qWqv078027 for ; Thu, 23 Apr 2015 01:52:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 199522] [patch][if_run] add support WLI-UC-G300HP Date: Thu, 23 Apr 2015 01:52:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 01:52:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199522 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: kevlo Date: Thu Apr 23 01:52:09 UTC 2015 New revision: 281878 URL: https://svnweb.freebsd.org/changeset/base/281878 Log: MFC r281745: Add new USB ID. PR: 199522 Changes: _U stable/10/ stable/10/share/man/man4/run.4 stable/10/sys/dev/usb/usbdevs stable/10/sys/dev/usb/wlan/if_run.c -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Thu Apr 23 02:01:52 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A118773A; Thu, 23 Apr 2015 02:01:52 +0000 (UTC) Received: from st11p00im-asmtp001.me.com (st11p00im-asmtp001.me.com [17.172.80.95]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77E841509; Thu, 23 Apr 2015 02:01:52 +0000 (UTC) Received: from akita.localnet (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by st11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NN800KD3LN11420@st11p00im-asmtp001.me.com>; Thu, 23 Apr 2015 02:01:50 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-22_06:2015-04-22,2015-04-22,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504230023 From: Rui Paulo To: Ian FREISLICH Cc: "freebsd-wireless@freebsd.org" , freebsd-current@freebsd.org Subject: Re: CTF: wpa_supplicant/hostapd 2.4 import Date: Wed, 22 Apr 2015 19:01:48 -0700 Message-id: <3845818.sZ85oEnXDh@akita> User-Agent: KMail/4.14.3 (FreeBSD/11.0-CURRENT; KDE/4.14.3; amd64; ; ) In-reply-to: <55377bf3.653cc20a.6e28.54ad@mx.google.com> References: <2408123.McWtPaBMsU@akita> <55377bf3.653cc20a.6e28.54ad@mx.google.com> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 02:01:52 -0000 On Wednesday 22 April 2015 12:44:12 Ian FREISLICH wrote: > Rui Paulo wrote: > > Hi, > > > > Please test the new wpa_supplicant/hostapd. Here's the patch against > > FreeBSD> > > HEAD: > > https://people.freebsd.org/~rpaulo/wpa-2.4.diff > > EAP never actually completes the association. Authentication > completes but the link never actually comes up. This configuration > worked with the previous wpa_supplicant. > > Config: > network={ > ssid="quasar" > key_mgmt=WPA-EAP > eap=PEAP > identity="zen" > password="xxxxxxxxxxxxx" > priority=8 > } > > > RADIUS log: > Wed Apr 22 12:28:20 2015 : Auth: Login OK: [zen] (from client AP-PRO-1 port > 0 cli 00-22-5F-70-A1-DF) > > Client log: > Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: Trying to associate with > 00:27:22:6c:0b:8f (SSID='quasar' freq=2437 MHz) Apr 22 12:28:20 zen kernel: > wlan0: link state changed to UP > Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: Associated with > 00:27:22:6c:0b:8f Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: > CTRL-EVENT-EAP-STARTED EAP authentication started Apr 22 12:28:20 zen > wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 > method=4 -> NAK Apr 22 12:28:20 zen dhclient[2297]: send_packet: No buffer > space available Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: > CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25 Apr 22 12:28:20 zen > wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 > (PEAP) selected Apr 22 12:28:20 zen wpa_supplicant[2191]: wlan0: > CTRL-EVENT-EAP-PEER-CERT depth=1 subject='/C=ZA/ST=Western Cape/O=Freislich > Home Network/OU=Freislich > Home/CN=freislich.nom.za/emailAddress=ca@freislich.nom.za' > hash=79d3b2233b7c0e261445f3fe488ef259fdab3c2fbe0727043ff47b0f3f3d22a0 Apr > 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PEER-CERT > depth=1 subject='/C=ZA/ST=Western Cape/O=Freislich Home > Network/OU=Freislich > Home/CN=freislich.nom.za/emailAddress=ca@freislich.nom.za' > hash=79d3b2233b7c0e261445f3fe488ef259fdab3c2fbe0727043ff47b0f3f3d22a0 Apr > 22 12:28:20 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-PEER-CERT > depth=0 subject='/C=ZA/ST=Western Cape/L=Cape Town/O=Freislich Home > Network/OU=Freislich > Home/CN=freislich.nom.za/emailAddress=ca@freislich.nom.za' > hash=ea38723d53e84d2574f9edf105cdb904b773479badfedab1f8b9d1abbab0c12e Apr > 22 12:28:20 zen wpa_supplicant[2191]: EAP-MSCHAPV2: Authentication > succeeded Apr 22 12:28:20 zen wpa_supplicant[2191]: EAP-TLV: TLV Result - > Success - EAP-TLV/Phase2 Completed Apr 22 12:28:20 zen > wpa_supplicant[2191]: wlan0: CTRL-EVENT-EAP-SUCCESS EAP authentication > completed successfully Apr 22 12:28:21 zen kernel: wlan0: link state > changed to DOWN > Apr 22 12:28:21 zen wpa_supplicant[2191]: wlan0: CTRL-EVENT-DISCONNECTED > bssid=00:27:22:6c:0b:8f reason=0 Apr 22 12:28:24 zen wpa_supplicant[2191]: > wlan0: Trying to associate with 00:27:22:6c:0b:8f (SSID='quasar' freq=2437 > MHz) Apr 22 12:28:24 zen wpa_supplicant[2191]: wlan0: Associated with > 00:27:22:6c:0b:8f Apr 22 12:28:24 zen kernel: wlan0: link state changed to > UP > Apr 22 12:28:24 zen dhclient[2297]: send_packet: No buffer space available > Apr 22 12:28:29 zen last message repeated 2 times > Apr 22 12:28:34 zen wpa_supplicant[2191]: wlan0: Authentication with > 00:27:22:6c:0b:8f timed out. Apr 22 12:28:34 zen wpa_supplicant[2191]: > wlan0: CTRL-EVENT-DISCONNECTED bssid=00:27:22:6c:0b:8f reason=3 > locally_generated=1 Apr 22 12:28:34 zen kernel: wlan0: link state changed > to DOWN Can you send me the log of the previous wpa_supplicant version? -- Rui Paulo From owner-freebsd-wireless@FreeBSD.ORG Fri Apr 24 07:16:55 2015 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF54BA4C for ; Fri, 24 Apr 2015 07:16:55 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFA0B1033 for ; Fri, 24 Apr 2015 07:16:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=nTKBuBNuVUPkhOlpAYNZ6o71wIHYkRpQ3RQX3bCRPcs=; b=RwEzNJSIGAQcvW1Y/eeEvPgzoWJjPtLW7d4hqhxzp3V17nK5xGu/aqxA1yzSh5/M7f+B3LALNlSlA0XhZf8fVrsJzxjJWvqebg31GjXgH/IkMmwYxAaVHKDhS25WUkWIHMkuBeyRTHCprc5yo+GqmJP2MrRb9knPnCRd6iP3GkI=; Received: from [114.121.133.83] (port=46331 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1YlXqx-0042oF-Gn for freebsd-wireless@freebsd.org; Fri, 24 Apr 2015 01:16:48 -0600 Date: Fri, 24 Apr 2015 15:16:37 +0800 From: Erich Dollansky To: freebsd-wireless@freebsd.org Subject: buffer overflow in wpa_supplicant? Message-ID: <20150424151637.6996f5f7@B85M-HD3-0.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 07:16:55 -0000 Hi, isn't FreeBSD affected too? http://w1.fi/security/2015-1/wpa_supplicant-p2p-ssid-overflow.txt Erich From owner-freebsd-wireless@FreeBSD.ORG Fri Apr 24 18:36:14 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E1565D for ; Fri, 24 Apr 2015 18:36:14 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C36911D6 for ; Fri, 24 Apr 2015 18:36:14 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3OIaESk044168 for ; Fri, 24 Apr 2015 18:36:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 199672] [net80211] [patch]: replace some duplicate code with function call + fix a comment Date: Fri, 24 Apr 2015 18:36:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: s3erios@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 18:36:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199672 Bug ID: 199672 Summary: [net80211] [patch]: replace some duplicate code with function call + fix a comment Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: s3erios@gmail.com Keywords: patch Created attachment 155954 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155954&action=edit Add node_clear_keyixmap() and use it in the ieee80211_free_node() / node_reclaim() -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-wireless@FreeBSD.ORG Fri Apr 24 23:01:58 2015 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAE8DFFF; Fri, 24 Apr 2015 23:01:58 +0000 (UTC) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 022E21F3D; Fri, 24 Apr 2015 23:01:57 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.9/8.14.9) with ESMTP id t3ON1q5i054969; Fri, 24 Apr 2015 16:01:52 -0700 (PDT) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.9/8.14.9/Submit) id t3ON1ptA054968; Fri, 24 Apr 2015 16:01:51 -0700 (PDT) (envelope-from david) Date: Fri, 24 Apr 2015 16:01:51 -0700 From: David Wolfskill To: stable@freebsd.org Cc: wireless@freebsd.org Subject: stable/10 panic; _ieee80211_crypto_delkey() likely involved Message-ID: <20150424230151.GQ37361@albert.catwhisker.org> Mail-Followup-To: David Wolfskill , stable@freebsd.org, wireless@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="HAv5+T9jbwMPl6Kw" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 23:01:59 -0000 --HAv5+T9jbwMPl6Kw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I was reading some recent commits to stable/10 after just having issued "service netif restart iwn0" in an effort to get wlan0 to re-associate, and my laptop panicked: Fri Apr 24 15:28:37 PDT 2015 FreeBSD localhost 10.1-STABLE FreeBSD 10.1-STABLE #46 r281921M/281927:1001= 512: Fri Apr 24 04:24:32 PDT 2015 root@g1-254.catwhisker.org:/common/S1= /obj/usr/src/sys/CANARY i386 panic: page fault =2E.. Unread portion of the kernel message buffer: Fatal trap 12: page fault while in kernel mode cpuid =3D 5; apic id =3D 05 fault virtual address =3D 0x18 fault code =3D supervisor read, page not present instruction pointer =3D 0x20:0xc0bceff2 stack pointer =3D 0x28:0xc650f754 frame pointer =3D 0x28:0xc650f7a4 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, def32 1, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 3493 (wpa_supplicant) trap number =3D 12 panic: page fault cpuid =3D 5 KDB: stack backtrace: #0 0xc0b1fd52 at kdb_backtrace+0x52 #1 0xc0ae13cf at panic+0x11f #2 0xc0f65804 at trap_fatal+0x324 #3 0xc0f65b65 at trap_pfault+0x355 #4 0xc0f65224 at trap+0x674 #5 0xc0f5059c at calltrap+0x6 #6 0xc0bceede at ieee80211_crypto_delkey+0x1e #7 0xc0be43a6 at ieee80211_ioctl_delkey+0x76 #8 0xc0be3115 at ieee80211_ioctl_set80211+0x585 #9 0xc0c0d8b1 at in_control+0x221 #10 0xc0bac060 at ifioctl+0x1460 #11 0xc0b40848 at soo_ioctl+0x2e8 #12 0xc0b38768 at kern_ioctl+0x258 #13 0xc0b3846c at sys_ioctl+0xec #14 0xc0f662c6 at syscall+0x4a6 #15 0xc0f50631 at Xint0x80_syscall+0x21 Uptime: 7h2m17s Physical memory: 3270 MB =2E.. #0 doadump (textdump=3D-824728192) at pcpu.h:233 233 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump (textdump=3D-824728192) at pcpu.h:233 #1 0xc0ae103d in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:452 #2 0xc0ae140d in panic (fmt=3D) at /usr/src/sys/kern/kern_shutdown.c:759 #3 0xc0f65804 in trap_fatal (frame=3D,=20 eva=3D) at /usr/src/sys/i386/i386/trap.c:1023 #4 0xc0f65b65 in trap_pfault (frame=3D0x0, usermode=3D,=20 eva=3D0) at /usr/src/sys/i386/i386/trap.c:835 #5 0xc0f65224 in trap (frame=3D0xc650f714) at /usr/src/sys/i386/i386/trap.= c:532 #6 0xc0f5059c in calltrap () at /usr/src/sys/i386/i386/exception.s:170 #7 0xc0bceff2 in _ieee80211_crypto_delkey () at /usr/src/sys/net80211/ieee80211_crypto.c:105 #8 0xc0bceede in ieee80211_crypto_delkey (vap=3D0xd46a0000, key=3D0xd46a06= 70) at /usr/src/sys/net80211/ieee80211_crypto.c:461 #9 0xc0be43a6 in ieee80211_ioctl_delkey (vap=3D0xd46a0000,=20 ireq=3D) at /usr/src/sys/net80211/ieee80211_ioctl.c:1252 #10 0xc0be3115 in ieee80211_ioctl_set80211 () at /usr/src/sys/net80211/ieee80211_ioctl.c:2814 #11 0xc0c0d8b1 in in_control (so=3D, cmd=3DCannot acce= ss memory at address 0xfffffffb ) at /usr/src/sys/netinet/in.c:308 #12 0xc0bac060 in ifioctl (so=3D0xd46a0000, cmd=3D2149345770,=20 data=3D, td=3D) at /usr/src/sys/net/if.c:2751 #13 0xc0b40848 in soo_ioctl (fp=3D0xd00fd348, cmd=3D,= =20 data=3D0xc650fa40, active_cred=3D0xd000de80, td=3D0xd46a0000) at /usr/src/sys/kern/sys_socket.c:212 #14 0xc0b38768 in kern_ioctl (td=3D,=20 fd=3D, com=3D) at file.h:320 #15 0xc0b3846c in sys_ioctl (uap=3D) at /usr/src/sys/kern/sys_generic.c:718 #16 0xc0f662c6 in syscall (frame=3D) at subr_syscall.c= :134 #17 0xc0f50631 in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:270 #18 0x00000033 in ?? () Previous frame inner to this frame (corrupt stack?) Current language: auto; currently minimal (kgdb)=20 =2E... I have the crash dump & text dumps available, and can put the latter up on my Web server for a bit if that would be useful. Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who murder in the name of God or prophet are blasphemous cowards. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --HAv5+T9jbwMPl6Kw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJVOstfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RThEMDY4QTIxMjc1MDZFRDIzODYzRTc4 QTY3RjlDOERFRjQxOTNCAAoJEIpn+cje9Bk7t/gP+gJY5HKysFfTIaIPSv9yFDpP ouRV0hcGn9uPTjtHaGqQGrI0gf+pX5JRydy8WVJ+MIIWb77ZyHTJkwnyEGScqDTZ SL+escgptzxiABv/tRYzbuRu3gXQLXxrKAZpPgZCyNw7kWuCU3vpY+r9SnB2EokT uq74JFo25biZlecTwzAyJQpST0+Xp78A7sQnWULulY3m3tq27mHtKAhQKWJg1Llp iku9cLSLMW0IKIxUoyaRBRpDRUNRAskSl1qtFzlMGEOEvcAkXdCa3TMz03wabH4T t0gvFW9B7lPUr0kprGDOohStIaXhF9H76z+0dF/ZG7G9b76GXIDnkykso+ArE6TB UB+FryL32HHOigRG5285NG2YOhHE1lFPUEUVKZXa6E0jH1w829mjgL5AsccTC/zc jO2t3F8WXV1uA31j2+okfiCG/tletUecTl+mmliMIaxJuDPvkA4C+LxNzf1SS/eo e0NVjfwS++VUYexcQCBhLsAdDPqdodgMc8SW0JFgxWfGbl22OLIJgQnJVKrR8dIe BY2JNTeIPQ3SAA57PkCaGG5Wa22OaLVLw54r2VQwBKcCogeXl3ch0OxkJo3uzu0/ FWC8ytZkw3U/nETlViB8BrclYcjAHLk1eIdqkZqov2Tq0xiHrAt8+CEwhTyLafzx vsZfRZYA9v9wQ7s0IHS1 =aiiu -----END PGP SIGNATURE----- --HAv5+T9jbwMPl6Kw-- From owner-freebsd-wireless@FreeBSD.ORG Sat Apr 25 01:04:06 2015 Return-Path: Delivered-To: freebsd-wireless@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E977D6F for ; Sat, 25 Apr 2015 01:04:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC1E1A70 for ; Sat, 25 Apr 2015 01:04:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3P146OA025666 for ; Sat, 25 Apr 2015 01:04:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-wireless@FreeBSD.org Subject: [Bug 199676] [net80211] [patch]: fix possible kernel panic in IBSS mode (iv_bss may be freed twice) Date: Sat, 25 Apr 2015 01:04:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: wireless X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: s3erios@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-wireless@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Apr 2015 01:04:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199676 Bug ID: 199676 Summary: [net80211] [patch]: fix possible kernel panic in IBSS mode (iv_bss may be freed twice) Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: wireless Assignee: freebsd-wireless@FreeBSD.org Reporter: s3erios@gmail.com Keywords: patch Created attachment 155958 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155958&action=edit Remove old iv_bss entry from the node table This may happen on RUN -> SCAN -> RUN -> SCAN state transition: 1. RUN -> SCAN: in ieee80211_sta_join1(): iv_bss will be moved to obss, refcnt will be reduced by 2 (default minimum). Now, if old iv_bss have some extra references (for example, from unacknowledged probe responses), it will not be freed and will stay in the node table. 2. SCAN -> RUN. 3. If old iv_bss will not be deleted by the time when the next RUN -> SCAN state transition occurs, then sta_leave() will reduce it's reference counter once more. As a result, two last users will free it -> this will lead to kernel panic. In this patch old iv_bss entry is explicitly removed from the node table in ieee80211_sta_join1() (as a result, it will not be processed by sta_leave()). -- You are receiving this mail because: You are the assignee for the bug.