From owner-freebsd-wireless@freebsd.org Fri Oct 16 18:20:59 2015 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D37D7A177F3 for ; Fri, 16 Oct 2015 18:20:59 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id AFEFBFA7 for ; Fri, 16 Oct 2015 18:20:59 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id AD2FEA177F1; Fri, 16 Oct 2015 18:20:59 +0000 (UTC) Delivered-To: wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 926D6A177EF; Fri, 16 Oct 2015 18:20:59 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (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 22A9EF9C; Fri, 16 Oct 2015 18:20:59 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by lbcao8 with SMTP id ao8so105783915lbc.3; Fri, 16 Oct 2015 11:20:56 -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:content-transfer-encoding; bh=4ND4/aCQ/i/BKNh3gj6yBHX9TjWZEYW6gwyHfaf/XMY=; b=hdEvPLvQYaL/OjcKrP1XtVX+rexnLs25kL3nF513Ob+2Dd3FxCiKOcDnXjNy9jjiOd gga3n9IS5OyrN3AzmsnKX29t5JWqwLu50lwmpfGjTarOvsm2sJ4XgUd621kFoMCgYfKk eVs1CvMq4gPWqCnP00zeRw0tvP7KKfKDBnyKyMmYhDQ34xY497WaeaRqP9savHh2DA6T Xq+Td1xqaflJK9Gu7XY1kfZaTgsowgxjvuhMlc+scKVEYKqo+x0Aj9YzQrk+QIdbuMLE l+zNy9TDtGKjXMoFEei9yzz9cO9VDJiblztciVcOD/cBHaesQIfz4emB4oG/yf3j7lgi fPkw== MIME-Version: 1.0 X-Received: by 10.112.14.9 with SMTP id l9mr9007469lbc.91.1445019656750; Fri, 16 Oct 2015 11:20:56 -0700 (PDT) Received: by 10.25.82.77 with HTTP; Fri, 16 Oct 2015 11:20:56 -0700 (PDT) In-Reply-To: References: <1444798812.3234.58.camel@me.com> Date: Fri, 16 Oct 2015 20:20:56 +0200 Message-ID: Subject: Re: CFT: wpa_supplicant/hostapd 2.5 From: Nikolay Denev To: Adrian Chadd Cc: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= , Rui Paulo , FreeBSD Current , "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 16 Oct 2015 18:21:00 -0000 I'm not sure yet if this is related but I've just upgraded to latest 10-stable from svn and I'm also seeing issues. Running hostapd in foreground like this : /usr/sbin/hostapd -P /var/run/hostapd.pid -d /etc/hostapd.conf I see one client connect and then attempts from other clients time out. When I give hostapd Ctrl-C I see this: wlan0: AP-STA-CONNECTED 00:bb:3a:03:09:32 wlan0: STA 00:bb:3a:03:09:32 IEEE 802.1X: authorizing port wlan0: STA 00:bb:3a:03:09:32 RADIUS: starting accounting session 56213F3C-00000000 wlan0: STA 00:bb:3a:03:09:32 WPA: pairwise key handshake completed (RSN) ^Celoop: could not process SIGINT or SIGTERM in two seconds. Looks like t= here is a bug that ends up in a busy loop that prevents clean shutdown. Killing program forcefully. --Nikolay On Fri, Oct 16, 2015 at 6:12 PM, Adrian Chadd wrot= e: > Wait, there's a regression with wifi in -HEAD? What's the deal? > > > -a > > > On 16 October 2015 at 02:21, Olivier Cochard-Labb=C3=A9 wrote: >> On Wed, Oct 14, 2015 at 7:00 AM, Rui Paulo wrote: >> >>> Hi, >>> >>> Please download and test the wpa_supplicant/hostapd import patch: >>> >>> http://people.freebsd.org/~rpaulo/patches/wpa-2.5.diff >>> >>> >>> >> Your patch were ested with success: >> - hostapd v2.5 >> - Atheros 9280 (ath) in hostapd mode (WPA2-EAP/TLS using a RADIUS) >> - FreeBSD 11.0-CURRENT r283534 >> >> (I meet problem with ath in hostap mode on more recent -head: clients >> can't authenticate, but need time for bisec the exact commit that create >> this regression) >> >> Regards, >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= "