From owner-freebsd-net@FreeBSD.ORG Thu Mar 26 01:17:49 2015 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5730A3A6 for ; Thu, 26 Mar 2015 01:17:49 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BB5FFB1 for ; Thu, 26 Mar 2015 01:17:49 +0000 (UTC) Received: by igcxg11 with SMTP id xg11so41683784igc.0 for ; Wed, 25 Mar 2015 18:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=TE/L60Dqrmw+9rR8CshdAyLLPG9nGj8QO6koB7RXylI=; b=SJ+hfiFujwGNOkhOC56lq08TzeLGWIeMaU8UCiQm7wTvBuvqoKZm+XICL8uPyFhSHh gVPj+gajLivG8fupqw6EIjeFn5qi0R43ZQfaf93+xiibw4HlZEwTWZBm2hOjk2MNDyl2 4FfyMd3hHwOXSzSffNPkq2X1KzXyyI6qROqIQFRKgBIki+ewDiKND2ld+EWG/3r9V1pp Jl0FybebPtfOSXXz7EGy+axuiFSxF+oVboWcANovjKlnV3J/6swLO2IUiqQgEwg/cNoZ uLxZC4emURyde49moft16Vz3C6/diI/JbesWrXCLcTP9ECLF6iWdfUCez3EwUjSbcmdf vDmg== MIME-Version: 1.0 X-Received: by 10.42.93.83 with SMTP id w19mr35094917icm.37.1427332668474; Wed, 25 Mar 2015 18:17:48 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.17.194 with HTTP; Wed, 25 Mar 2015 18:17:48 -0700 (PDT) In-Reply-To: <20150323131918.GN7594@albert.catwhisker.org> References: <20150323131918.GN7594@albert.catwhisker.org> Date: Wed, 25 Mar 2015 18:17:48 -0700 X-Google-Sender-Auth: xjmYM_Ed7d-aif5QmRJWhPpQuWU Message-ID: Subject: Re: iwn(4) works (mostly) in stable/10; fails to associate in head From: Adrian Chadd To: "net@freebsd.org" , David Wolfskill Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 01:17:49 -0000 Hi, I'm unfortunately too busy to really help you dig into it. I'd start by using tcpdump on wlan0 to see what's going on - see if it's sending/receiving DHCP responses. Then I'd look at if_iwn_debug.h and enable TX/RX debugging - see if it's actually transmitting the DHCP requests and the TX status code is OK rather than one of the errors. -adrian