From owner-freebsd-current@FreeBSD.ORG Mon Jul 7 16:45:59 2003 Return-Path: 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 40D5B37B401 for ; Mon, 7 Jul 2003 16:45:59 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF5F43F85 for ; Mon, 7 Jul 2003 16:45:58 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange.errno.com (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h67Njv7N063687 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 7 Jul 2003 16:45:58 -0700 (PDT) (envelope-from sam@errno.com) Date: Mon, 07 Jul 2003 16:45:57 -0700 From: Sam Leffler To: David Gilbert Message-ID: <634829216.1057596357@melange.errno.com> In-Reply-To: <16135.14729.867357.839956@canoe.velocet.net> References: <267229455.1056645499@melange.errno.com> <16135.14729.867357.839956@canoe.velocet.net> X-Mailer: Mulberry/3.0.3 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: freebsd-current@freebsd.org Subject: Re: [current] hostap+wi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 07 Jul 2003 23:45:59 -0000 >>>>>> "Sam" == Sam Leffler writes: > > Sam> If you've got an AP running with recent source and a wi card > Sam> please contact me. > > I don't know if this is related, but I have a wi card running in > access point mode and is disassociates under high traffic. If I > start a transfer from the access point machine to a machine on the lan > (for instance), the remote machine disassociates for a few seconds > every 20 seconds or so. The card probes as: > > wi0: mem 0xcecff000-0xcecfffff irq 11 at device 17.0 > on pci0 wi0: 802.11 address: 00:05:5d:ee:e6:e7 > wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) > wi0: Intersil Firmware: Primary 1.00.05, Station 1.03.04 > > ifconfig says: > > wi0: flags=8843 mtu 1500 > inet 216.138.225.97 netmask 0xfffffff8 broadcast 216.138.225.103 > inet6 fe80::205:5dff:feee:e6e7%wi0 prefixlen 64 scopeid 0x3 > ether 00:05:5d:ee:e6:e7 > media: IEEE 802.11 Wireless Ethernet autoselect > (DS/2Mbps ) status: associated > ssid GILBERT 1:GILBERT > stationname "FreeBSD WaveLAN/IEEE node" > channel 11 authmode OPEN powersavemode OFF powersavesleep 100 > wepmode OFF weptxkey 1 > > The hostap machine is 4.8-STABLE and the client is 5.1-RELEASE. > On the client side turn on debugging before doing whatever you're doing when this happens: ifconfig wi0 debug and/or sysctl debug.ieee80211=1 (can't recall which gives what). The console messages should be useful in understanding which side initiates the reassociation. Sam