From owner-freebsd-hardware@FreeBSD.ORG Sat Oct 31 15:57:37 2009 Return-Path: Delivered-To: hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D71261065693 for ; Sat, 31 Oct 2009 15:57:37 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 720728FC13 for ; Sat, 31 Oct 2009 15:57:37 +0000 (UTC) Received: by ewy5 with SMTP id 5so365580ewy.36 for ; Sat, 31 Oct 2009 08:57:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=TWJFHivQ9YDpsd9/5HeR4JA9XUImlPPcp8cwdCu4IWQ=; b=iwG13T004isvpcJvXepZe8ZU/syvCDg9nIqaUslSTmhyQ3b7tBDGDyYttUNHzoQ3PD EW9hMdQ8vAb2AEy5f9PKJJcf/BS79t5PomvGCRURP8LJb7E/axTigEBHFDrjImh7W3p/ MnCgsPvXAjtvPbRI3FfTrk4JLFdsN2VC1U/b4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=GzlGdgF6TvfFY+Q5LDeH3MyZgzv89uiiehTekR+Y3y5MGvEMqvfRHByouOZlGSYwrp 4Jg6YSoGSqmlv6ZFPoq3WzRxNJfeIrgqALRBiUmMh+tZFxs3/1jV0ACuh038ojqoNxeK gNstBu1bgRr5hVUOYQbwM21Kh5DLqcLeamhrI= MIME-Version: 1.0 Received: by 10.216.90.135 with SMTP id e7mr1824276wef.34.1257003021147; Sat, 31 Oct 2009 08:30:21 -0700 (PDT) From: Ivan Voras Date: Sat, 31 Oct 2009 16:30:01 +0100 Message-ID: <9bbcef730910310830s43237918g1489beb1fe9fae9a@mail.gmail.com> To: stable@freebsd.org, hardware@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: hostapd "deauthenticated due to local deauth request" X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 15:57:37 -0000 I'm trying to setup an AP with a run0 interface on latest 8-STABLE but apparently 802.11 association fails: Oct 31 16:21:30 ursaminor hostapd: wlan0: STA 00:22:69:07:30:9e IEEE 802.11: associated Oct 31 16:21:33 ursaminor hostapd: wlan0: STA 00:22:69:07:30:9e IEEE 802.11: deauthenticated due to local deauth request Oct 31 16:21:33 ursaminor hostapd: wlan0: STA 00:22:69:07:30:9e IEEE 802.11: deassociated Oct 31 16:21:35 ursaminor hostapd: wlan0: STA 00:22:69:07:30:9e IEEE 802.11: associated Oct 31 16:21:38 ursaminor hostapd: wlan0: STA 00:22:69:07:30:9e IEEE 802.11: deauthenticated due to local deauth request Oct 31 16:21:38 ursaminor hostapd: wlan0: STA 00:22:69:07:30:9e IEEE 802.11: deassociated etc. Apparently the client never comes to the phase to receive DHCP address. The client in this case is WinXP and the setup did work with 7-STABLE, though with a bug in the rum driver which caused regular kernel panics on the AP. The devices are configured like this: rum0: flags=8843 metric 0 mtu 2290 ether 00:1c:f0:9d:08:b3 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g status: running wlan0: flags=8943 metric 0 mtu 1500 ether 00:1c:f0:9d:08:b3 inet6 fe80::21c:f0ff:fe9d:8b3%wlan0 prefixlen 64 scopeid 0x6 inet 10.0.0.3 netmask 0xffffff00 broadcast 10.0.0.255 media: IEEE 802.11 Wireless Ethernet autoselect mode 11g status: running ssid Cosmos channel 1 (2412 Mhz 11g) bssid 00:1c:f0:9d:08:b3 country US authmode WPA privacy MIXED deftxkey 3 TKIP 2:128-bit TKIP 3:128-bit txpower 0 scanvalid 60 protmode CTS dtimperiod 1 -dfs hostapd.conf contains: interface=wlan0 debug=3 ctrl_interface=/var/run/hostapd ctrl_interface_group=wheel ssid=Cosmos wpa=1 wpa_passphrase=something wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP Any ideas?