From owner-svn-src-all@freebsd.org Thu Jul 19 11:58:17 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1C0F103091B; Thu, 19 Jul 2018 11:58:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79E468D1FB; Thu, 19 Jul 2018 11:58:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f179.google.com (mail-lj1-f179.google.com [209.85.208.179]) (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)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 1455425A83; Thu, 19 Jul 2018 11:58:17 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f179.google.com with SMTP id p6-v6so7034783ljc.5; Thu, 19 Jul 2018 04:58:17 -0700 (PDT) X-Gm-Message-State: AOUpUlFLlQtSBDIrBzf1w72Y7sO4E+nxdRWt2FIsSsQ6fmO9/O7oHtbd qEafayBmdujDPk5KYx+oVCl6lm51xxWjXmL7TA0= X-Google-Smtp-Source: AAOMgpdkVia5zpicznHlxglWXq6WndP/3zU1k6ci1dPwqdoP/+KvlDV4O1Fz3ioRdE3zCr/VbbAAi6C5VWCzb2+ub1E= X-Received: by 2002:a2e:2e02:: with SMTP id u2-v6mr7912715lju.77.1532001495785; Thu, 19 Jul 2018 04:58:15 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Thu, 19 Jul 2018 04:57:55 -0700 (PDT) In-Reply-To: <20180719095134.GB52375@FreeBSD.org> References: <201807111853.w6BIrI9B080714@repo.freebsd.org> <20180719095134.GB52375@FreeBSD.org> From: Kyle Evans Date: Thu, 19 Jul 2018 06:57:55 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers c... To: Alexey Dokuchaev Cc: "Andrey V. Elsukov" , Cy Schubert , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 11:58:18 -0000 On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote: > On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote: >> ... >> Yesterday I updated my notebook (with iwm(4)) and also noticed that >> wi-fi connection periodically breaks. /etc/rc.d/wpa_supplicant restart >> wlan0 helps. After your message I reinstalled wpa_supplicant from old >> source and now it works stable already about 2 hours. > > So, right now, we have broken wpa_supplicant(8) in -CURRENT? :-/ Well, "broken". It's incredibly stable outside of rekeying events, and further testing shows that I don't actually notice these disconnects most of the time because it reassociates fast enough. I noticed it the first time because apparently I had both SSIDs from my AP uncommented in my wpa_supplicant.conf and it decided at that point to connect to the other one, which took a little longer. Contrary to Andrey's report, though, I don't have to kick wpa_supplicant at all. It will reassociate on its own every single time.