From owner-freebsd-wireless@FreeBSD.ORG Sat Jan 4 06:20:53 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E2037CD; Sat, 4 Jan 2014 06:20:53 +0000 (UTC) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 13C351673; Sat, 4 Jan 2014 06:20:53 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s046Kql4062309; Fri, 3 Jan 2014 22:20:52 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <52C7A844.1030900@rawbw.com> Date: Fri, 03 Jan 2014 22:20:52 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: hostapd prints errors like this: ioctl[SIOCS80211, op=20, val=0, arg_len=7]: No such file or directory References: <52C6A33C.4030300@rawbw.com> <52C70D01.1070906@rawbw.com> <52C718B3.2030302@rawbw.com> <52C71A1B.5070707@rawbw.com> <52C7971C.7020909@rawbw.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-wireless X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 04 Jan 2014 06:20:53 -0000 On 01/03/2014 22:07, Adrian Chadd wrote: > I don't know the hostapd codebase all that well. > > So you're changing the MAC before you start hostapd, right? Yes, before AP start. You can think it has been changed once before the AP started, and never touched again. We just need to figure out where the old MAC comes from during hostapd lifetime. Yuri