From owner-freebsd-wireless@FreeBSD.ORG Sun Sep 4 22:13:40 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 659B2106566C; Sun, 4 Sep 2011 22:13:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF998FC0A; Sun, 4 Sep 2011 22:13:39 +0000 (UTC) Received: by gxk28 with SMTP id 28so3645771gxk.13 for ; Sun, 04 Sep 2011 15:13:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Uri75OlvNuSgHiBCfQTTuC1m3H+ZaAt3a+m7VAObjqU=; b=WE1OKE9McgFDZptocpgZFP0RuIIKhU5RoAxxxzb9bv8avpPPXw5et52z28WiZz/h2k CfFczgJRuCwahE/AmMPezf1tUs/n3IAMpuRWXHxuwELvBLRNKjAYFr8T8aakcR0BHJWl CdkrkOcLU9WpGP1VN4KQpuCIixktIxxmVPM9I= MIME-Version: 1.0 Received: by 10.236.176.226 with SMTP id b62mr14807246yhm.78.1315174419444; Sun, 04 Sep 2011 15:13:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.103.6 with HTTP; Sun, 4 Sep 2011 15:13:39 -0700 (PDT) In-Reply-To: <4E6050F0.2040203@mgwigglesworth.net> References: <4E5D5422.9040609@mgwigglesworth.net> <4E5EE805.5010905@mgwigglesworth.net> <4E6050F0.2040203@mgwigglesworth.net> Date: Mon, 5 Sep 2011 06:13:39 +0800 X-Google-Sender-Auth: B-O4xHmCsmchvSiwheySmwUTsRU Message-ID: From: Adrian Chadd To: mailinglistmember@mgwigglesworth.net Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org, freebsd-wireless@freebsd.org Subject: Re: [Solved] Re:Commands for AR5212 cause system to hang using 8.2-STABLE X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2011 22:13:40 -0000 On 2 September 2011 11:43, Martes G Wigglesworth wrote: > > However, all works perfectly, if I simply assign the intended ip address to > the wlan0 device. > > Any input on this? I don't have anything useful to add; but then I don't use hostap mode with an IP address on the wlan interface. I tend to dump the hostap wlan interfaces into a bridge group. You'll likely have to go digging into the network scripts a bit. Also, you likely shouldn't have " "'s around the ssid. Adrian