From owner-freebsd-current@freebsd.org Tue Sep 17 16:25:02 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E8A8128AEE for ; Tue, 17 Sep 2019 16:25:02 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46XpNt07LBz4D4j for ; Tue, 17 Sep 2019 16:25:02 +0000 (UTC) (envelope-from johalun@FreeBSD.org) Received: from [10.50.6.171] (wsip-184-181-13-226.ph.ph.cox.net [184.181.13.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: johalun) by smtp.freebsd.org (Postfix) with ESMTPSA id AD45E178AB for ; Tue, 17 Sep 2019 16:25:01 +0000 (UTC) (envelope-from johalun@FreeBSD.org) To: FreeBSD Current From: Johannes Lundberg Subject: wlan can't discover known networks after relocating Message-ID: <707bcd3f-fa6b-82eb-fa8f-09c4b800f477@FreeBSD.org> Date: Tue, 17 Sep 2019 09:25:00 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2019 16:25:02 -0000 Hi For a long time now I have had this problem with iwm and wlan0. Whenever I move between work and home it won't reconnect automatically and I have to do wlan0 scan manually for it to pick up the different network. Anyone have a solution for this? For now I think I'll put a 'ifconfig wlan0 scan' in crontab to run every minute. Dell laptop, 13-CURRENT, always fairly recent. Also, I'm using lagg wifi failover but I'm pretty sure it's the same if I configure only wifi. Cheers!