From owner-freebsd-current@FreeBSD.ORG Sat Jul 30 01:08:17 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 434F516A41F for ; Sat, 30 Jul 2005 01:08:17 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0374D43D45 for ; Sat, 30 Jul 2005 01:08:16 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.93] ([66.127.85.93]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6U18Fms087299 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 29 Jul 2005 18:08:16 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42EAD325.60707@errno.com> Date: Fri, 29 Jul 2005 18:08:53 -0700 From: Sam Leffler Organization: Errno Consulting User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: dhclient and wpa_supplicant X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 01:08:17 -0000 Brooks fixed a bunch of bugs in dhclient and I just committed an important fix to wpa_supplicant to work right when wireless cards are ejected (previously it would loop). I also tested that dhclient does the right thing for roaming between ap's--switching causes dhclient to immediately collect a new lease. I just ran tests with wpa_supplicant and found that it does appear to handle open ap's properly. Everything except the wpa_supplicant changes have been MFC'd to RELENG_6 for the 6.0RC2 build that's going to happen soon (I'm hoping to get re to approve the wpa_supplicant changes). So the question is what are the outstanding issues with dhclient and wpa_supplicant? I'm mostly concerned with wireless devices but feel free to talk about wired interfaces too. If something doesn't work right please try to give steps to reproduce the problem. Otherwise please provide detailed info include ifconfig output. Remember that dhclient logs info to /var/log/messages and you should also see link state change msgs there too. Sam